thylacine_example_metrics_rerun {poems} | R Documentation |
Thylacine vignette demonstration example (re-run) metrics
Description
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
.
Format
A data frame with 2,000 rows and 4 variables:
- index
Example simulation number from 1 to 2,000
- bounty_slope_error
Root mean squared error (RMSE) from estimated total bounty submitted across three intervals (see vignette)
- ibra_extirpation_error
RMSE from estimated extirpation date for each IBRA bioregion (see vignette)
- total_extinction
Total extinction date for each example simulation (
NA
when persistent beyond 1967)
Source
Precalculated demonstration via example simulation re-runs.
Examples
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)
[Package poems version 1.3.3 Index]