-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.64 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
32
33
Package: MultiSplit
Type: Package
Title: Hypothesis testing with multiple data splits and exchangeable p-values
Version: 0.1.1
Author: Richard Guo [aut, cre] (<https://orcid.org/0000-0002-2081-7398>)
Maintainer: Richard Guo <[email protected]>
Authors@R: c(
person("Richard", "Guo", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2081-7398"))
)
Description: Statistical tests are sometimes constructed with data splitting.
When such tests are applied to data, the result can depend on the way the
data is split, which is typically random. Therefore, on a dataset, the result
of a test is random and not replicable. Further, such tests typically have low power
because the full sample is not utlized. This package properly aggregates the results
from multiple data splits and reports the p-value of the aggregated statistic. The
constructed test has level that asymptotically approaches the nominal level. Typically,
by aggregating results from a sufficiently large number of data splits, the test
becomes replicable and much more powerful. This package implements a generic
method that handles any test that is constructed with "extra randomness", including
random data splitting, resampling, imputation, etc.
License: MIT + file LICENSE
URL: https://github.com/richardkwo/MultiSplit
BugReports: https://github.com/richardkwo/MultiSplit/issues
Depends:
R (>= 3.5.0)
Imports: plyr, future, kedd, diptest, flexclust, ranger, quantreg
Suggests: MASS, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
LazyData: true