Learn R Programming

mplusParallel.automation

The mplusParallel.automation package provides parallelized automation for Mplus when using R as the data generation method. At present, it supports a specific set of functionalities designed to integrate with Mplus, and uses several underlying packages for its operations, including doParallel, dplyr, furrr, future, and MplusAutomation. This package is currently in the developmental stage and is not available on CRAN. However, you can install it directly from GitHub:

if (!require("remotes")) {
  install.packages("remotes")
}
remotes::install_github("jakewplantz/mplusParallel.automation")

Copy Link

Version

Install

install.packages('mplusParallel.automation')

Monthly Downloads

154

Version

0.0.1.1

License

GPL-3

Maintainer

Jake Plantz

Last Published

September 20th, 2023

Functions in mplusParallel.automation (0.0.1.1)

Base_AutomationFunc_single

Print base automation functions for single or multi conditions
removeParFolders

Remove Parallel Processing Folders from mplusParallel_automation
mplusParallel_automation

Parallel automation of running Mplus models using R.