hamling
reconstructs the set of pseudo-numbers (or "effective" numbers) of cases and non-cases consistent
with the input data (log relative risks) for either a single or multiple summarized data.
The method was proposed in 2008 by Hamling.
hamling(logrr, v, cases, n, type, id, data, se, lb, ub, order = TRUE, alpha = 0.05)
se
argument, or the confidence interval for the reported relative risks
in the lb
and ub
arguments.n
indicates the amount of person-time for each exposure level.cc
,
ir
, and ci
(or 1, 2, and 3), respectively.as.data.frame
to a data frame) containing the variables in the previous arguments.v
is not provided.v
and se
are not provided.v
and se
are not provided.order = TRUE
(default).
Orsini, N., Li, R., Wolk, A., Khudyakov, P., Spiegelman, D. (2012). Meta-analysis for linear and nonlinear dose-response relations: examples, an evaluation of approximations, and software. American journal of epidemiology, 175(1), 66-73.
data("alcohol_cvd")
hamling(logrr = logrr, se = se, cases = cases, n = n, type = type,
id = id, data = alcohol_cvd)
Run the code above in your browser using DataLab