analysis/unneeded_unfinished/07_02_run-Mplus-mode-notr.R

# 07_02 Run models

library(here)
library(MplusAutomation)

model_name <- "mode_cleaned_notr"
model_path <- paste0("analysis/Mplus/", model_name, "/")

MplusAutomation::runModels(
  here(model_path),
  recursive=FALSE)
e-mcbride/PSRC.analysis documentation built on April 14, 2022, 5:29 p.m.