-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
17 lines (17 loc) · 970 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: waldi
Title: Location-Adjusted Wald Statistics and Confidence Intervals
Version: 0.0.9000
Authors@R: c(person("Ioannis", "Kosmidis", email = "[email protected]", role = c("aut", "cre")),
person("Claudia", "Di Caterina", email = "[email protected]", role = c("aut")))
Description: Provides methods for the computation of the location-adjusted Wald statistics derived in Di Caterina and Kosmidis <arXiv:1710.11217> for 'glm', 'brglmFit' <https://CRAN.R-project.org/package=brglm2> and 'betareg' <https://CRAN.R-project.org/package=beareg>) objects, and corresponding methods for location-adjusted Wald confidence intervals.
URL: https://github.com/ikosmidis/waldi
BugReports: https://github.com/ikosmidis/waldi/issues
Depends: R (>= 3.4.2)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Suggests: testthat, knitr, rmarkdown, covr
Enhances: brglm2, betareg
Imports: enrichwith, foreach, numDeriv
VignetteBuilder: knitr