R/ds-describe.R
ds_css.Rd
Compute the corrected sum of squares
ds_css(data, x = NULL)
A numeric vector or data.frame.
data.frame
Column in data.
data
# vector ds_css(mtcars$mpg) #> [1] 1126.047 # data.frame ds_css(mtcars, mpg) #> [1] 1126.047