{
  "_id": "6a105419acfb0bcc41ca1faa",
  "Package": "MplusAutomation",
  "Type": "Package",
  "Title": "An R Package for Facilitating Large-Scale Latent Variable\nAnalyses in Mplus",
  "Version": "1.3",
  "Date": "2026-04-07",
  "Authors@R": "c(person(\"Michael\", \"Hallquist\", role = c(\"aut\", \"cre\"),\nemail = \"michael.hallquist@gmail.com\"),\nperson(\"Joshua\", \"Wiley\", role = \"aut\",\nemail = \"jwiley.psych@gmail.com\"),\nperson(given = \"Caspar\", family =\"van Lissa\", role = \"ctb\",\nemail = \"c.j.vanlissa@uu.nl\"),\nperson(\"Daniel\", \"Morillo\", role = \"ctb\",\nemail = \"danivorillo@gmail.com\")\n)",
  "Maintainer": "Michael Hallquist <michael.hallquist@gmail.com>",
  "Description": "Leverages the R language to automate latent variable model\nestimation and interpretation using 'Mplus', a powerful latent\nvariable modeling program developed by Muthen and Muthen\n(<https://www.statmodel.com>). Specifically, this package\nprovides routines for creating related groups of models,\nrunning batches of models, and extracting and tabulating model\nparameters and fit statistics.",
  "License": "LGPL-3",
  "URL": "https://michaelhallquist.github.io/MplusAutomation/",
  "BugReports": "https://github.com/michaelhallquist/MplusAutomation/issues",
  "biocViews": "",
  "LazyLoad": "yes",
  "LazyData": "yes",
  "VignetteBuilder": "knitr",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "texlive libicu-dev libssl-dev",
  "Repository": "https://michaelhallquist.r-universe.dev",
  "Date/Publication": "2026-04-09 21:56:25 UTC",
  "RemoteUrl": "https://github.com/michaelhallquist/mplusautomation",
  "RemoteRef": "HEAD",
  "RemoteSha": "68b845a3f88a03181f115480647096689e7e49c6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 08:43:34 UTC",
    "User": "root"
  },
  "Author": "Michael Hallquist [aut, cre],\nJoshua Wiley [aut],\nCaspar van Lissa [ctb],\nDaniel Morillo [ctb]",
  "MD5sum": "8be33210998d656f016e110b3d865107",
  "_user": "michaelhallquist",
  "_type": "src",
  "_file": "MplusAutomation_1.3.tar.gz",
  "_fileid": "dd05a4d0ed92cdbdd4d67b07078da4d841759ecd78abf1397bc4b92375aff073",
  "_filesize": 2108637,
  "_sha256": "dd05a4d0ed92cdbdd4d67b07078da4d841759ecd78abf1397bc4b92375aff073",
  "_created": "2026-05-09T08:43:34.000Z",
  "_published": "2026-05-22T13:03:21.166Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77384717820,
      "time": 239,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894427581"
    },
    {
      "job": 77384718577,
      "time": 240,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894427669"
    },
    {
      "job": 77384718437,
      "time": 175,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894420872"
    },
    {
      "job": 77384718400,
      "time": 125,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894416151"
    },
    {
      "job": 77384716928,
      "time": 270,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894403582"
    },
    {
      "job": 77384717211,
      "time": 178,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161142592"
    },
    {
      "job": 77384717872,
      "time": 178,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894421142"
    },
    {
      "job": 77384718198,
      "time": 174,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894420805"
    },
    {
      "job": 77384717859,
      "time": 218,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894425022"
    }
  ],
  "_buildurl": "https://github.com/r-universe/michaelhallquist/actions/runs/25596736634",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/michaelhallquist/mplusautomation",
  "_commit": {
    "id": "68b845a3f88a03181f115480647096689e7e49c6",
    "author": "Michael Hallquist <michael.hallquist@gmail.com>",
    "committer": "Michael Hallquist <michael.hallquist@gmail.com>",
    "message": "explicitly require full readModels object for mixtureSummaryTable. Closes #197\n",
    "time": 1775771785
  },
  "_maintainer": {
    "name": "Michael Hallquist",
    "email": "michael.hallquist@gmail.com",
    "login": "michaelhallquist",
    "uuid": 284491
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "boot",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "role": "Imports"
    },
    {
      "package": "gsubfn",
      "role": "Imports"
    },
    {
      "package": "coda",
      "role": "Imports"
    },
    {
      "package": "xtable",
      "role": "Imports"
    },
    {
      "package": "lattice",
      "role": "Imports"
    },
    {
      "package": "texreg",
      "role": "Imports"
    },
    {
      "package": "pander",
      "role": "Imports"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "fastDummies",
      "role": "Imports"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "rhdf5",
      "role": "Suggests"
    },
    {
      "package": "tcltk",
      "role": "Suggests"
    },
    {
      "package": "relimp",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "michaelhallquist",
  "_selfowned": true,
  "_usedby": 17,
  "_updates": [
    {
      "week": "2025-33",
      "n": 5
    },
    {
      "week": "2025-34",
      "n": 10
    },
    {
      "week": "2025-35",
      "n": 6
    },
    {
      "week": "2025-41",
      "n": 1
    },
    {
      "week": "2025-47",
      "n": 2
    },
    {
      "week": "2026-07",
      "n": 1
    },
    {
      "week": "2026-13",
      "n": 1
    },
    {
      "week": "2026-15",
      "n": 14
    }
  ],
  "_tags": [],
  "_stars": 97,
  "_contributors": [
    {
      "user": "michaelhallquist",
      "count": 251,
      "uuid": 284491
    },
    {
      "user": "jwiley",
      "count": 112,
      "uuid": 322716
    },
    {
      "user": "sam-crawley",
      "count": 11,
      "uuid": 42904636
    },
    {
      "user": "mronkko",
      "count": 9,
      "uuid": 566094
    },
    {
      "user": "danimori",
      "count": 5,
      "uuid": 8235380
    },
    {
      "user": "garberadamc",
      "count": 5,
      "uuid": 49567793
    },
    {
      "user": "patr1ckm",
      "count": 4,
      "uuid": 427445
    },
    {
      "user": "wibeasley",
      "count": 4,
      "uuid": 1372890
    },
    {
      "user": "cjvanlissa",
      "count": 4,
      "uuid": 11941251
    },
    {
      "user": "davidemorselli",
      "count": 2,
      "uuid": 5632091
    },
    {
      "user": "sda030",
      "count": 2,
      "uuid": 13221371
    },
    {
      "user": "zhanglj37",
      "count": 1,
      "uuid": 49837119
    },
    {
      "user": "mhermans",
      "count": 1,
      "uuid": 41405
    },
    {
      "user": "mariellezz",
      "count": 1,
      "uuid": 5922622
    }
  ],
  "_userbio": {
    "uuid": 284491,
    "type": "user",
    "name": "michaelhallquist"
  },
  "_downloads": {
    "count": 9828,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/MplusAutomation"
  },
  "_mentions": 29,
  "_devurl": "https://github.com/michaelhallquist/mplusautomation",
  "_pkgdown": "https://michaelhallquist.github.io/MplusAutomation/",
  "_searchresults": 964,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/MplusAutomation.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/michaelhallquist/mplusautomation",
  "_realowner": "michaelhallquist",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2-1",
      "date": "2010-03-10"
    },
    {
      "version": "0.2-2",
      "date": "2010-03-11"
    },
    {
      "version": "0.2-3",
      "date": "2010-03-13"
    },
    {
      "version": "0.2-4",
      "date": "2010-03-19"
    },
    {
      "version": "0.2-5",
      "date": "2010-04-03"
    },
    {
      "version": "0.3",
      "date": "2010-05-10"
    },
    {
      "version": "0.3-1",
      "date": "2010-05-18"
    },
    {
      "version": "0.3-2",
      "date": "2010-05-22"
    },
    {
      "version": "0.3-3",
      "date": "2010-07-24"
    },
    {
      "version": "0.4",
      "date": "2010-11-03"
    },
    {
      "version": "0.4-1",
      "date": "2011-02-14"
    },
    {
      "version": "0.4-2",
      "date": "2011-03-19"
    },
    {
      "version": "0.4-3",
      "date": "2011-07-25"
    },
    {
      "version": "0.5",
      "date": "2011-12-09"
    },
    {
      "version": "0.5-1",
      "date": "2012-04-03"
    },
    {
      "version": "0.5-2",
      "date": "2012-07-12"
    },
    {
      "version": "0.5-3",
      "date": "2012-08-08"
    },
    {
      "version": "0.5-4",
      "date": "2013-02-15"
    },
    {
      "version": "0.6",
      "date": "2013-05-06"
    },
    {
      "version": "0.6-1",
      "date": "2013-05-08"
    },
    {
      "version": "0.6-2",
      "date": "2013-10-24"
    },
    {
      "version": "0.6-3",
      "date": "2014-10-10"
    },
    {
      "version": "0.6-4",
      "date": "2016-06-09"
    },
    {
      "version": "0.7",
      "date": "2017-07-14"
    },
    {
      "version": "0.7-1",
      "date": "2018-01-31"
    },
    {
      "version": "0.7-2",
      "date": "2018-04-06"
    },
    {
      "version": "0.7-3",
      "date": "2018-11-25"
    },
    {
      "version": "0.8",
      "date": "2020-10-14"
    },
    {
      "version": "1.0.0",
      "date": "2021-07-01"
    },
    {
      "version": "1.1.0",
      "date": "2022-04-06"
    },
    {
      "version": "1.1.1",
      "date": "2024-01-31"
    },
    {
      "version": "1.2",
      "date": "2025-09-02"
    }
  ],
  "_exports": [
    "cd",
    "checkSubmission",
    "compareModels",
    "createMixtures",
    "createModels",
    "createSyntax",
    "detectMplus",
    "extract",
    "extract.mplus.model",
    "extract.mplusObject",
    "get_bparameters",
    "get_class_counts",
    "get_covariance_coverage",
    "get_data_summary",
    "get_fac_score_stats",
    "get_gh5",
    "get_indirect",
    "get_input",
    "get_invariance_testing",
    "get_lcCondMeans",
    "get_mod_indices",
    "get_model_table",
    "get_parameters",
    "get_residuals",
    "get_results",
    "get_sampstat",
    "get_savedata",
    "get_summaries",
    "get_tech1",
    "get_tech10",
    "get_tech12",
    "get_tech15",
    "get_tech3",
    "get_tech4",
    "get_tech7",
    "get_tech8",
    "get_tech9",
    "get_warn_err",
    "HTMLSummaryTable",
    "LatexSummaryTable",
    "long2LGMM",
    "lookupTech1Parameter",
    "mixtureSummaryTable",
    "mplus.traceplot",
    "mplusAvailable",
    "mplusGLM",
    "mplusModel",
    "mplusModeler",
    "mplusObject",
    "mplusRcov",
    "paramExtract",
    "parseCatOutput",
    "parseMplus",
    "plotGrowthMixtures",
    "plotLTA",
    "plotMixtureDensities",
    "plotMixtures",
    "prepareMplusData",
    "readModels",
    "runModels",
    "runModels_Interactive",
    "showSummaryTable",
    "submitModels",
    "SummaryTable",
    "testBParamCompoundConstraint",
    "testBParamConstraint",
    "trainLGMM"
  ],
  "_datasets": [
    {
      "name": "lcademo",
      "title": "Latent Class Analysis Demonstration",
      "object": "lcademo",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "cd",
      "title": "Change directory",
      "topics": [
        "cd"
      ]
    },
    {
      "page": "checkSubmission",
      "title": "check on the status of submitted Mplus jobs on the cluster",
      "topics": [
        "checkSubmission"
      ]
    },
    {
      "page": "coef.mplus.model",
      "title": "Return coefficients for an mplus.model object",
      "concept": [
        "Mplus-Formatting"
      ],
      "topics": [
        "coef.mplus.model",
        "coef.mplusObject"
      ]
    },
    {
      "page": "compareModels",
      "title": "Compare the output of two Mplus models",
      "topics": [
        "compareModels"
      ]
    },
    {
      "page": "confint.mplus.model",
      "title": "Return confidence intervals for an mplus.model object",
      "concept": [
        "Mplus-Formatting"
      ],
      "topics": [
        "confint.mplus.model",
        "confint.mplusObject"
      ]
    },
    {
      "page": "createMixtures",
      "title": "Create syntax for a batch of mixture models",
      "topics": [
        "createMixtures"
      ]
    },
    {
      "page": "createModels",
      "title": "Create Mplus Input Files from Template",
      "topics": [
        "createModels"
      ]
    },
    {
      "page": "createSyntax",
      "title": "Create the Mplus input text for an mplusObject",
      "topics": [
        "createSyntax"
      ]
    },
    {
      "page": "detectMplus",
      "title": "Detect the location/name of the Mplus command",
      "topics": [
        "detectMplus"
      ]
    },
    {
      "page": "extract",
      "title": "Extract function to make Mplus output work with the 'texreg' package",
      "concept": [
        "Mplus-Formatting"
      ],
      "topics": [
        "extract",
        "extract,mplus.model-method",
        "extract,mplusObject-method",
        "extract.mplus.model",
        "extract.mplusObject"
      ]
    },
    {
      "page": "get_results",
      "title": "Extract Mplus results",
      "topics": [
        "get_bparameters",
        "get_class_counts",
        "get_covariance_coverage",
        "get_data_summary",
        "get_fac_score_stats",
        "get_gh5",
        "get_indirect",
        "get_input",
        "get_invariance_testing",
        "get_lcCondMeans",
        "get_model_table",
        "get_mod_indices",
        "get_parameters",
        "get_residuals",
        "get_results",
        "get_sampstat",
        "get_savedata",
        "get_summaries",
        "get_tech1",
        "get_tech10",
        "get_tech12",
        "get_tech15",
        "get_tech3",
        "get_tech4",
        "get_tech7",
        "get_tech8",
        "get_tech9",
        "get_warn_err"
      ]
    },
    {
      "page": "HTMLSummaryTable",
      "title": "Create an HTML file containing a summary table of Mplus model statistics",
      "topics": [
        "HTMLSummaryTable"
      ]
    },
    {
      "page": "LatexSummaryTable",
      "title": "Display summary table of Mplus model statistics in separate window",
      "topics": [
        "LatexSummaryTable"
      ]
    },
    {
      "page": "lcademo",
      "title": "Latent Class Analysis Demonstration",
      "topics": [
        "lcademo"
      ]
    },
    {
      "page": "long2LGMM",
      "title": "Long data to wide latent growth mixture model",
      "topics": [
        "long2LGMM"
      ]
    },
    {
      "page": "lookupTech1Parameter",
      "title": "Lookup the matrix element for a give parameter number",
      "topics": [
        "lookupTech1Parameter"
      ]
    },
    {
      "page": "mixtureSummaryTable",
      "title": "Create a summary table of Mplus mixture models",
      "topics": [
        "mixtureSummaryTable"
      ]
    },
    {
      "page": "mplus.traceplot",
      "title": "Plot the samples for each MCMC chain as a function of iterations",
      "topics": [
        "mplus.traceplot"
      ]
    },
    {
      "page": "MplusAutomation",
      "title": "Automating Mplus Model Estimation and Interpretation",
      "topics": [
        "MplusAutomation"
      ]
    },
    {
      "page": "mplusAvailable",
      "title": "Check whether Mplus can be found",
      "topics": [
        "mplusAvailable"
      ]
    },
    {
      "page": "mplusGLM",
      "title": "Function to fit GLMs in Mplus",
      "topics": [
        "mplusGLM"
      ]
    },
    {
      "page": "mplusModel",
      "title": "Create an mplusModel object for a given model",
      "topics": [
        "mplusModel"
      ]
    },
    {
      "page": "mplusModeler",
      "title": "Create, run, and read Mplus models.",
      "topics": [
        "mplusModeler"
      ]
    },
    {
      "page": "mplusMultinomial",
      "title": "Internal Function for Multinomial Regression in Mplus",
      "topics": [
        "mplusMultinomial"
      ]
    },
    {
      "page": "mplusObject",
      "title": "Create an Mplus model object",
      "topics": [
        "mplusObject"
      ]
    },
    {
      "page": "mplusRcov",
      "title": "Create Mplus code for various residual covariance structures.",
      "topics": [
        "mplusRcov"
      ]
    },
    {
      "page": "paramExtract",
      "title": "Extract parameters from a data frame of Mplus estimates",
      "topics": [
        "paramExtract"
      ]
    },
    {
      "page": "parseCatOutput",
      "title": "Parse Categorical Output",
      "topics": [
        "parseCatOutput"
      ]
    },
    {
      "page": "parseMplus",
      "title": "Check Mplus code for missing semicolons or too long lines.",
      "topics": [
        "parseMplus"
      ]
    },
    {
      "page": "plot.mplusObject",
      "title": "Plot coefficients for an mplusObject",
      "topics": [
        "plot.mplusObject"
      ]
    },
    {
      "page": "plotMixtureDensities",
      "title": "Create density plots for mixture models",
      "topics": [
        "plotMixtureDensities"
      ]
    },
    {
      "page": "plotMixtures",
      "title": "Create latent profile plots",
      "topics": [
        "plotMixtures"
      ]
    },
    {
      "page": "prepareMplusData",
      "title": "Create tab-delimited file and Mplus input syntax from R data.frame",
      "topics": [
        "prepareMplusData"
      ]
    },
    {
      "page": "print.MplusRstructure",
      "title": "Print an Mplus Residual Structure object",
      "concept": [
        "Mplus-Formatting"
      ],
      "topics": [
        "print.MplusRstructure"
      ]
    },
    {
      "page": "readModels",
      "title": "Read Parameters, Summary Statistics, and Savedata from Mplus Output",
      "topics": [
        "readModels"
      ]
    },
    {
      "page": "runModels",
      "title": "Run Mplus Models",
      "topics": [
        "runModels"
      ]
    },
    {
      "page": "runModels_Interactive",
      "title": "Run Mplus Models Using Graphical Interface",
      "topics": [
        "runModels_Interactive"
      ]
    },
    {
      "page": "separateHyphens",
      "title": "Separate Hyphenated Variable Strings",
      "topics": [
        "separateHyphens"
      ]
    },
    {
      "page": "showSummaryTable",
      "title": "Display summary table of Mplus model statistics in separate window",
      "topics": [
        "showSummaryTable"
      ]
    },
    {
      "page": "submitModels",
      "title": "Submit Mplus models to a high-performance cluster scheduler",
      "topics": [
        "submitModels"
      ]
    },
    {
      "page": "summary.mplus_submission_df",
      "title": "summary function for submission from 'submitModels'",
      "topics": [
        "summary.mplus_submission_df"
      ]
    },
    {
      "page": "summary.mplusObject",
      "title": "Summarize an mplusObject",
      "concept": [
        "Mplus-Formatting"
      ],
      "topics": [
        "summary.mplusObject"
      ]
    },
    {
      "page": "SummaryTable",
      "title": "Create a summary table of Mplus model statistics",
      "topics": [
        "SummaryTable"
      ]
    },
    {
      "page": "testBParamCompoundConstraint",
      "title": "Test inequality-constrained hypothesis for two or more parameters based on iterations of MCMC chains",
      "topics": [
        "testBParamCompoundConstraint"
      ]
    },
    {
      "page": "testBParamConstraint",
      "title": "Test inequality-constrained hypothesis for two parameters based on iterations of MCMC chains",
      "topics": [
        "testBParamConstraint"
      ]
    },
    {
      "page": "trainLGMM",
      "title": "Train a variety of latent growth mixture model",
      "topics": [
        "trainLGMM"
      ]
    },
    {
      "page": "update.mplusObject",
      "title": "Update an Mplus model object",
      "topics": [
        "update.mplusObject"
      ]
    }
  ],
  "_readme": "https://github.com/michaelhallquist/mplusautomation/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "backports",
    "boot",
    "checkmate",
    "cli",
    "coda",
    "cpp11",
    "curl",
    "data.table",
    "digest",
    "farver",
    "fastDummies",
    "ggplot2",
    "glue",
    "gsubfn",
    "gtable",
    "httr",
    "isoband",
    "jsonlite",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pander",
    "pillar",
    "pkgconfig",
    "plyr",
    "proto",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "sys",
    "texreg",
    "tibble",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xtable"
  ],
  "_vignettes": [
    {
      "source": "vignette.Rmd",
      "filename": "vignette.html",
      "title": "MplusAutomation Examples",
      "author": "Michael N. Hallquist",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Clarifying the relationship between MplusAutomation and Mplus",
        "Installing and loading the package",
        "Determine the version of MplusAutomation on your machine",
        "Updating the package to the latest version",
        "Exporting data from R to Mplus",
        "Running batches of Mplus models",
        "Basic use of runModels",
        "Advanced use of runModels",
        "Recursing through subdirectories",
        "Logging the outcome of runModels",
        "Skipping models with existing output files",
        "Displaying R output in the console",
        "User-friendly interface to runModels()",
        "readModels(): Extracting all supported data from Mplus output",
        "Extracting model summary statistics",
        "Listing of summary statistics extracted by readModels",
        "Summarizing model fit statistics in tabular form",
        "Displaying the summary table on the screen",
        "Creating a summary table in HTML",
        "Creating a summary table in LaTeX",
        "Extracting model modification indices",
        "Extracting model parameters",
        "Example: Extracting parameters from a single file",
        "Example: Extracting parameters from multiple files",
        "Extracting and combining model results across files and sections",
        "Basic structure of each model results section",
        "Capitalizing on the graphics strength of R to visualize results",
        "Comparing summaries and parameters across models",
        "Creating a group of models from an Mplus template file (createModels())",
        "Init section",
        "Required init definitions",
        "Tag types",
        "Simple tags",
        "List tags",
        "Iterator tags",
        "Conditional tags",
        "A Complete Example",
        "Caveats and limitations",
        "Circular tag definition",
        "Conditional logic for multiple conditions"
      ],
      "created": "2020-02-16 03:14:06",
      "modified": "2025-08-21 18:47:33",
      "commits": 9
    },
    {
      "source": "submitModels.Rmd",
      "filename": "submitModels.html",
      "title": "Submitting Many Mplus Models to an HPC with submitModels()",
      "author": "Michael Hallquist",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Motivation",
        "Overview: submitModels()",
        "Key ideas",
        "Minimal examples",
        "Inline HPCC directives inside .inp files",
        "Batching models into combined jobs",
        "Tracking job status",
        "Practical tips"
      ],
      "created": "2025-08-13 02:03:14",
      "modified": "2025-08-13 02:03:14",
      "commits": 1
    },
    {
      "source": "mplusModel.Rmd",
      "filename": "mplusModel.html",
      "title": "Working with the mplusModel Object",
      "author": "Michael Hallquist",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Three Ways to Start",
        "Start from Syntax and Data",
        "Start from an Existing .inp File",
        "Write Mplus Files",
        "Update Syntax and Variables",
        "Start from an Existing .out File",
        "Run Locally or Submit to HPC",
        "Summary"
      ],
      "created": "2026-02-13 18:11:05",
      "modified": "2026-04-09 21:13:06",
      "commits": 2
    }
  ],
  "_score": 13.864008690429518,
  "_indexed": true,
  "_nocasepkg": "mplusautomation",
  "_universes": [
    "michaelhallquist"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3",
      "date": "2026-05-09T08:46:55.000Z",
      "distro": "noble",
      "commit": "68b845a3f88a03181f115480647096689e7e49c6",
      "fileid": "f62f97f4cefbfa827ae307f6ef1691b9d496436fe2fdd6628440cb2e323f88a8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaelhallquist/actions/runs/25596736634"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3",
      "date": "2026-05-09T08:46:58.000Z",
      "distro": "noble",
      "commit": "68b845a3f88a03181f115480647096689e7e49c6",
      "fileid": "649a44a5a52ef21e3f9d61dde4a28a2df216fe315ec123d1f4962f67ef1a9360",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaelhallquist/actions/runs/25596736634"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3",
      "date": "2026-05-09T08:45:45.000Z",
      "commit": "68b845a3f88a03181f115480647096689e7e49c6",
      "fileid": "7de4f24d7f7df3b795dced5ea072ba2ed18053c14f6965ab1644abfe578b6d3f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaelhallquist/actions/runs/25596736634"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3",
      "date": "2026-05-09T08:45:21.000Z",
      "commit": "68b845a3f88a03181f115480647096689e7e49c6",
      "fileid": "d3a6d65dc39f5534683dfe8c903dc035f4db91b4eec56dcc380df115b3edebdd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaelhallquist/actions/runs/25596736634"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3",
      "date": "2026-05-09T08:45:19.000Z",
      "commit": "68b845a3f88a03181f115480647096689e7e49c6",
      "fileid": "a3ca3a43643570a694d8d7743955e3b1ce5e8e8a69055e2cdaabe9a1bf12528a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaelhallquist/actions/runs/25596736634"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3",
      "date": "2026-05-09T08:45:12.000Z",
      "commit": "68b845a3f88a03181f115480647096689e7e49c6",
      "fileid": "d17015690cd4a209b69bbda6a058efaf061399eed44377b82743f9c58f135004",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaelhallquist/actions/runs/25596736634"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3",
      "date": "2026-05-09T08:46:05.000Z",
      "commit": "68b845a3f88a03181f115480647096689e7e49c6",
      "fileid": "f6cf1a1bee257a404c6aac41524cc7cec66b394b38b19c0c213791e5877a20ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/michaelhallquist/actions/runs/25596736634"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3",
      "date": "2026-05-22T13:02:55.000Z",
      "commit": "68b845a3f88a03181f115480647096689e7e49c6",
      "fileid": "8c8f4b67f49823d9fb21a27b65397752fdd0e7d82d40078b0075f38143ba1c30",
      "status": "success",
      "buildurl": "https://github.com/r-universe/michaelhallquist/actions/runs/25596736634"
    }
  ]
}