Learn R Programming

JATSdecoder (version 1.2.0)

get.assumptions: 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)

Value

Character. Vector with identified statistical assumption/s.

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.

See Also

study.character for extracting multiple study characteristics at once.

Examples

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

Run the code above in your browser using DataLab