disperaov: disperaov

Description Usage Arguments Value Examples

View source: R/disperaov.R

Description

aov of dispersion

Usage

1
disperaov(formula, data, nest = TRUE, fac)

Arguments

formula, data, nest, fac

Value

aov of dispersion

Examples

1
2
3
4
5
a<-c(1,1,2,2,3,3)
a<-as.factor(c(rep(a,6)))
b<-as.factor(c(rep(1,6),rep(2,6),rep(3,6),rep(4,6),rep(5,6),rep(6,6)))
y<-c(305,302,322,325,320,322,335,337,350,348,342,344,366,364,326,324,338,336,372,374,330,330,348,348,376,373,327,330,350,350,348,350,310,308,330,328)
z<-data.frame(a,b,y)

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