Description Usage Arguments Value See Also
View source: R/predict.fcs2Fit.R
Calculates the expected total catch over all runs for a range of surveys, as predicted by a fitted FCS2 model.
1 2 |
object |
an |
newData |
a data frame with surveys as rows and variables as columns.
It should contain all variables required by |
subset |
an optional vector specifying a subset of surveys to calculate the predicted total catch for. |
na.action |
a function which indicates what should happen when the data
contain missing values ( |
mu |
a matrix of posterior samples of the abundance component μ
can optionally be given to save recalculation if already available. This is
assumed to have been calculated from |
rho |
a matrix of posterior samples of the prevalence component
ρ can optionally be given to save recalculation if already
available. This is assumed to have been calculated from
|
... |
Not currently used. |
a vector containing the expected total catch for each survey selected.
fcs2FitModel
for fitting the FCS2 model.
pCatch
for calculating probabilities relating to the predicted
total catch.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.