lcModel posterior probability prediction
# S4 method for lcModel
predictPostprob(object, newdata = NULL, ...)The lcModel to predict the posterior probabilities with.
Optional data frame for which to compute the posterior probability. If omitted, the model training data is used.
Additional arguments.
A matrix indicating the posterior probability per trajectory per measurement on each row, for each cluster (the columns).
The default implementation returns a uniform probability matrix.
Other model-specific methods:
clusterTrajectories(),
coef.lcModel(),
converged(),
deviance.lcModel(),
df.residual.lcModel(),
fitted.lcModel(),
lcModel-class,
logLik.lcModel(),
model.frame.lcModel(),
nobs.lcModel(),
postprob(),
predict.lcModel(),
predictAssignments(),
predictForCluster(),
residuals.lcModel(),
sigma.lcModel(),
time.lcModel(),
trajectories()