Description Usage Arguments Value Examples
View source: R/junova3.R
three way anova (no repetition / main effect)
1
junova3(formula, data, alpha)
formula, data, alpha
ci, plot
1 2 3 4 5
a<-as.factor(c(rep(1,9),rep(2,9),rep(3,9))) b<-as.factor(c(1,1,1,2,2,2,3,3,3,1,1,1,2,2,2,3,3,3,1,1,1,2,2,2,3,3,3)) c<-as.factor(rep(c(1,2,3),9)) y<-c(74,86,76,72,91,87,48,65,56,61,78,71,62,81,77,55,72,63,50,70,60,49,68,64,52,69,60) z<-data.frame(a,b,c,y)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.