-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.04 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
30
31
Package: betaNB
Title: Bootstrap for Regression Effect Sizes
Version: 1.0.5.9000
Authors@R:
person(given = "Ivan Jacob Agaloos",
family = "Pesigan",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4818-8420"))
Description: Generates nonparametric bootstrap confidence intervals
(Efron and Tibshirani, 1993: <doi:10.1201/9780429246593>)
for standardized regression coefficients (beta) and other effect sizes,
including multiple correlation, semipartial correlations,
improvement in R-squared, squared partial correlations,
and differences in standardized regression coefficients,
for models fitted by lm().
URL: https://github.com/jeksterslab/betaNB, https://jeksterslab.github.io/betaNB/
BugReports: https://github.com/jeksterslab/betaNB/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.5.0)
Imports:
stats
Suggests:
knitr,
rmarkdown,
testthat
RoxygenNote: 7.3.2