grl
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 1992 by Greenland and Longnecker.grl(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 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).hamling
, dosresmeta
data("alcohol_cvd")
grl(logrr = logrr, se = se, cases = cases, n = n, type = type,
id = id, data = alcohol_cvd)
Run the code above in your browser using DataLab