- logLik
observed log-likelihood
- logPrior
log term contributed by prior parameter distributions
- G2
goodness of fit statistic
- df
degrees of freedom
- p
p-value for G2 statistic
- RMSEA
root mean-square error of approximation based on G2
- CFI
CFI fit statistic
- TLI
TLI fit statistic
- AIC
AIC
- AICc
corrected AIC
- BIC
BIC
- SABIC
sample size adjusted BIC
- DIC
DIC
- F
unrotated standardized loadings matrix
- h2
factor communality estimates
- LLhistory
EM log-likelihood history
- tabdata
a tabular version of the raw response data input. Frequencies are stored
in freq
- freq
frequencies associated with tabdata
- K
an integer vector indicating the number of unique elements for each item
- mins
an integer vector indicating the lowest category found in the input data
- model
input model syntax
- method
estimation method used
- itemtype
a vector of item types for each respective item (e.g., 'graded', '2PL', etc)
- itemnames
a vector of item names from the input data
- data
raw input data of item responses
- covdata
raw input data of data used as covariates
- tabdatalong
similar to tabdata
, however the responses have been transformed into
dummy coded variables
- fulldatalong
analogous to tabdatafull
, but for the raw input data instead of the
tabulated frequencies
- exp_resp
expected probability of the unique response patterns
- converged
a logical value indicating whether the model terminated within
the convergence criteria
- iterations
number of iterations it took to reach the convergence criteria
- nest
number of freely estimated parameters
- parvec
vector containing uniquely estimated parameters
- vcov
parameter covariance matrix (associated with parvec)
- condnum
the condition number of the Hessian (if computed). Otherwise NA
- constrain
a list of item parameter constraints to indicate which item parameters were equal
during estimation
- Prior
prior density distribution for the latent traits
- key
if supplied, the data scoring key
- nfact
number of latent traits/factors
- nitems
number of items
- ngroups
number of groups
- groupNames
character vector of unique group names
- group
a character vector indicating the group membership
- secondordertest
a logical indicating whether the model passed the second-order test
based on the Hessian matrix. Indicates whether model is a potential local maximum solution
- SEMconv
logical; check whether the supplimented EM information matrix converged. Will be NA
if not applicable
- time
estimation time, broken into different sections