Description Usage Arguments Value See Also Examples
The output of this function can be used for the center
- argument of mstrust
1 | msParframe(pars, n = 20, seed = 12345, samplefun = stats::rnorm, ...)
|
pars |
Named vector. If |
n |
Integer how many lines should the parframe have |
seed |
Seed for the random number generator |
samplefun |
random number generator: |
... |
arguments going to samplefun |
parframe (without metanames)
1 2 3 4 | 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.