Description Usage Arguments Value Examples
View source: R/chisquare_extractor.R
Extract chi square tests from text
1 | extractChiSquare(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 sample size included in the test, the p value, and the chi square value reported.
1 | extractChiSquare("chi2(123, n = 12) = .01, p > .05")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.