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

Expose `extractEFAparameters()` in the interface #199

Closed DaniMori closed 3 months ago

DaniMori commented 4 months ago

extractEFAparameters() seems to be documented, but not exported actually.

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. Fixed in 98836d2.