rgp (version 0.4-1)

r_sse: R version of Sum squared error (SSE)

Description

R version of Sum squared error (SSE)

Usage

r_sse(x, y)

Arguments

x
A numeric vector or list.
y
A numeric vector or list.

Value

The SSE between x and y.