SSQ {evidence} | R Documentation |
A support function that calculates the sum of squares of a data vector.
Description
The sum of squares of the input vector is returned.
Usage
SSQ(x)
Arguments
x |
a vector of numbers without missing values |
Value
the sum of squares of x
Author(s)
Robert van Hulst
Examples
SSQ(x = rnorm(n=100))
[Package evidence version 0.8.10 Index]