powered by
Extracts the mentioned statistical assumptions from a text string by a dictionary search of 22 common statistical assumptions.
get.assumptions(x, hits_only = TRUE)
Character. Vector with identified statistical assumption/s.
text string to process.
Logical. If TRUE returns the detected assumtions only, else a hit matrix with all potential assumptions is returned.
study.character for extracting multiple study characteristics at once.
study.character
x<-"Sphericity assumption and gaus-marcov was violated." get.assumptions(x)
Run the code above in your browser using DataLab