Rdocumentation
powered by
Learn R Programming
rgp (version 0.4-1)
sse: Sum squared error (SSE)
Description
Sum squared error (SSE)
Usage
sse(x, y)
Arguments
x
A numeric vector or list.
y
A numeric vector or list.
Value
The SSE between
x
and
y
.