View source: R/s4_constructors.R
simulatr_specifier | R Documentation |
A simulatr_specifier
object defines a simulation study in the simulatr
framework.
simulatr_specifier(
parameter_grid,
fixed_parameters,
generate_data_function,
run_method_functions,
evaluation_functions = list()
)
parameter_grid |
a named data frame storing the values of study parameters that vary |
fixed_parameters |
a named list storing the values of the parameters that stay fixed across parameter settings |
generate_data_function |
a |
run_method_functions |
a named list of |
evaluation_functions |
a named list of functions that define the metrics used to evaluate each method |
a simulatr_specifier
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.