View source: R/simulatr_functs.R
create_simulatr_specifier_object | R Documentation |
Create simulatr specifier object (v2)
create_simulatr_specifier_object(
param_grid,
fixed_params,
methods = c("glmeiv_slow", "glmeiv_fast", "thresholding", "unimodal_mixture")
)
param_grid |
grid of parameters |
fixed_params |
list of fixed parameters |
methods |
a character vector giving the methods to run |
one_rep_times |
vector of times for each method, as well as the data generation procedure |
a simulatr specifier object for use in simulatr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.