ds_css | R Documentation |
Compute the corrected sum of squares
ds_css(data, x = NULL)
data |
A numeric vector or |
x |
Column in |
# vector
ds_css(mtcars$mpg)
# data.frame
ds_css(mtcars, mpg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.