search for: tp4571860p4571923

Displaying 1 result from an estimated 1 matches for "tp4571860p4571923".

2012 Apr 19
1
Performing repeated T tests in R
I need to perform 10000 T tests #I have two populations with different means Popc1<-rnorm(100000,10,2) Popc2<-rnorm(100000,8,2) #I created two sets of samples - each set has 10000 samples, and I made a matrix of 20 rows and 10000 columns to fit the data sampc1<-matrix(,20,10000) for(j in 1:10000){sampc1[1:20,j]<-sample(Popc1,20)} sampc2<-matrix(,20,10000) for(j in