View source: R/prior_classes.R
create_prior_list | R Documentation |
create_prior_lists .. Given priors created using the ToxicR prior functions, create a list of priors for a model.
create_prior_list(x1, x2, ...)
x1 |
First Prior |
x2 |
Second Prior |
... |
Aditional arguments |
new BMDprior list. This object is essentailly a matrix where each row is an element defined by a prior object (e.g., normprior or lnormprior).
plist<- create_prior_list(normprior(0,0.1,-100,100), # a normprior(0,1, -1e2,1e2), # b lnormprior(1,0.2,0,18), #k normprior(0,1,-18,18))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.