September 2019
Beginner
236 pages
5h 33m
English
Chapter 12: Simple and Multiple Regression
Getting an Intuitive Feel for Regression
Describing Simple Linear Regression
Understanding How the F Value Is Computed
Investigating the Distribution of the Residuals
Demonstrating Multiple Regression
Running a Simple Linear Regression Model with Endurance and Pushups
Demonstrating the Effect of Multi-Collinearity
Demonstrating Selection Methods
Using a Categorical Variable as a Predictor in Model
Introduction
Correlation analysis identifies relationships between variables—regression analysis enables you to predict one variable based on values of another variable (simple regression) or a combination of variables (multiple regression). ...