Description Usage Arguments Value
View source: R/data_generation_functions.R
Repeatedly calls simulate_study()
until the intended meta-analysis size equals the
number of studies with a positive selection indicator (== 1)
1 2 3 4 5 6 7 8 9 10 11 12 13 | simulate_unbiased_study_set(
job_id,
scenario_id,
ma_size,
p_contr,
odds_ratio,
bias_type,
bias_strength = NULL,
bias_percentage = NULL,
n_cg_distr,
bias_table,
tau_squared = 0
)
|
ma_size |
passed on to |
p_contr |
passed on to |
odds_ratio |
passed on to |
bias_type |
paassed on to |
bias_strength |
passed on to |
bias_percentage |
passed on to |
n_cg_distr |
passed on to |
tau_squared |
passed on to |
Returns a data frame of all studies pertaining to a given meta-analysis before publication bias
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.