ssto | R Documentation |
Compute the Total Sum of Squares
ssto(X)
X |
Vector or matrix. |
Computes the sum of the squared distances of a vector or matrix's elements from its mean.
Scalar representing the SSTO.
with(iris, ssto(cbind(Sepal.Width, Sepal.Length)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.