powered by
Compute the corrected sum of squares
ds_css(x, data = NULL, na.rm = FALSE)
a numeric vector.
a data.frame or tibble.
data.frame
tibble
a logical value indicating whether NA values should be stripped before the computation proceeds.
# NOT RUN { ds_css(mtcars$mpg) ds_css(mpg, mtcars) # }
Run the code above in your browser using DataLab