ARS: Univariate Adjusted R Squared

Description Usage Arguments Examples

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/LiteXploreR documentation built on May 18, 2019, 8:07 p.m.