Simply a wrapper around experiment to be called as a shiny module.

spades_expt(input, output, session, sim, reps, seed, objectsToHash,
  cacheDebug = "complete", spadesDebug = getOption("spades.debug"))

Arguments

input

shiny server input object

output

shiny server output object

session

shiny server session object

sim

A reactive simList object (e.g., pass sim = sim()).

reps

A reactive indicating the number of replicates (e.g., pass reps = reps()).

seed

An integer to pass to set.seed for the simulation experiment.

objectsToHash

A list of objects to hash (with Cache).

cacheDebug

Cache() debugging (default "complete"). See Cache.

spadesDebug

spades() debugging (default getOption("spades.debug")). See link{spades}.

...

Additional arguments passed to experiment.

Value

A list of simList objects.

Note

This is a server-only module with no UI component.

See also