deviance.lcModel {latrend} | R Documentation |
lcModel deviance
Description
Get the deviance of the fitted lcModel
object.
Usage
## S3 method for class 'lcModel'
deviance(object, ...)
Arguments
object |
The |
... |
Additional arguments. |
Details
The default implementation checks for the existence of the deviance()
function for the internal model, and returns the output, if available.
Value
A numeric
with the deviance value. If unavailable, NA
is returned.
See Also
Other lcModel functions:
clusterNames()
,
clusterProportions()
,
clusterSizes()
,
clusterTrajectories()
,
coef.lcModel()
,
converged()
,
df.residual.lcModel()
,
estimationTime()
,
externalMetric()
,
fitted.lcModel()
,
fittedTrajectories()
,
getCall.lcModel()
,
getLcMethod()
,
ids()
,
lcModel-class
,
metric()
,
model.frame.lcModel()
,
nClusters()
,
nIds()
,
nobs.lcModel()
,
plot-lcModel-method
,
plotClusterTrajectories()
,
plotFittedTrajectories()
,
postprob()
,
predict.lcModel()
,
predictAssignments()
,
predictForCluster()
,
predictPostprob()
,
qqPlot()
,
residuals.lcModel()
,
sigma.lcModel()
,
strip()
,
time.lcModel()
,
trajectoryAssignments()