Package: betaDelta
Title: Confidence Intervals for Standardized Regression Coefficients
Version: 1.0.6
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 confidence intervals for standardized regression coefficients
    using delta method standard errors for models fitted by lm()
    as described in Yuan and Chan (2011) <doi:10.1007/s11336-011-9224-6>
    and Jones and Waller (2015) <doi:10.1007/s11336-013-9380-y>.
    The package can also be used to generate confidence intervals for
    differences of standardized regression coefficients 
    and as a general approach to performing the delta method.
    A description of the package and code examples
    are presented in Pesigan, Sun, and Cheung (2023) <doi:10.1080/00273171.2023.2201277>.
URL: https://github.com/jeksterslab/betaDelta,
        https://jeksterslab.github.io/betaDelta/
BugReports: https://github.com/jeksterslab/betaDelta/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: numDeriv
Suggests: knitr, rmarkdown, testthat, betaSandwich
RoxygenNote: 7.3.3.9000
NeedsCompilation: no
Packaged: 2025-10-19 02:26:13 UTC; root
Author: Ivan Jacob Agaloos Pesigan [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-4818-8420>)
Maintainer: Ivan Jacob Agaloos Pesigan <r.jeksterslab@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-19 17:50:07 UTC
Built: R 4.5.0; ; 2025-10-19 20:17:08 UTC; unix
