meta | R Documentation |
Perform fixed meta-analysis using inflation and bias corrected effect-sizes and standard errors
meta(object, corrected = TRUE, ...)
## S4 method for signature 'Bacon'
meta(object, corrected = TRUE, ...)
object |
'bacon'-object |
corrected |
optional return uncorrected |
... |
additional arguments |
TODO maybe add idea's from http://www.netstorm.be/home/meta_analysis#metaAnalysisU
object of class 'bacon' with added fixed-effect meta-analysis test-statistics, effect-sizes and standard-errors
bacon
es <- replicate(6, rnormmix(2000, c(0.9, 0, 1, 0, 4, 1)))
se <- replicate(6, 0.8*sqrt(4/rchisq(2000,df=4)))
bc <- bacon(NULL, es, se)
mbc <- meta(bc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.