see: Standard Error of the Estimate

Description Usage Arguments Details Value Author(s)

View source: R/see.R

Description

This function computes the standard error of the estimate based on the actual and predicted values

Usage

1
see(true, pred)

Arguments

true

a numeric vector representing the true values

pred

a numeric vector representing the predicted values, must be equal length to true

Details

This function calculates the standard error of the estimate (see) as a scaled residual, so:

√∑((true-pred)^2)/N

Value

Function returns a length one value of the standard error of the estimate

Author(s)

Nicolas E. Campione


MASSTIMATE documentation built on Jan. 8, 2021, 2:22 a.m.