anova.lm2: Anova for lm2 objects

Description Usage Arguments Value See Also Examples

View source: R/bidimensional.R

Description

Anova for lm2 objects, returns a table with pairwise comparisons between models or, if only one model was supplied, with the null model.

Usage

1
2
## S3 method for class 'lm2'
anova(object, ...)

Arguments

object

an object of class "lm2"

...

further objects of class "lm2"

Value

an anova data frame

See Also

lm2

Examples

1
2
3
lm2euc <- lm2(depV1+depV2~indepV1+indepV2, NakayaData, transformation = 'Euclidean')
lm2aff <- lm2(depV1+depV2~indepV1+indepV2, NakayaData, transformation = 'Affine')
anova(lm2euc, lm2aff)

alexander-pastukhov/bidim-regression documentation built on Feb. 20, 2022, 3:59 a.m.