powered by
Extracts outlier/extreme value definition/removal in standard deviations, if present in text.
get.outlier.def(x, range = c(1, 10))
Numeric. Vector with identified outlier definition in standard deviations.
Character. A text string to process.
Numeric vector with length=2. Possible result space of extracted value/s in standard deviations. Use 'c(0,Inf)' for no restriction.
study.character for extracting multiple study characteristics at once.
study.character
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