es | R Documentation |
Method to extract inflation- and bias-corrected effect-sizes
es(object, corrected = TRUE)
## S4 method for signature 'Bacon'
es(object, corrected = TRUE)
object |
'bacon'-object |
corrected |
optional return uncorrected |
vector or matrix of effect-sizes
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)
head(es(bc))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.