search for: matrix5_mann

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

2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...) > 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[ss,2] > > for ( sim in 1:nSims) >...
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...lt;-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] >>>...