u_to_simpar | R Documentation |
Turn uncrtnty-list into list of arguments for simpar
u_to_simpar(u, nsim, ...)
u |
an uncrtnty-list object |
nsim |
scalar numeric specifying the number of sets to attempt |
... |
additional named arguments to be passed to 'simpar::simpar()' (i.e. "digits", "min", "max"). |
The arguments "theta", "covar", "omega", "sigma", "odf" and "sdf" are filled from the information contained in the uncrtnty-list object, unless they are explicitly specified in '...' .
a list of arguments to be called in 'simpar::simpar()'.
args <- u_to_simpar(u_example, n = 10, sdf = 1000, digits = 5, max = Inf)
#remotes::install_github("metrumresearchgroup/simpar")
#do.call(simpar::simpar, args)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.