search for: matrix2_equ

Displaying 5 results from an estimated 5 matches for "matrix2_equ".

Did you mean: matrix2_equal
2016 Apr 17
2
R [coding : do not run for every row ]
...ke... can anyone pls help .... #For gamma disribution with equal skewness 1.5 #to evaluate the same R function on many different sets of data library(parallel) nSims<-100 alpha<-0.05 #set nrow =nsims because wan storing every p-value simulated #for gamma distribution with equal skewness matrix2_equal <-matrix(0,nrow=nSims,ncol=3) matrix5_unequal<-matrix(0,nrow=nSims,ncol=3) matrix8_mann <-matrix(0,nrow=nSims,ncol=3) # to ensure the reproducity of the result #here we declare the random seed generator set.seed(1) ## Put the samples sizes into matrix then use a loop for sample size...
2016 Apr 18
0
R [coding : do not run for every row ]
...sribution with equal skewness 1.5 > > #to evaluate the same R function on many different sets of data > library(parallel) > > nSims<-100 > alpha<-0.05 > > #set nrow =nsims because wan storing every p-value simulated > #for gamma distribution with equal skewness > matrix2_equal <-matrix(0,nrow=nSims,ncol=3) > matrix5_unequal<-matrix(0,nrow=nSims,ncol=3) > matrix8_mann <-matrix(0,nrow=nSims,ncol=3) > > # to ensure the reproducity of the result > #here we declare the random seed generator > set.seed(1) > > ## Put the samples sizes into...
2016 Apr 18
3
R [coding : do not run for every row ]
...sribution with equal skewness 1.5 > > #to evaluate the same R function on many different sets of data > library(parallel) > > nSims<-100 > alpha<-0.05 > > #set nrow =nsims because wan storing every p-value simulated > #for gamma distribution with equal skewness > matrix2_equal <-matrix(0,nrow=nSims,ncol=3) > matrix5_unequal<-matrix(0,nrow=nSims,ncol=3) > matrix8_mann <-matrix(0,nrow=nSims,ncol=3) > > # to ensure the reproducity of the result > #here we declare the random seed generator > set.seed(1) > > ## Put the samples sizes into...
2016 Apr 18
0
R [coding : do not run for every row ]
...e R function on many different sets of data >>> library(parallel) >>> >>> nSims<-100 >>> alpha<-0.05 >>> >>> #set nrow =nsims because wan storing every p-value simulated >>> #for gamma distribution with equal skewness >>> matrix2_equal <-matrix(0,nrow=nSims,ncol=3) >>> matrix5_unequal<-matrix(0,nrow=nSims,ncol=3) >>> matrix8_mann <-matrix(0,nrow=nSims,ncol=3) >>> >>> # to ensure the reproducity of the result >>> #here we declare the random seed generator >>> set....
2016 Apr 18
0
R [coding : do not run for every row ]
...t; >> #to evaluate the same R function on many different sets of data >> library(parallel) >> >> nSims<-100 >> alpha<-0.05 >> >> #set nrow =nsims because wan storing every p-value simulated >> #for gamma distribution with equal skewness >> matrix2_equal <-matrix(0,nrow=nSims,ncol=3) >> matrix5_unequal<-matrix(0,nrow=nSims,ncol=3) >> matrix8_mann <-matrix(0,nrow=nSims,ncol=3) >> >> # to ensure the reproducity of the result >> #here we declare the random seed generator >> set.seed(1) >> >&gt...