Description Usage Arguments Value Functions Examples
Null simulation: Generate uniformly distributed p-values and covariates
1 2 3 | null_sim(m, seed = NULL)
null_sim_fun(m)
|
m |
Integer, total number of hypotheses |
seed |
Integer, Random seed to be used for simulation (default: NULL, i.e. RNG state will be used as is) |
A data frame containing all information about the simulation experiment
null_sim_fun
: Creates a closure function for a given seed
1 | sim_df <- null_sim(20000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.