michaelhallquist / MplusAutomation

The MplusAutomation package leverages the flexibility of the R language to automate latent variable model estimation and interpretation using Mplus, a powerful latent variable modeling program developed by Muthen and Muthen (www.statmodel.com). Specifically, MplusAutomation provides routines for creating related groups of models, running batches of models, and extracting and tabulating model parameters and fit statistics.
81 stars 46 forks source link

Exports `extractEFAparameters()` #200

Closed DaniMori closed 3 months ago

DaniMori commented 4 months ago

Exports the function that extracts the parameters from EFA models.

Solves #199

michaelhallquist commented 3 months ago

Exporting extract functions is against the current design principles of the package, which route all such functionality through readModels. I've reduced the confusing exports of extract functions in the documentation to avoid folks accidentally attempting to use internal functions.

DaniMori commented 3 months ago

I was confused by the documentation. Thanks for solrting it out! 🙂