
A dataset containing precalculated (re-run) summary matrices 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 list containing the following matrices:
2,000 row by 3 column matrix of calculated slope of total bounty submitted across 3 intervals for each sample simulation
2,000 row by 9 column matrix of extirpation dates for each IBRA bioregion for each sample simulation
data(thylacine_example_matrices_rerun)
rowMeans(thylacine_example_matrices_rerun$bounty_slope)
rowMeans(thylacine_example_matrices_rerun$ibra_extirpation)
Run the code above in your browser using DataLab