Mplus Automation (via R)

    • To use Mplus via R, you can type the following in R to install the MplusAutomation package and library:
      • install.packages("MplusAutomation", .Library)
      • library(MplusAutomation)