search for: matrix3_equal

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

Did you mean: matrix2_equal
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...uot;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 <-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...
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...h 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)) >>> >&...