compute_mse: Compute MSE - Mean Squared Error

View source: R/utils.R

compute_mseR Documentation

Compute MSE - Mean Squared Error

Description

Compute MSE - Mean Squared Error

Usage

compute_mse(y_observed, y_predicted)

Arguments

y_observed

[numeric] Observed values for the response variable

y_predicted

[numeric] Predicted values for the response variable

Value

[numeric] The MSE produced by the linear model


LGhilotti/CLLPackage documentation built on April 23, 2022, 3:48 a.m.