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 slca and estimated.

...

additional arguments.

type

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".

se

a logical indicating whether standard errors (TRUE) or parameter estimates (FALSE) should be displayed.

index

a logical indicating whether to include (TRUE) or exclude (FALSE) the indices of the estimated parameters in the output.

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.


[Package slca version 1.0.0 Index]