mmlcrfit {mmlcr}R Documentation

Used internally by mmlcr to fit mmlcr component objects.

Description

fits an mmlcr component object. Used internally by the function mmlcr

Usage

mmlcrfit(object, weights, classnumber)

Arguments

object an mmlcr component
weights a data.frame of weights, with row.names indicating subject ids.
classnumber a number indicating the latent class to use, i.e., which column of weights to use.

Value

the same mmlcr component object with an updated fit.

See Also

mmlcr, mmlcrObject, mmlcrlike


[Package mmlcr version 1.3.5 Index]