plot.compareFits Plot a compareFits ObjectA 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.
## S3 method for class 'compareFits' plot(x, subset, key, mark, ...)
x | an object of class |
subset | an optional logical or integer vector specifying which rows of |
key | an optional logical value, or list. If |
mark | an optional numeric vector, of length equal to the number of coefficients being compared, indicating where vertical lines should be drawn in the plots. If missing, no lines are drawn. |
... | optional arguments passed down to the |
A Trellis dotplot of the values being compared, with rows determined by the groups and panels by the coefficients.
José Pinheiro and Douglas Bates [email protected]
compareFits, pairs.compareFits, dotplot
example(compareFits) # cF12 <- compareFits(coef(lmList(Orthodont)), .. lme(*)) plot(cF12)
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.