extractChiSquare: Extract chi square tests from text

Description Usage Arguments Value Examples

View source: R/chisquare_extractor.R

Description

Extract chi square tests from text

Usage

1

Arguments

inputText

input text

Value

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.

Examples

1
extractChiSquare("chi2(123, n = 12) = .01, p > .05")

fsingletonthorn/EffectSizeScraping documentation built on April 1, 2020, 2:52 p.m.