Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bayesmeta
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christian Roever
bayesmeta
Commits
505305e9
Commit
505305e9
authored
4 years ago
by
Christian Roever
Browse files
Options
Downloads
Patches
Plain Diff
fixed namespace
parent
c2f3578c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NAMESPACE
+1
-1
1 addition, 1 deletion
NAMESPACE
man/bmr.Rd
+2
-2
2 additions, 2 deletions
man/bmr.Rd
with
3 additions
and
3 deletions
NAMESPACE
+
1
−
1
View file @
505305e9
export(bayesmeta,
export(bayesmeta,
bmr,
print.bayesmeta, summary.bayesmeta, plot.bayesmeta,
forestplot.bayesmeta, forestplot.escalc,
dlomax, plomax, qlomax, rlomax, elomax, vlomax,
...
...
This diff is collapsed.
Click to expand it.
man/bmr.Rd
+
2
−
2
View file @
505305e9
...
...
@@ -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",
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment