News

Now that you've got a good sense of how to 'speak' R, let's use it with linear regression to make distinctive predictions.
Multiple linear regression (MLR) is a statistical technique that uses several explanatory variables to predict the outcome of a response variable.
Of course, we need more information about the regression to make any reliable conclusions. Does the model satisfy the assumptions of linear regression? Does the model fit the data (high R 2)? The the ...