junova3: junova3

Description Usage Arguments Value Examples

View source: R/junova3.R

Description

three way anova (no repetition / main effect)

Usage

1
junova3(formula, data, alpha)

Arguments

formula, data, alpha

Value

ci, plot

Examples

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)

linkinjy/rmaeng2 documentation built on Jan. 26, 2021, 11:22 p.m.