sims-null: Simulation study results (null settings)

Description Arguments Details Examples

Description

Results for null simulations used in Korthauer and Kimes et al. (2019) stored as a list of SummarizedBenchmark objects from 100 replications. Simulations were performed with standard Gaussian, t_5, t_{11}, and χ_4 distributed test statistics.

Arguments

metadata

logical whether to load metadata (TRUE) or full resource (FALSE). (default = FALSE)

Details

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.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
`null-benchmark-gaussian`(metadata = TRUE)

## Not run: 
`null-benchmark-gaussian`()
`null-benchmark-t11`()
`null-benchmark-t5`()
`null-benchmark-chisq4`()

res <- `null-benchmark-chisq4`()
res[[1]]$informative
res[[1]]$uninformative

## End(Not run)

stephaniehicks/benchmarkfdrData2019 documentation built on June 20, 2021, 10 a.m.