Description Usage Arguments Details Value Examples
An integrated_bias
object contains a bias model
that can be shared among multiple components in an integrated population
model
1 2 3 4 5 6 7 8 9 10 11 |
object |
an |
x |
|
... |
additional arguments to print, summary, and plot methods (currently ignored) |
p_detect |
parameter of detection model (see details for information on setting prior distributions) |
x |
an |
Prior distributions can be specified as single-dimensional
greta distribution, e.g., normal(0, 1)
. Link functions and transformations
can be specified directly in-line, e.g., ilogit(normal(0, 1))
specifies
normal priors with a mean of zero and a standard deviation of one, transformed
with an inverse-logit link.
An object of class integrated_bias
, which can be used to create
integrated_data and integrated_model objects
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.