Methods for surveil_diff
objects
print surveil_diff objects for analyses of inequality
Object of class surveil_diff
, as returned by calling group_diff
on a fitted surveil
model
If style = "mean_qi"
, then the posterior mean and 95 percent credible interval will be plotted; if style = "lines"
, then M
samples from the joint probability distribution of the annual rates will be plotted.
If style = "lines"
, then M
is the number of samples from the posterior distribution that will be plotted; the default is M = 250
.
Line color
Fill color for credible intervals, passed to geom_ribbon
Linewidth
transparency; for style = "mean_qi", controls the credible interval shading; for
style = "lines"`, this is applied to the lines
If plot = FALSE
, a list of ggplot
s will be returned
Print rates and rate differences as per scale
at risk, e.g., per 10,000 at risk.
Return population attributable risk? IF FALSE
, then the rate ratio will be used instead of PAR.
Number of columns for the plotting device. If ncol = 1
, the three plots will be aligned vertically in one column; if ncol = 3
they will b aligned horizontally in one row.
Passed to theme_classic
to control size of plot elements (e.g., text)
additional print arguments
By default or whenever plot = TRUE
, the plot method draws a series of plots to the current plotting device using grid.arrange
. If plot = FALSE
, then a list of ggplot
s is returned.