Skip to content
Snippets Groups Projects
Commit 505305e9 authored by Christian Roever's avatar Christian Roever
Browse files

fixed namespace

parent c2f3578c
No related branches found
No related tags found
No related merge requests found
export(bayesmeta,
export(bayesmeta, bmr,
print.bayesmeta, summary.bayesmeta, plot.bayesmeta,
forestplot.bayesmeta, forestplot.escalc,
dlomax, plomax, qlomax, rlomax, elomax, vlomax,
......
......@@ -334,7 +334,7 @@ print(X)
bmr01 <- bmr(y=crins.es$yi, sigma=sqrt(crins.es$vi),
labels=crins.es$publication, X=X)
# alternatively, may simply supply the "escalc" object
# alternatively, one may simply supply the "escalc" object
# (yields identical results):
bmr01 <- bmr(crins.es, X=X)
......@@ -388,10 +388,10 @@ rbind("bayesmeta"=bma02$summary[,2], "bmr"=bmr02$summary[,2])
# (3) An example with binary as well as continuous covariables:
#
# load data:
?RobergeEtAl2017
data("RobergeEtAl2017")
str(RobergeEtAl2017)
head(RobergeEtAl2017)
?RobergeEtAl2017
# compute effect sizes (log odds ratios) from count data:
es.pe <- escalc(measure="OR",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment