get.outlier.def | R Documentation |
Extracts outlier/extreme value definition/removal in standard deviations, if present in text.
get.outlier.def(x, range = c(1, 10))
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. |
Numeric. Vector with identified outlier definition in standard deviations.
study.character
for extracting multiple study characteristics at once.
x<-"We removed 4 extreme values that were 3 SD above mean." get.outlier.def(x)