| plot-lcModel-method | R Documentation |
Plot a lcModel object.
By default, this plots the cluster trajectories of the model, along with the trajectories used for estimation.
## S4 method for signature 'lcModel'
plot(x, y, ...)
x |
The |
y |
Not used. |
... |
Arguments passed on to
|
A ggplot object.
plotClusterTrajectories plotFittedTrajectories plotTrajectories ggplot2::ggplot
Other lcModel functions:
clusterNames(),
clusterProportions(),
clusterSizes(),
clusterTrajectories(),
coef.lcModel(),
converged(),
deviance.lcModel(),
df.residual.lcModel(),
estimationTime(),
externalMetric(),
fitted.lcModel(),
fittedTrajectories(),
getCall.lcModel(),
getLcMethod(),
ids(),
lcModel-class,
metric(),
model.frame.lcModel(),
nClusters(),
nIds(),
nobs.lcModel(),
plotClusterTrajectories(),
plotFittedTrajectories(),
postprob(),
predict.lcModel(),
predictAssignments(),
predictForCluster(),
predictPostprob(),
qqPlot(),
residuals.lcModel(),
sigma.lcModel(),
strip(),
time.lcModel(),
trajectoryAssignments()
data(latrendData)
method <- lcMethodLMKM(Y ~ Time, id = "Id", time = "Time")
model <- latrend(method, latrendData, nClusters = 3)
if (require("ggplot2")) {
plot(model)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.