Description Arguments Details Examples
Results for simulations used in Korthauer and Kimes et al. (2019) across varying number of hypotheses tested, using standard Gaussian distributed test statistics, and ‘sine’ informative and paired uninformative covariates stored as a list of SummarizedBenchmark objects from 100 replications. Simulations were performed with 100, 500, 1000, 5000, 10000, and 50000 tests.
metadata |
logical whether to load metadata (TRUE) or full resource (FALSE). (default = FALSE) |
The object is a list of length 100 corresponding to the 100 replications. Each
entry in the list is a named list of two SummarizedBenchmark objects. The results
based on using an informative and uninformative covariate are stored as
"informative"
and "uninformative"
, respectively.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | `varyingntests-benchmark-n100`(metadata = TRUE)
## Not run:
`varyingntests-benchmark-n100`()
`varyingntests-benchmark-n500`()
`varyingntests-benchmark-n1000`()
`varyingntests-benchmark-n5000`()
`varyingntests-benchmark-n10000`()
`varyingntests-benchmark-n50000`()
res <- `varyingntests-benchmark-n100`()
res[[1]]$informative
res[[1]]$uninformative
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.