honova3: honova3

Description Usage Arguments Value Examples

View source: R/honova3.R

Description

two way anova (CI plot / no repetition / mixed model)

Usage

1
honova3(formula, data, alpha, k)

Arguments

formula, data, alpha, k

Value

ci plot

Examples

1
2
3
4
5
a<-as.factor(c(rep(1,3),rep(2,3),rep(3,3)))
b<-as.factor(rep(c(1,2,3),3))
y<-c(13.1,12.9,13.4,12.4,12.7,12.5,12.3,12,12.2)
z<-data.frame(a,b,y)
j<-suppressWarnings(anova(lm(y~a+b)))

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