Learn R Programming

latrend (version 1.2.1)

time.lcModel: Sampling times of a lcModel

Description

Extract the sampling times on which the lcModel was fitted.

Usage

# S3 method for lcModel
time(x, ...)

Arguments

x

The lcModel object.

...

Not used.

Value

A numeric vector of the unique times at which observations occur, in increasing order.

See Also

timeVariable model.data

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