Description Usage Arguments Value See Also
View source: R/fcs2EQRSummaryMatrix.R
Produces a matrix summarising the single and joint EQRs and optionally comparing these to the observed catches and the FCS2 model's predictions.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
fit1 |
an |
... |
further |
newData |
a data frame with surveys as rows and variables as columns. It should contain all variables required by each of the model fits. Covariates which are related to human disturbance (pressure variables) should have their values set to the value expected at the site if it were undisturbed (reference conditions) rather than the observed value for each of these variables. |
joinByVar |
the name of a column in |
subset |
an optional vector specifying a subset of surveys to calculate EQR samples for. |
na.action |
a function which indicates what should happen when the data
contain missing values ( |
classify |
whether to produce probabilistic classifications of each
WFD class. If |
boundaries |
a vector of length 4 giving the EQR boundaries
separating the classes Bad, Poor, Good,
Moderate and High. This is used if |
summary |
a character vector listing how to summarise the EQR
variables. Can contain |
observations |
whether to give the observed total catch for each survey and species. |
predictions |
whether to summarise the model's predicted total catch for
each survey and species. If |
n.samples |
the number of Monte Carlo EQR samples to produce for each survey (or joining variable). |
n.sims |
the number of Monte Carlo simulations to make for each EQR sample. These internal samples are used for approximating the probability that defines the joint EQR. |
eqrs |
the result of |
seed |
set random seed to allow repeatable results. |
a matrix with surveys as rows and columns containing the selected information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.