Package: semmcci Title: Monte Carlo Confidence Intervals in Structural Equation Modeling Version: 1.1.6.9000 Authors@R: c( person(given = "Ivan Jacob Agaloos", family = "Pesigan", role = c("aut", "cre", "cph"), email = "r.jeksterslab@gmail.com", comment = c(ORCID = "0000-0003-4818-8420")), person(given = "Shu Fai", family = "Cheung", role = "ctb", email = "shufai.cheung@gmail.com", comment = c(ORCID = "0000-0002-9871-9448")) ) Description: Monte Carlo confidence intervals for free and defined parameters in models fitted in the structural equation modeling package 'lavaan' can be generated using the 'semmcci' package. 'semmcci' has three main functions, namely, MC(), MCMI(), and MCStd(). The output of 'lavaan' is passed as the first argument to the MC() function or the MCMI() function to generate Monte Carlo confidence intervals. Monte Carlo confidence intervals for the standardized estimates can also be generated by passing the output of the MC() function or the MCMI() function to the MCStd() function. A description of the package and code examples are presented in Pesigan and Cheung (2024) . URL: https://github.com/jeksterslab/semmcci, https://jeksterslab.github.io/semmcci/ BugReports: https://github.com/jeksterslab/semmcci/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 3.5.0) Imports: stats, lavaan (>= 0.6), mice, parallel Suggests: knitr, rmarkdown, testthat, MASS, psych, Amelia, bmemLavaan Config/roxygen2/version: 8.0.0.9000 Config/pak/sysreqs: cmake make libicu-dev libx11-dev zlib1g-dev Repository: https://jeksterslab.r-universe.dev Date/Publication: 2026-06-14 00:15:53 UTC RemoteUrl: https://github.com/jeksterslab/semmcci RemoteRef: HEAD RemoteSha: 4cf752e82f4e6640073ef93d4804e80755d603d4 NeedsCompilation: no Packaged: 2026-06-14 05:31:59 UTC; root Author: Ivan Jacob Agaloos Pesigan [aut, cre, cph] (ORCID: ), Shu Fai Cheung [ctb] (ORCID: ) Maintainer: Ivan Jacob Agaloos Pesigan