Package: semmcci
Title: Monte Carlo Confidence Intervals in Structural Equation Modeling
Version: 1.0.4
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 two main functions, namely, MC() and MCStd().
    The output of 'lavaan' is passed as the first argument
    to the MC() 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
    to the MCStd() function.
    Preacher and Selig (2012) <doi:10.1080/19312458.2012.679848>.
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
Depends: R (>= 3.0.0)
Imports: stats, methods, lavaan
Suggests: knitr, rmarkdown, testthat, MASS
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2022-12-17 09:30:45 UTC; r1137727
Author: Ivan Jacob Agaloos Pesigan [aut, cre, cph]
    (<https://orcid.org/0000-0003-4818-8420>),
  Shu Fai Cheung [ctb] (<https://orcid.org/0000-0002-9871-9448>)
Maintainer: Ivan Jacob Agaloos Pesigan <r.jeksterslab@gmail.com>
Repository: CRAN
Date/Publication: 2022-12-17 09:50:02 UTC
