Retrieve a Pre-Simulated Condition and Repetition From a DGM
Source:R/download.R
retrieve_dgm_dataset.RdThis function returns a pre-simulated dataset of a given repetition and condition from a dgm. The pre-simulated datasets must be already stored locally. See download_dgm function for more guidance.
Examples
# \donttest{
# get condition 1, repetition 1
retrieve_dgm_dataset("no_bias", condition_id = 1, repetition_id = 1)
#> Error: The resources location needs to be specified via the `PublicationBiasBenchmark.options(resources_directory = '/path/')` function.
# get condition 1, all repetitions
retrieve_dgm_dataset("no_bias", condition_id = 1)
#> Error: The resources location needs to be specified via the `PublicationBiasBenchmark.options(resources_directory = '/path/')` function.
# }