Description Usage Arguments Value Examples
View source: R/correlation_extractor.R
Extract correlation coefficents from text extractTestStats <- function(inputText, context = FALSE, contextSize = 100, sectionName = NA)
1 | extractCorrelations(input)
|
inputText |
input text |
contextSize |
= size of context around extracted test statistics |
A tibble contaitning all detected correlation coefficents, associated degrees of freedom and p values, with context of size contextSize.
1 | extractCorrelations("r(123) = .01, p = < .001")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.