sum_square | R Documentation |
Compute the Sum of Squares
sum_square(x, y = mean(x))
x |
Numeric vector |
y |
Numeric scalar vector of the same length as |
This function computes the sum of squared differences between x
and y
Sum of squares of the deviation vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.