
Last chance! 50% off unlimited learning
Sale ends in
The output of this function can be used for the center
- argument of mstrust
msParframe(pars, n = 20, seed = 12345, samplefun = stats::rnorm, ...)
Named vector. If samplefun
has a "mean"-argument, values of pars will used as mean
Integer how many lines should the parframe have
Seed for the random number generator
arguments going to samplefun
parframe (without metanames)
# NOT RUN {
msParframe(c(a = 0, b = 100000), 5)
# Parameter specific sigma
msParframe(c(a = 0, b = 100000), 5, samplefun = rnorm, sd = c(100, 0.5))
# }
Run the code above in your browser using DataLab