Computes the relative risk and it's confidence intervals.
Confidence intervals are calculated using normal approximation ("wald"), ("score") or by
using oddsratio ("use.or")
If conf.level is not NA then the result will be
a vector with 3 elements for estimate, lower confidence intervall and upper for the upper one.
Else the relative risk will be reported as a single value.
Arguments
x
a numeric vector or a 2x2 numeric matrix, resp. table.
y
NULL (default) or a vector with compatible dimensions to x. If y is provided, table(x, y, ...) will be calculated.
conf.level
confidence level. Default is NA, meaning no confidence intervals will be
reported.
method
method for calculating odds ratio and confidence interval. Can be one out of
"score", "wald", "use.or". Default is "score".
delta
small constant to be added to the numerator for calculating the log risk ratio (Wald method). Usual choice is 0.5 although there does not seem to be any
theory behind this. (Dewey, M. 2006)
...
further arguments are passed to the function table, allowing i.e. to set useNA.
Author
Andri Signorell <andri@signorell.net>, based on code of Yongyi Min and Michael Dewey
Details
This function expects the following table structure: