# 02_02 Run models
library(here)
library(MplusAutomation)
model_name <- "mode_cleaned"
model_path <- paste0("analysis/Mplus/", model_name, "/")
MplusAutomation::runModels(
here(model_path),
recursive=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.