View source: R/summary.REMLA.R
summary.REMLA | R Documentation |
Summary method for class "REMLA".
## S3 method for class 'REMLA'
summary(object, ...)
object |
an object of class "REMLA", usually a result of a call to REM_EFA. |
... |
further arguments passed to or from other methods. |
The summary.REM function returns estimated parameters from the optimal model based on the BIC from the EM and REM algorithms.
Output include:
optimal |
optimal number of factors based on BIC |
mu |
intercept |
lambda |
loadings |
psi |
variance |
indk_lik |
likelihood value for each individual |
epsilon |
hyperparameter on the likelihood scale |
diff |
differences between EM and REM |
Bryan Ortiz-Torres (bortiztorres@wisc.edu); Kenneth Nieser (nieser@wisc.edu)
Nieser, K. J., & Cochran, A. L. (2021). Addressing heterogeneous populations in latent variable settings through robust estimation. Psychological Methods.
the model fitting function REM_EFA()
, summary()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.