search for: t_unequ

Displaying 2 results from an estimated 2 matches for "t_unequ".

Did you mean: t_unequal
2016 Apr 06
0
R-dvel [robustness Simulation study of 2 sample test on several combination of factors ]
...d(8) #number of simulations nSims<-10000 #set significance level,alpha for the whole simulatio alpha<-0.05 #set empty vector of length no.of _calculations_ to store p-values # Note: you have 54 calculations, not 10000 ncalcs<-dim(sample_sizes)[2]*nsds t_equal <-c(rep(0,length=ncalcs)) t_unequal <-c(rep(0,length=ncalcs)) mann <-c(rep(0,length=ncalcs)) #set up matrix for storing data from the vectors # but you do want 10000 replications of each calculation matrix_Equal<-matrix(rep(NA,ncalcs*nSims),nrow=nSims) matrix_Unequal<-matrix(rep(NA,ncalcs*nSims),nrow=nSims) matrix_mann...
2016 Apr 06
0
R-dvel [robustness Simulation study of 2 sample test on several combination of factors ]
...10000 > #set significance level,alpha for the whole simulatio > alpha<-0.05 > > #set empty vector of length no.of _calculations_ to store p-values > # Note: you have 54 calculations, not 10000 > ncalcs<-dim(sample_sizes)[2]*nsds > t_equal <-c(rep(0,length=ncalcs)) > t_unequal <-c(rep(0,length=ncalcs)) > mann <-c(rep(0,length=ncalcs)) > > #set up matrix for storing data from the vectors > # but you do want 10000 replications of each calculation > matrix_Equal<-matrix(rep(NA,ncalcs*nSims),nrow=nSims) > matrix_Unequal<-matrix(rep(NA,ncalcs*n...