latent {blatent} | R Documentation |
Declares latent variables in a blatent model
Description
Used in blatentSyntax
to declare latent variables as an unevaluated function call.
Sets specifications used in estimation.
Usage
latent(
unit = "rows",
distribution = "bernoulli",
structure = "univariate",
link = "probit",
type = "ordinal",
meanIdentification = NULL,
varianceIdentification = NULL,
joint = NULL,
vars = NULL
)
Arguments
unit |
Attaches the unit (person) ID number or label to observations in data. Currently only allows "rows" which indicates each
row of the data is a separate unit in the model. Defaults to |
distribution |
Specifies the distribution of the latent variable(s) to which the function points. Defaults to
|
structure |
Specifies the type of distributional structure for the latent variables. Defaults to
|
link |
Specifies the link function used for any latent variable model where the latent variable is predicted.
Defaults to
|
type |
Specifies the type of latent variable to be estimated. Defaults to
|
meanIdentification |
Reserved for future use. |
varianceIdentification |
Reserved for future use. |
joint |
Specifies the name of the joint distribution of latent variables. Defaults to |
vars |
Reserved for future use. |