Loading lesson path
Data Science
DS Advanced focused on Data Science - Linear Regression and related concepts.
We are missing one important variable that affects Calorie_Burnage, which is the Duration of the training session.
The output from linear regression can be summarized in a regression table.
- Dep. Variable: is short for "Dependent Variable". Calorie_Burnage is here the dependent variable. The Dependent variable is here assumed to be explained by Average_Pulse. - Model: OLS is short for…
- Coef is short for coefficient. It is the output of the linear regression function.
Now, we want to test if the coefficients from the linear regression function has a significant impact on the dependent variable (Calorie_Burnage).
R-Squared and Adjusted R-Squared describes how well the linear regression model fits the data points:
Create a Linear Regression Table with Average_Pulse and Duration as Explanatory Variables: