monova3: monova3

Description Usage Arguments Value Examples

View source: R/monova3.R

Description

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

Usage

1
monova3(formula, data, alpha, k)

Arguments

formula, data, alpha, k

Value

ci plot

Examples

1
2
3
4
a<-as.factor(c(rep(1,3),rep(2,3),rep(3,3),rep(4,3)))
b<-as.factor(rep(c(1,2,3),4))
y<-c(97.6,97.3,96.7,98.6,98.2,96.9,99,98,97.9,98,97.7,96.5)
z<-data.frame(a,b,y)

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