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

Fixed the problem that mplusModeler does not return USEVARIABLES for … #86

Closed cjvanlissa closed 5 years ago

cjvanlissa commented 5 years ago

…single-column data by ensuring that dimensions are not dropped when subsetting data.frame

Fix for issue #85

michaelhallquist commented 5 years ago

Thanks, Caspar!