| simulate_data | R Documentation | 
Simluate data with a dMod.frame
simulate_data(
  model,
  hypothesis = 1,
  output = c("dMod.frame", "data.frame", "datalist"),
  timesD = 0:10,
  s0 = 0.1,
  srel = 0.1,
  observables = getObservables(model, hypothesis),
  seed_pars = 1,
  seed_data = 1
)
| model | dMod.frame, preferably with columns pars and covtable | 
| hypothesis | 1 | 
| output | output type. if dMod.frame, the current "data" in the given hypothesis will be overwritten | 
| timesD, s0, srel, observables | things to create the data template | 
| seed | 
either dMod.frame with data in it and column "truth" or data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.