error.var: error.var

Description Usage Arguments Value Examples

View source: R/errorvar.R

Description

error variance estimation of one way anova

Usage

1

Arguments

formula, data, alpha

Value

error variance

Examples

1
2
3
4
y <- c(8.44,8.36,8.28,8.59,8.91,8.6,9.34,9.41,9.69,8.92,8.92,8.74)
n <- rep(3, 4)
level <- as.factor(rep(1:4, n))
z<-data.frame(level,y)

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