Rdocumentation
powered by
Learn R Programming
Cyclops (version 1.2.0)
mse: Mean squared error
Description
mse
computes the mean squared error between two numeric vectors
Usage
mse(goldStandard, estimates)
Arguments
goldStandard
Numeric vector
estimates
Numeric vector
Value
MSE(
goldStandard
,
estimates
)