Compute the corrected sum of squares
ds_css(x, data = NULL, na.rm = FALSE)
| x | a numeric vector. |
|---|---|
| data | a |
| na.rm | a logical value indicating whether NA values should be stripped before the computation proceeds. |
ds_css(mtcars$mpg)#> [1] 1126.047ds_css(mpg, mtcars)#> [1] 1126.047