Robust Scale A variant of 'scale' that is based on median and mad (instead of mean and sd). It can handle zero variance without producing nan:s.
Source:R/data.R
      scale_robust.RdRobust Scale A variant of 'scale' that is based on median and mad (instead of mean and sd). It can handle zero variance without producing nan:s.