search for: unequal4

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

Did you mean: unequal
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...;- cbind(rep(sample_sizes[1,],5),rep(sample_sizes[2,],5),scp) > > # name the column samples 1 and 2 and standard deviation > colnames(all) <- c("m", "n","scp") > > > #set empty vector of length to store p-value > equal3<-rep(0,nrow(all)) > unequal4<-rep(0,nrow(all)) > mann5<-rep(0,nrow(all)) > > #set nrow =nsims because wan storing every p-value simulated > #for gamma distribution with equal skewness > matrix3_equal <-matrix(0,nrow=nSims,ncol=3) > matrix4_unequal<-matrix(0,nrow=nSims,ncol=3) > matrix5_mann...
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...t;>> >>> # name the column samples 1 and 2 and standard deviation >>> colnames(all) <- c("m", "n","scp") >>> >>> >>> #set empty vector of length to store p-value >>> equal3<-rep(0,nrow(all)) >>> unequal4<-rep(0,nrow(all)) >>> mann5<-rep(0,nrow(all)) >>> >>> #set nrow =nsims because wan storing every p-value simulated >>> #for gamma distribution with equal skewness >>> matrix3_equal <-matrix(0,nrow=nSims,ncol=3) >>> matrix4_unequal<-...