get.assumptions: get.assumptions

View source: R/character_get.assumption.R

get.assumptionsR Documentation

get.assumptions

Description

Extracts the mentioned statistical assumptions from a text string by a dictionary search of 22 common statistical assumptions.

Usage

get.assumptions(x, hits_only = TRUE)

Arguments

x

text string to process.

hits_only

Logical. If TRUE returns the detected assumtions only, else a hit matrix with all potential assumptions is returned.

Value

Character. Vector with identified statistical assumption/s.

See Also

study.character for extracting multiple study characteristics at once.

Examples

x<-"Sphericity assumption and gaus-marcov was violated."
get.assumptions(x)

JATSdecoder documentation built on Oct. 12, 2023, 5:13 p.m.