Description Usage Arguments Value Examples
View source: R/effectsize_extractor.R
Extract cohen's ds, odds ratios, hazard ratios and partial eta sqaured tests from text
1 | extractES(input)
|
inputText |
input text |
A tibble contaitning all detected effect sizes in odds ratios, Hazard ratios, d and eta squared, with columns identifying the type of statistic extracted, the reported effect size as reported in the text, an empty column for the degrees of freedom (for comparability with the other extractor functions), a column for reported p values, and the effect size value reported.
1 | extractES("a cohen's d of .05, p < .01, and a partial eta squared of .1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.