Learn R Programming

JATSdecoder (version 1.2.0)

get.outlier.def: get.outlier.def

Description

Extracts outlier/extreme value definition/removal in standard deviations, if present in text.

Usage

get.outlier.def(x, range = c(1, 10))

Value

Numeric. Vector with identified outlier definition in standard deviations.

Arguments

x

Character. A text string to process.

range

Numeric vector with length=2. Possible result space of extracted value/s in standard deviations. Use 'c(0,Inf)' for no restriction.

See Also

study.character for extracting multiple study characteristics at once.

Examples

Run this code
x<-"We removed 4 extreme values that were 3 SD above mean."
get.outlier.def(x)

Run the code above in your browser using DataLab