anova.tab: Return anova table to a norm way

Description Usage Arguments Examples

Description

anova.tab Return anova table to a norm way

Usage

1
2
## S3 method for class 'tab'
anova(fm)

Arguments

fm:

the object of aov()

Examples

1
2
3
4
5
library(vsnc)
data(MET)
mod <- aov(yield ~ Gen*Loc,data=MET)
summary(mod)
anova.tab(mod)

VSNC/vsnc documentation built on May 28, 2019, 3:20 p.m.