nlme (version 3.1-86)

plot.compareFits: Plot a compareFits Object

Description

A Trellis dotplot of the values being compared, with different rows per group, is generated, with a different panel for each coefficient. Different symbols (colors) are used for each object being compared.

Usage

## S3 method for class 'compareFits':
plot(x, subset, key, mark, \dots)

Arguments

Value

A Trellis dotplot of the values being compared, with rows determined by the groups and panels by the coefficients.

See Also

compareFits, pairs.compareFits, dotplot

Examples

Run this code
fm1 <- lmList(Orthodont)
fm2 <- lme(Orthodont)
plot(compareFits(coef(fm1), coef(fm2)))

Run the code above in your browser using DataCamp Workspace