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.
84 stars 46 forks source link

extract EFA function not showing in version 0.8 #133

Closed NatashaMae2018 closed 3 years ago

NatashaMae2018 commented 3 years ago

Hi,

I'm relatively new to rStudio, but I downloaded the MPlus Automation packaged for my current project. I'm doing a number of EFAs and have gone to use the "extractEFAparameters" function but it does not appear to show up in my little menu when I type "extract and when I try to run it, I'm told "could not find function "extractEFAparameters". Is there something that I am missing?

Thanks, Natasha

michaelhallquist commented 3 years ago

Hi Natasha,

All of the EFA parameters are provided through readModels in the $parameters element. The extractEFAparameters function is just used internally by the package to do the work, then readModels packages these into the larger mplus.model object.

Michael