-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: betaSandwich
Title: Robust Confidence Intervals for Standardized Regression Coefficients
Version: 1.0.7.9000
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 robust confidence intervals for standardized regression coefficients
using heteroskedasticity-consistent standard errors for models fitted by lm()
as described in Dudgeon (2017) <doi:10.1007/s11336-017-9563-z>.
The package can also be used to generate confidence intervals for R-squared,
adjusted R-squared, and differences of standardized regression coefficients.
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/betaSandwich, https://jeksterslab.github.io/betaSandwich/
BugReports: https://github.com/jeksterslab/betaSandwich/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.5.0)
Suggests:
knitr,
rmarkdown,
testthat,
betaDelta
RoxygenNote: 7.3.2