sumsq {rMR} | R Documentation |
Sum of squares
Description
Internal Function for Use in Package for Calculating Sum of Squares of a Vector
Usage
sumsq(x)
Arguments
x |
Numeric vector to be evaluated |
Details
Internal function for package
Value
The sum of squares of the vector
Author(s)
Tyler L. Moulton
Examples
vec <- sample(c(100:120), 50, replace = TRUE)
sumsq(vec)
[Package rMR version 1.1.0 Index]