R/remove-outliers-deprecated.R

remove.outliers <- function(x, y, cval = NULL, 
  method = c("en-masse", "bottom-up"), 
  delta = 0.7, #n.start = 50, 
  tsmethod.call = NULL, fdiff = NULL, logfile = NULL)
{
  # as of version 0.6-6, 'remove.outliers' has been renamed as 'discard.outliers'
  .Deprecated("discard.outliers")

  discard.outliers(x, y, cval, method, delta, #n.start, 
    tsmethod.call, fdiff, logfile)
}

Try the tsoutliers package in your browser

Any scripts or data that you put into this service are public.

tsoutliers documentation built on May 2, 2019, 4:56 a.m.