ARS: Univariate Adjusted R Squared

Description Usage Arguments Examples

View source: R/ARS.R

Description

This function computes the Adjusted R Squared equivalent to that obtained from a linear regression.

Usage

1
ARS(Target, Prediction)

Arguments

Target

A vector of the dependent variable.

Prediction

A vector of the predictions.

Examples

1
ARS(mtcars$mpg, mtcars$cyl)

Then-Terence/LXR documentation built on March 12, 2021, 12:04 a.m.