Package: betaMC
Title: Monte Carlo Confidence Intervals for Standardized Regression
        Coefficients
Version: 1.0.0
Authors@R: 
    person(given = "Ivan Jacob Agaloos",
           family = "Pesigan",
           role = c("aut", "cre", "cph"),
           email = "r.jeksterslab@gmail.com",
           comment = c(ORCID = "0000-0003-4818-8420"))
Description: Generates Monte Carlo confidence intervals for standardized regression coefficients
    for models fitted by lm().
    'betaMC' combines ideas from Monte Carlo confidence intervals for the indirect effect
    (Preacher and Selig, 2012 <doi:10.1080/19312458.2012.679848>)
    and the sampling covariance matrix of regression coefficients
    (Dudgeon, 2017 <doi:10.1007/s11336-017-9563-z>)
    to generate confidence intervals for standardized regression coefficients.
URL: https://github.com/jeksterslab/betaMC,
        https://jeksterslab.github.io/betaMC/
BugReports: https://github.com/jeksterslab/betaMC/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: stats, methods
Suggests: knitr, rmarkdown, testthat
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2022-12-28 15:16:36 UTC; r1090703
Author: Ivan Jacob Agaloos Pesigan [aut, cre, cph]
    (<https://orcid.org/0000-0003-4818-8420>)
Maintainer: Ivan Jacob Agaloos Pesigan <r.jeksterslab@gmail.com>
Repository: CRAN
Date/Publication: 2023-01-09 10:00:08 UTC
