knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The lazily loaded data set darwinData
contains model parameter estimates of a variety of different stock-recruitment models. The underlying Stock-recruitment data was taken from a variety of different studies (multispecies studies where possible). The field "owner" indicates the source of the study and the "filename" is the name of the file containing the data. The other fields represent the estimated model parameters. All parameters were estimated using maximum likelihood. The likelihood function are written below each section.
The model takes the form
$$model$$ with likelihood
$$ likelihood $$
hydramse::darwinData$hockey
The model takes the form
$$model$$ with likelihood
$$ likelihood $$
hydramse::darwinData$segmented
The model takes the form
$$model$$ with likelihood
$$ likelihood $$
hydramse::darwinData$BH
The model takes the form
$$model$$ with likelihood
$$ likelihood $$
hydramse::darwinData$Ricker
The fields "min_obs_SS" and "max_obs_SS" represent the minimum and maximum observed spawning stock biomass values in each respective data set
hydramse::darwinData$SSBBounds
This data is a summary of a larger dataset. Further explanation needed
hydramse::darwinData$historicBounds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.