error bar vertical bar height (works only in 'model' or 'univariate')
abline
logical; draws a gray line in SIR = 1
lang
language: 'fi'(default) or 'en'
log
logical; SIR is not in log scale by default
left.margin
adjust left marginal of the plot to fit long variablenames
...
arguments passed on to plot()
Details
Plot SIR estimates and confidence intervals
univariate - plots SIR with univariates confidence intervals
model - plots SIR with Poisson modelled confidence intervals
Customize
Normal plot parameters can be passed to plot. These can be a vector when plotting error bars:
pch - point type
lty - line type
col - line/point colour
lwd - point/line size
Tips for plottin splines
It's possible to use plot to first draw the
confidence intervals using specific line type or colour and then plotting
againg the estimate using lines(... , conf.int = FALSE) with different
settings. This works only when plot.type is 'splines'.