msParframe | R Documentation |
The output of this function can be used for the center
- argument of mstrust
msParframe(
pars,
n = 20,
seed = 12345,
samplefun = stats::rnorm,
keepfirst = TRUE,
...
)
pars |
Named vector. If |
n |
Integer how many lines should the parframe have |
seed |
Seed for the random number generator |
samplefun |
random number generator: |
keepfirst |
boolean, if set to |
... |
arguments going to samplefun |
parframe (without metanames)
mstrust
and parframe
msParframe(c(a = 0, b = 100000), 5)
# Parameter specific sigma
msParframe(c(a = 0, b = 100000), 5, samplefun = rnorm, sd = c(100, 0.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.