rsse | R Documentation |
Computes error measures between two sets of data.
rsse(a, b, v = 1)
sse(a, b, v = 1)
a |
Dataset 1, of dimension (n x p) |
b |
Dataset 2: of dimension (1 x p) or a vector. |
v |
an optional factor to normalise the data before computation of the RSSE. |
The RSSE between dataset a
and b
.
Matt Nunes
a<-matrix(rnorm(1000),ncol=2)
b<-runif(2)
rsse(a,b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.