powered by
Get the description of a WECO rule
weco.info(rule, ..., prt = TRUE)
WECO rule number from 1 to 8
Specifications for individual rule
Number of "abnormal" data points
Number of standard deviations
Number of data points prior to the current point (including the current point) to be evaluated
Whether to print the detailed information
A list that contains a text description of the rule and a vector of parameters with their default values
# NOT RUN { info.1 <- weco.info(rule=1); print(info.1$description); info.1 <- weco.info(rule=1, l=2); print(info.1$description); # }
Run the code above in your browser using DataLab