powered by
The output of this function can be used for the center - argument of mstrust
center
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
samplefun
Integer how many lines should the parframe have
Seed for the random number generator
random number generator: rnorm, runif, etc...
rnorm
runif
arguments going to samplefun
parframe (without metanames)
mstrust and parframe
parframe
# 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