Description Usage Arguments Value
View source: R/meta-analysis.R
Extract results from R package meta.
Meta-regression Meta-Analysis via Linear (Mixed-Effects) Models rma.uni metafor
Meta-analysis of binary outcome data Risk ratio (sm="RR") Odds ratio (sm="OR") Risk difference (sm="RD") Arcsine difference (sm="ASD")
Meta-analysis of continuous outcome data mean difference (argument sm="MD") standardised mean difference (sm="SMD") ratio of means (sm="ROM")
1 2 3 4 5 6 7 8 9 10 | extract_meta(x, ...)
## S3 method for class 'metareg'
extract_meta(x, ...)
## S3 method for class 'metabin'
extract_meta(x, ...)
## S3 method for class 'metacont'
extract_meta(x, digits = 2)
|
x |
meta-Objekt |
caption, note, digits |
an Output |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.