get.outlier.def {JATSdecoder} | R Documentation |
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))
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. |
Value
Numeric. Vector with identified outlier definition in standard deviations.
See Also
study.character
for extracting multiple study characteristics at once.
Examples
x<-"We removed 4 extreme values that were 3 SD above mean."
get.outlier.def(x)
[Package JATSdecoder version 1.2.0 Index]