Description Usage Arguments Value Examples
View source: R/calculate_SSE_for_matrices.R
Calculates the Sum of Squared Errors of the two given matrices. If the matrices do not have the same number of columns, the larger one is subsetted from the first column onward to yield a matrix of equal dimensions. This means that not all columns may be incorporated in the calculation.
1 | calculate_SSE_for_matrices(X1, X2)
|
X1 |
A matrix of m-by-n |
X2 |
A matrix of m-by-p |
The sum of squared errors (the difference) of the two matrices.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.