Description Usage Arguments Value
View source: R/ParameterPrior.R
Create a ParameterPrior object
1 2 |
d, r |
character strings denoting the names of a density function and of
a random generator function for some distribution, e.g. "dunif" and "runif".
Alternatively, these can be function objects, but this is not recommended,
because it can result in multiple duplication of these objects in memory.
Default values: |
p |
a list with 'static' arguments common for |
p.d |
a list of static arguments to be passed specifically to
|
p.r |
a list of static arguments to be passed specifically to
|
... |
additional arguments to be stored as member elements in the returned ParameterPrior object. |
an object of S3 class c("ParameterPrior", "Prior")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.