Learn R Programming

⚠️There's a newer version (1.1) of this package.Take me there.

olr (version 1.0)

Optimal Linear Regression

Description

The optimal linear regression olr(), runs all the possible combinations of linear regression equations. The olr() returns the equation that has the greatest adjusted R-squared term or the greatest R-squared term. Essentially, the olr() returns the best fit equation out of all the possible equations. Complimentary functions are included which list all of the equations, all of the equations in ascending order, a function to give the user a specific model's summary, and the list of adjusted R-squared terms & R-squared terms. Also, a 'Python' version is available at: .

Copy Link

Version

Install

install.packages('olr')

Monthly Downloads

659

Version

1.0

License

GPL-3

Maintainer

Mathew Fok

Last Published

December 22nd, 2019

Functions in olr (1.0)

olr

olr: Optimal Linear Regression