-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 936 Bytes
/
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
Package: unbiasedgoodness
Title: Goodness-of-Fit Tests After Model Selection
Version: 0.0.0.9000
Authors@R:
person("Joshua", "Loftus", "R", "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2905-1632"))
Description: Provides post-selection inference methods for goodness-of-fit tests. Typical model diagnostics are biased when computed on the same data used to select the model, but the methods in this package are adjusted to be unbiased.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
knitr,
rmarkdown,
hdi,
tidyverse,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
glmnet,
RPtests,
doParallel,
selectiveInference
URL: https://github.com/joftius/unbiasedgoodness,
http://joshualoftus.com/unbiasedgoodness/
BugReports: https://github.com/joftius/unbiasedgoodness/issues
Config/testthat/edition: 3