powered by
Compute the corrected sum of squares
ds_css(x)
a numeric vector containing the values whose mode is to be computed
Corrected sum of squares of x
x
stat_css() has been deprecated. Instead use ds_css().
stat_css()
ds_css()
Any NA values are stripped from x before computation takes place.
NIST/SEMATECH e-Handbook of Statistical Methods
# NOT RUN { ds_css(mtcars$mpg) # }
Run the code above in your browser using DataLab