Learn R Programming

latrend (version 1.1.0)

coef.lcModel: Coefficients of a lcModel

Description

Coefficients of a lcModel

Usage

# S3 method for lcModel
coef(object, ...)

Arguments

object

The lcModel object.

...

Additional arguments.

Value

A named numeric vector with all coefficients, or a matrix with each column containing the cluster-specific coefficients.

See Also

Other model-specific methods: clusterTrajectories(), converged(), deviance.lcModel(), df.residual.lcModel(), fitted.lcModel(), lcModel-class, logLik.lcModel(), model.frame.lcModel(), nobs.lcModel(), postprob(), predict.lcModel(), predictAssignments(), predictForCluster(), predictPostprob(), residuals.lcModel(), sigma.lcModel(), time.lcModel(), trajectories()