gen_scenario | R Documentation |
Internal method to Generate scenarios based on parameter list variations.
gen_scenario(params = "list")
## S4 method for signature 'ANY'
gen_scenario(params = "list")
params |
List of parameters where each parameter can vary across scenarios. |
Nested list of scenarios.
some_distr<-list(A=list(mu = 31.07, sigma = 0.28),
B=list(mu = c(34.4,31.4,25.6), sigma = 0.98, nu = 1.7),# note mu!
C=list(mu = 31.4, sigma = 0.34),
D=list(mu = 25.6, sigma = 0.24))
gen_scenario(some_distr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.