View source: R/character_get.assumption.R
get.assumptions | R Documentation |
Extracts the mentioned statistical assumptions from a text string by a dictionary search of 22 common statistical assumptions.
get.assumptions(x, hits_only = TRUE)
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. |
Character. Vector with identified statistical assumption/s.
study.character
for extracting multiple study characteristics at once.
x<-"Sphericity assumption and gaus-marcov was violated."
get.assumptions(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.