calcMSE: Calculate the MSE

View source: R/utils.R

calcMSER Documentation

Calculate the MSE

Description

Computation of the mean squared error.

Usage

calcMSE(preds, y)

Arguments

preds

Numeric vector of predictions

y

True outcomes

Value

The MSE


logicDT documentation built on Jan. 14, 2023, 5:06 p.m.