Description Usage Arguments Value Examples
View source: R/ttest_extractor.R
Extract t tests from text.
1 | extractTTests(input)
|
inputText |
input text |
A tibble containing all extracted values, with columns identifying the type of statistic extracted, the reported test as reported in the text, the degrees of freedom, the p value and the value reported.
1 | extractTTests("t(123) = .01, p = .001")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.