slca ObjectThis function prints the estimated parameters of the slca model by accepting an estimated slca object.
param(object, ...)# S3 method for slca
param(
object, type = c("probs", "logit"),
se = FALSE, index = FALSE, ...
)
A list containing the specified estimated parameters or their standard errors if se is set to TRUE. The components of the list include:
Membership probabilities of the root variable.
Conditional probabilities between latent class variables, represented with uppercase alphabets for considering measurement invariance.
Item response probabilities for each measurement model, represented with lowercase alphabets for considering measurement invariance.
an object of class slca and estimated.
additional arguments.
a character string specifying the format in which the estimated parameters should be displayed. The options are "probs" for probability format or "logit" for log-odds (logit) format. The default setting is "probs".
a logical indicating whether standard errors (TRUE) or parameter estimates (FALSE) should be displayed.
a logical indicating whether to include (TRUE) or exclude (FALSE) the indices of the estimated parameters in the output.