knitr::opts_chunk$set( collapse = TRUE, comment = "#>", # disable R chunk evaluation when using macOS in GH Actions # see https://github.com/tidyverse/ggplot2/issues/2252#issuecomment-1006713187 # and https://github.com/lcolladotor/biocthis/issues/27 and # https://github.com/bodkan/slendr/commit/f0f5ae18452cc9df5d151874e41b0b8fd5f29aa2# eval = Sys.getenv("RUNNER_OS") != "macOS" ) library(simChef) set.seed(12345)
{width="100%" #fig:fit-eval-viz-figure}
dgp_param1
, dgp_param2
, ...)dgp_out1
, dgp_out2
, ...)dgp_out1
, dgp_out2
, ...)method_param1
, method_param2
, ...)method_out1
, method_out2
, ...)fit_results
(optional): output of fit_experiment()
vary_params
(optional): character vector of parameter names that are varied across in the experimenteval_param1
, eval_param2
, ...)tibble
or data.frame
fit_results
(optional): output of fit_experiment()
eval_results
(optional): output of evaluate_experiment()
vary_params
(optional): character vector of parameter names that are varied across in the experimentviz_param1
, viz_param2
, ...)ggplot
or plotly
object). Can also return tables or more generally, any R Markdown snippet (e.g., verbatim text)*_experiment
fit_results
: output of fit_experiment()
.rep
: replicate ID.dgp_name
: name of DGP.method_name
: name of Methodvary_across
parameter columns (if applicable): value of the specified vary_across
parameterMethod
(e.g., method_out1
, method_out2
, ...)eval_results
: output of evaluate_experiment()
Evaluator
in the Experiment
Evaluator
in create_evaluator(.name = ...)
Evaluator
functionviz_results
: output of visualize_experiment()
Visualizer
in the Experiment
Visualizer
in create_visualizer(.name = ...)
Visualizer
functionAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.