thylacine_example_metrics | R Documentation |
A dataset containing precalculated summary metrics for use when running the Thylacine
example vignette in demonstration mode. The values were obtained by running the
vignette code for 20,000 model simulations with DEMONSTRATION = FALSE
.
A data frame with 20,000 rows and 4 variables:
Example simulation number from 1 to 20,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 runs.
data(thylacine_example_metrics)
hist(thylacine_example_metrics$bounty_slope_error)
hist(thylacine_example_metrics$ibra_extirpation_error)
hist(thylacine_example_metrics$total_extinction)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.