Description Usage Arguments Details Value References Examples
Converting binary outcome data to the effect size estimates and the within studies standard errors vector
1 | convert_bin(m1, n1, m2, n2, type = c("logOR", "logRR", "RD"))
|
m1 |
the number of successes in treatment group 1 |
n1 |
the number of patients in treatment group 1 |
m2 |
the number of successes in treatment group 2 |
n2 |
the number of patients in treatment group 2 |
type |
the outcome measure for binary outcome data (default = "logOR").
|
This function implements methods for logarithmic odds ratio, logarithmic relative risk, and risk difference described in Hartung & Knapp (2001).
y
: the effect size estimates vector.
se
: the within studies standard errors vector.
Hartung, J., and Knapp, G. (2001). A refined method for the meta-analysis of controlled clinical trials with binary outcome. Stat Med. 20(24): 3875-3889. https://doi.org/10.1002/sim.1009
1 2 3 4 5 6 |
Prediction & Confidence Intervals for Random-Effects Meta-Analysis
A parametric bootstrap prediction and confidence intervals
Heterogeneity variance: DerSimonian-Laird
Variance for average treatment effect: Hartung (Hartung-Knapp)
No. of studies: 13
Average treatment effect [95% prediction interval]:
1.4209 [-0.6243, 3.5473]
d.f.: 12
Average treatment effect [95% confidence interval]:
1.4209 [0.7933, 2.0507]
d.f.: 12
Heterogeneity measure
tau-squared: 0.7176
I-squared: 69.9%
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.