plot.mmlcr {mmlcr}R Documentation

Plot Components of mmlcr Object

Description

Generates a plot for each component of a mmlcr object. Longitudinal components are plotted against time for each class, while ``once'' components show means and standard deviations for each class.

Usage

plot.mmlcr(x, which = 1:length(x$components), ...)

Arguments

x A mmlcr object.
which Which components to plot (by number).
... Arguments to be passed to component plots. In particular, a ``smooth'' parameter, equal to supsmu's bass can be used in longitudinal components.

Details

Longitudinal components show plots of means for each class over the first covariate. Non-longitudinal components show the weighted mean plus and minus one weighted standard deviation for each class. There is no component plot for the multinom components.

See Also

mmlcr, plot.mmlcrlong, plot.mmlcronce, mmlcrObject


[Package mmlcr version 1.3.5 Index]