View source: R/utils-combine-historical-probs.R
combine_historical_probs | R Documentation |
Calculate a model's probability of stock decline in a year and combine with past assessment estimates
combine_historical_probs(model, start = 2012, end, ...)
model |
A model as loaded by |
start |
First assessment year to do comparisons |
end |
Last assessment year to do comparisons |
... |
Further arguments to pass to |
Data frame with columns
Year
- year of assessment
P_decline
- estimate from year' assessment model of the probability that the spawning biomass will decline from
yearto
year+ 1 for a catch that turned out to be the catch in
year'
P_below_B40
- estimate from year' assessment model of the probability that the spawning biomass will be below B_40 in
year+1 for a catch that turned out to be the catch in
year'
P_decline_curr
- current estimate (from model
) of the probability that
the spawning biomass declined from year to year+1
P_below_B40_curr
- current estimate (from model
) of the probability
that the spawning biomass was below B_40 in year+1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.