Inferential modeling
In a previous part, Regression modeling, you learned how to build linear and logistic regression models based on a set of observations. In a different part, Foundations of inference, you learned about the structures that allow us to make inferential claims about a population given a sample of data. In this part, we develop inferential methods applied to regression models.
- Chapter 24 Inference for linear regression with a single predictor provides specific details about inference for linear regression models with a single predictor.
- Chapter 25 Inference for linear regression with multiple predictors provides specific details about inference for linear regression models with multiple predictors.
- Chapter 26 Inference for logistic regression provides specific details about inference for logistic regression models.
- Chapter 27 Applications: Model and infer includes an application on the Mario Kart case study where the topics from this part of the book on linear regression are fully developed.
We have only scratched the surface in providing information about modeling and related inferential methods. We hope that the ideas we’ve covered have whet your appetite to learn more higher level modeling.