get.assumptions {JATSdecoder} | R 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)
[Package JATSdecoder version 1.2.0 Index]