report_MSE: Quickly reports some MSE

Description Usage Arguments Value

View source: R/report_MSE.R

Description

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

Usage

1
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


CorReg documentation built on Sept. 6, 2019, 3 a.m.