sumsq {rMR} | R Documentation |
Internal Function for Use in Package for Calculating Sum of Squares of a Vector
sumsq(x)
x |
Numeric vector to be evaluated |
Internal function for package
The sum of squares of the vector
Tyler L. Moulton
vec <- sample(c(100:120), 50, replace = TRUE)
sumsq(vec)