search for: matrix4_unequ

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

Did you mean: matrix4_unequal
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...ngth 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 <-matrix(0,nrow=nSims,ncol=3) > > > # this loop steps through the all_combine matrix > for(ss in 1:nrow(all)) > > { #generate samples from the first column and second column > m<-all[ss,1] > n<-all[...
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...gt;>> 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 <-matrix(0,nrow=nSims,ncol=3) >>> >>> >>> # this loop steps through the all_combine matrix >>> for(ss in 1:nrow(all)) >>> >>> { #generate samples from the first column and seco...