Skip to content

pangoria/linearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linearRegression

The 'linearRegression' package and 'linearReg' function fits a linear model and performs simple and multiple linear regression on a response variable vector and a matrix of explanatory variables. The 'linearReg' function provides the explanatory variable's coefficient estimates and the corresponding standard error, t-statistic, p-value, and 95% confidence interval. Additionally, the function will signify if the p-values are significant for alpha levels 0.05 and 0.01, which are specified by "*" and "**" respectively. Lastly, 'linearReg' function will report the residual quantiles, R-squared and Adjusted R-squared values for the model, and variance inflation factors for the variables in the model.

Installation

To install and use the 'linearReg' you must first install and load the package library:

devtools::install_git("pangoria/linearRegression")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages