Learn R Programming

JATSdecoder (version 1.2.0)

get.method: get.method

Description

Extracts statistical methods mentioned in text.

Usage

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

Value

Character. Vector with identified statistical method/s

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.

See Also

study.character for extracting multiple study characteristics at once.

Examples

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

Run the code above in your browser using DataLab