Day: February 22, 2019

Linear Regression in R using OLS Regression

Linear Regression in R using OLS Regression Linear regression is a statistical method that is used to predict a continuous outcome variable based on one or more predictor variables. In R, one way to perform linear regression is through OLS (Ordinary Least Squares) regression. The basic process for performing OLS regression in R is as …