plot.mmlcr {mmlcr} | R Documentation |
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.
plot.mmlcr(x, which = 1:length(x$components), ...)
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. |
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.
mmlcr
, plot.mmlcrlong
, plot.mmlcronce
, mmlcrObject