Raymond Tremblay (University of Puerto Rico at Humacao) is now the package maintainer. Andrew Tyre remains as author.
New functions
transition_CrI(): computes marginal posterior beta credible intervals for all entries of the transition matrix, returning a tidy data frame.
plot_transition_CrI(): visualises posterior mean transition probabilities and credible intervals as a point-range plot, with optional exclusion of the dead fate (include_dead).
plot_transition_density(): visualises the full posterior beta density for each matrix entry, arranged as an n x n matrix plot mirroring the structure of the population projection matrix, with optional exclusion of the dead fate (include_dead).
Bug fixes
Fixed fill_transitions() and sim_transitions(): replaced missing(P) with is.null(P) so that passing P = NULL correctly triggers the uniform prior default.