search for: tp4631578

Displaying 1 result from an estimated 1 matches for "tp4631578".

2012 May 28
1
simulation of levene's test
...seed(i) g1 <- rnorm(20,0,2) g2 <- rnorm(20,0,2) g3 <- rnorm(20,0,2) x <- c(g1,g2,g3) group<-as.factor(c(rep(1,20),rep(2,20),rep(3,20))) library(Rcmdr) pv[i]<-leveneTest(x,group)$p.value } -- View this message in context: http://r.789695.n4.nabble.com/simulation-of-levene-s-test-tp4631578.html Sent from the R help mailing list archive at Nabble.com.