View source: R/character_get.method.R
get.method | R Documentation |
Extracts statistical methods mentioned in text.
get.method(x, add = NULL, cermine = FALSE)
x |
text to extract statistical methods from. |
add |
possible new end words of method as vector. |
cermine |
Logical. If TRUE CERMINE specific letter conversion will be performed. |
Character. Vector with identified statistical method/s
study.character
for extracting multiple study characteristics at once.
x<-"We used multiple regression analysis and
two sample t tests to evaluate our results."
get.method(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.