A support function that calculates the sum of squares of a data vector.
The sum of squares of the input vector is returned.
SSQ(x)
x
: a vector of numbers without missing valuesthe sum of squares of x
Robert van Hulst
SSQ(x = rnorm(n=100))
Useful links