Learn R Programming

CorReg (version 1.2.17)

report_MSE: Quickly reports some MSE

Description

Some MSE reporting to have an overview of the predictive quality of a model.

Usage

report_MSE(real, prediction)

Arguments

real

a numeric vector that contains the true values

prediction

a numeric vector that contains the predicted values.

Value

a list containing the MSE values. RMSE is the root MSE (square root of the mean square error) Relative is the mean of the relative errors (Root errors divided by the real values) !standard_Deviation is the standard deviation of the root errors