get.method {JATSdecoder}R Documentation

get.method

Description

Extracts statistical methods mentioned in text.

Usage

get.method(x, add = NULL, cermine = FALSE)

Arguments

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.

Value

Character. Vector with identified statistical method/s

See Also

study.character for extracting multiple study characteristics at once.

Examples

x<-"We used multiple regression analysis and 
two sample t tests to evaluate our results."
get.method(x)

[Package JATSdecoder version 1.2.0 Index]