get_var: Variance

Description Usage Arguments Examples

View source: R/get_var.R

Description

Estimates squared variance by decomposing model prediction error.

Usage

1
get_var(estimate)

Arguments

estimate

predicted vector

Examples

1
2
3
4
5
# Sample data
test <- rnorm(25, 80, 35)
predicted <- rnorm(25, 80, 50)

mlf::get_var(predicted)

mlf documentation built on May 1, 2019, 10:34 p.m.

Related to get_var in mlf...