Learn R Programming

functClust (version 0.1.6)

rss: Residual Sum of Squares (RSS).

Description

Take two numeric vectors and return their Residual Sum of Square (RSS).

Usage

rss(x, y)

Arguments

x, y

two numeric vectors of same length.

Value

Return the Residual Sum of Square (RSS).

Details

None.

See Also

R2, mse, rmse, R2mse, pmse