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)

Overview of inputs and outputs for user-defined functions when running a simChef Experiment. Dotted boxes denote optional input arguments that are automatically passed through in a run_experiment() call if specified.{width="100%" #fig:fit-eval-viz-figure}

DGP

Method

Evaluator

Visualizer

Outputs of *_experiment



Yu-Group/simChef documentation built on March 25, 2024, 3:22 a.m.