param | R Documentation |
slcafit
ObjectPrints the estimated parameters of an slca
model using an slcafit
object.
param(object, ...)
## S3 method for class 'slcafit'
param(
object, type = c("probs", "logit"),
se = FALSE, index = FALSE, ...
)
object |
an object of class |
... |
additional arguments passed to other methods. |
type |
a character string specifying the format in which the estimated parameters should be displayed. The options are |
se |
a logical value indicating whether to display standard errors ( |
index |
a logical value indicating whether to include ( |
A list
containing the requested estimated parameters or their standard errors (if se = TRUE
). The components of the list include:
pi |
Membership probabilities for the root latent variable. |
tau |
Conditional probabilities between latent class variables, represented with uppercase letters to account for measurement invariance. |
rho |
Item response probabilities for each measurement model, represented with lowercase letters to account for measurement invariance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.