param {slca} | R Documentation |
Printing Estimated Parameters of slca
Object
Description
This function prints the estimated parameters of the slca
model by accepting an estimated
slca
object.
Usage
param(object, ...)
## S3 method for class 'slca'
param(
object, type = c("probs", "logit"),
se = FALSE, index = FALSE, ...
)
Arguments
object |
an object of class |
... |
additional arguments. |
type |
a character string specifying the format in which the estimated parameters should be displayed. The options are |
se |
a logical indicating whether standard errors (TRUE) or parameter estimates (FALSE) should be displayed. |
index |
a logical indicating whether to include ( |
Value
A list
containing the specified estimated parameters or their standard errors if se
is set to TRUE
. The components of the list include:
pi |
Membership probabilities of the root variable. |
tau |
Conditional probabilities between latent class variables, represented with uppercase alphabets for considering measurement invariance. |
rho |
Item response probabilities for each measurement model, represented with lowercase alphabets for considering measurement invariance. |