December 2019
Beginner to intermediate
568 pages
16h 42m
English
This chapter covers
lm() callglm() callglmnet package to address issues that can arise with linear models.In the previous chapter, you learned how to evaluate models. Now that we have the ability to discuss if a model is good or bad, we’ll move on to the modeling step, as shown in the mental model (figure 7.1). In this chapter, we’ll cover fitting and interpreting linear models in R.
Figure 7.1. Mental model
Linear models are especially useful ...
Read now
Unlock full access