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.## S3 method for class 'compareFits':
plot(x, subset, key, mark, \dots)
compareFits
.x
should be used in the plots. If missing, all
rows are used.TRUE
, a legend
is included at the top of the plot indicating which symbols (colors)
correspond to which objects being compared. If FALSE
, no legend
is included. If given as a list,
trellis
function generating the plots.dotplot
of the values being compared, with rows
determined by the groups and panels by the coefficients.compareFits
, pairs.compareFits
,
dotplot
fm1 <- lmList(Orthodont)
fm2 <- lme(Orthodont)
plot(compareFits(coef(fm1), coef(fm2)))
Run the code above in your browser using DataLab