powered by
Extracts or estimates the residual standard deviation. If sigma() is not defined for a model, it is estimated from the residual error vector.
sigma()
# S3 method for lcModel sigma(object, ...)
The lcModel object.
lcModel
Additional arguments.
A numeric indicating the residual standard deviation.
numeric
coef.lcModel metric
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(), time.lcModel()
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()
time.lcModel()
# NOT RUN { data(latrendData) model <- latrend(lcMethodLcmmGMM(fixed = Y ~ Time, mixture = ~ Time, id = "Id", time = "Time"), data = latrendData) sigma(model) # }
Run the code above in your browser using DataLab