Learn R Programming

functClust (version 0.1.6)

rmse: Root Mean Square Error (RMSE)

Description

Take two numeric vectors and return their Root Mean Square Error (RMSE).

Usage

rmse(x, y)

Arguments

x, y

numeric vectors of same length.

Value

Return the Root Mean Square Error (RMSE).

Details

None.

See Also

R2, rss, mse, R2mse, pmse