thylacine_example_metrics_rerun | R Documentation |
A dataset containing precalculated (re-run) summary metrics for use when running the
Thylacine example vignette in demonstration mode. The values were obtained by running
the vignette code for 10 replicate re-runs of the selected 'best' 200 model
simulations with DEMONSTRATION = FALSE
.
A data frame with 2,000 rows and 4 variables:
Example simulation number from 1 to 2,000
Root mean squared error (RMSE) from estimated total bounty submitted across three intervals (see vignette)
RMSE from estimated extirpation date for each IBRA bioregion (see vignette)
Total extinction date for each example simulation (NA
when persistent beyond 1967)
Precalculated demonstration via example simulation re-runs.
data(thylacine_example_metrics_rerun)
hist(thylacine_example_metrics_rerun$bounty_slope_error)
hist(thylacine_example_metrics_rerun$ibra_extirpation_error)
hist(thylacine_example_metrics_rerun$total_extinction)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.