aov.t: aov.t

Description Usage Arguments Value Examples

View source: R/aovt.R

Description

analysis of variance

Usage

1
aov.t(formula, ranfac = NULL)

Arguments

formula, ranfac

Value

aov(df,sumsq,meansq)

Examples

1
2
3
4
a<-as.factor(c(rep(1,3),rep(2,3),rep(3,3),rep(4,3)))
b<-as.factor(c(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.