Usage
acme.post(C = 0, Rstar = 0.2496, T = 0.174, gam = c(0.5, 0.9), I = 7, xlim, Mmax = 200, xi = 1/2, lam = 0, ps = "", plotit = TRUE)
Arguments
C
Observed mortality count. Non-negative integer.
Rstar
ACME inverse-inflation factor R*, reported by acme.summary()
as "Rstar."
T
The first term in recursive calculation of Rstar, from acme.summary.
gam
Values for highest posterior density credible interval.
xlim
2-element vector of plotting ranges. Default first element of 0,
second element of 2 greater than maximum calculated for larger hpd.
Mmax
Maximimum value for which posterior probability is calculated.
xi
First parameter of gamma prior. Default is 1/2 for Objective prior.
lam
Second parameter of gamma prior. Default is 0 for Objective prior.
ps
Postscript message. Default empty string suppresses output.
plotit
Boolean to determine if plot should be created. Default is TRUE.