calc.r.squared: Calculate r-squared

View source: R/statistics.misc.R

calc.r.squaredR Documentation

Calculate r-squared

Description

A function to calculate the coefficient of determination between paired data. Note: calc.r.squared(x,y) = calc.r.squared(y,x).

Usage

calc.r.squared(x, y)

Arguments

x

A set of data (e.g. observations).

y

A set of data (e.g. model output).

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.