Learn R For Applied Statistics
Learn R For Applied Statistics
Learn R For Applied Statistics
David Dalpiaz
2
Contents
1 Introduction 11
1.1 About This Book . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
1.2 Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.3 Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.4 License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
2 Introduction to R 15
2.1 Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.2 Basic Calculations . . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.3 Getting Help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.4 Installing Packages . . . . . . . . . . . . . . . . . . . . . . . . . . 18
3
4 CONTENTS
4 Summarizing Data 57
4.1 Summary Statistics . . . . . . . . . . . . . . . . . . . . . . . . . . 57
4.2 Plotting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
4.2.1 Histograms . . . . . . . . . . . . . . . . . . . . . . . . . . 58
4.2.2 Barplots . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
4.2.3 Boxplots . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
4.2.4 Scatterplots . . . . . . . . . . . . . . . . . . . . . . . . . . 64
6 R Resources 85
6.1 Beginner Tutorials and References . . . . . . . . . . . . . . . . . 85
6.2 Intermediate References . . . . . . . . . . . . . . . . . . . . . . . 85
6.3 Advanced References . . . . . . . . . . . . . . . . . . . . . . . . . 86
6.4 Quick Comparisons to Other Languages . . . . . . . . . . . . . . 86
6.5 RStudio and RMarkdown Videos . . . . . . . . . . . . . . . . . . 86
6.6 RMarkdown Template . . . . . . . . . . . . . . . . . . . . . . . . 87
CONTENTS 5
14 Transformations 303
14.1 Response Transformation . . . . . . . . . . . . . . . . . . . . . . 303
14.1.1 Variance Stabilizing Transformations . . . . . . . . . . . . 306
14.1.2 Box-Cox Transformations . . . . . . . . . . . . . . . . . . 311
14.2 Predictor Transformation . . . . . . . . . . . . . . . . . . . . . . 319
14.2.1 Polynomials . . . . . . . . . . . . . . . . . . . . . . . . . . 322
14.2.2 A Quadratic Model . . . . . . . . . . . . . . . . . . . . . . 345
14.2.3 Overfitting and Extrapolation . . . . . . . . . . . . . . . . 350
14.2.4 Comparing Polynomial Models . . . . . . . . . . . . . . . 351
14.2.5 poly() Function and Orthogonal Polynomials . . . . . . . 354
14.2.6 Inhibit Function . . . . . . . . . . . . . . . . . . . . . . . 356
14.2.7 Data Example . . . . . . . . . . . . . . . . . . . . . . . . 357
14.3 R Markdown . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363
15 Collinearity 365
15.1 Exact Collinearity . . . . . . . . . . . . . . . . . . . . . . . . . . 365
15.2 Collinearity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368
15.2.1 Variance Inflation Factor. . . . . . . . . . . . . . . . . . . 371
15.3 Simulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 377
15.4 R Markdown . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382
18 Beyond 453
18.1 What’s Next . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453
18.2 RStudio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453
18.3 Tidy Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453
18.4 Visualization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 454
18.5 Web Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . 454
10 CONTENTS
19 Appendix 457
Chapter 1
Introduction
This book was originally (and currently) designed for use with STAT 420,
Methods of Applied Statistics, at the University of Illinois Urbana-Champaign.
It may certainly be used elsewhere, but any references to “this course” in this
book specifically refer to STAT 420.
This book is under active development. When possible, it would be best to
always access the text online to be sure you are using the most up-to-date
version. Also, the html version provides additional features such as changing
text size, font, and colors. If you are in need of a local copy, a pdf version
is continuously maintained, however, because a pdf uses pages, the formatting
may not be as functional. (In other words, the author needs to go back and
spend some time working on the pdf formatting.)
Since this book is under active development you may encounter errors ranging
from typos, to broken code, to poorly explained topics. If you do, please let us
know! Simply send an email and we will make the changes as soon as possible.
(dalpiaz2 AT illinois DOT edu) Or, if you know RMarkdown and are famil-
iar with GitHub, make a pull request and fix an issue yourself! This process is
partially automated by the edit button in the top-left corner of the html version.
If your suggestion or fix becomes part of the book, you will be added to the list
at the end of this chapter. We’ll also link to your GitHub account, or personal
website upon request.
This text uses MathJax to render mathematical notation for the web. Occa-
sionally, but rarely, a JavaScript error will prevent MathJax from rendering
11
12 CHAPTER 1. INTRODUCTION
correctly. In this case, you will see the “code” instead of the expected math-
ematical equations. From experience, this is almost always fixed by simply
refreshing the page. You’ll also notice that if you right-click any equation you
can obtain the MathML Code (for copying into Microsoft Word) or the TeX
command used to generate the equation.
𝑎2 + 𝑏2 = 𝑐2
1.2 Conventions
R code will be typeset using a monospace font which is syntax highlighted.
a = 3
b = 4
sqrt(a ^ 2 + b ^ 2)
R output lines, which would appear in the console will begin with ##. They will
generally not be syntax highlighted.
## [1] 5
1.3 Acknowledgements
Material in this book was heavily influenced by:
• Alex Stepanov
– Longtime instructor of STAT 420 at the University of Illinois at
Urbana-Champaign. The author of this book actually took Alex’s
STAT 420 class many years ago! Alex provided or inspired many of
the examples in the text.
• David Unger
– Another STAT 420 instructor at the University of Illinois at Urbana-
Champaign. Co-taught with the author during the summer of 2016
while this book was first being developed. Provided endless hours of
copy editing and countless suggestions.
1.3. ACKNOWLEDGEMENTS 13
• James Balamuta
– Current graduate student at the University of Illinois at Urbana-
Champaign. Provided the initial push to write this book by intro-
ducing the author to the bookdown package in R. Also a frequent
contributor via GitHub.
Your name could be here! Suggest an edit! Correct a typo! If you submit a
correction and would like to be listed below, please provide your name as you
would like it to appear, as well as a link to a GitHub, LinkedIn, or personal
website.
• Daniel McQuillan
• Mason Rubenstein
• Yuhang Wang
• Zhao Liu
• Jinfeng Xiao
• Somu Palaniappan
• Michael Hung-Yiu Chan
• Eloise Rosen
• Kiomars Nassiri
• Jeff Gerlach
• Brandon Ching
• Ray Fix
• Tyler Kim
• Yeongho Kim
• Elmar Langholz
• Thai Duy Cuong Nguyen
• Junyoung Kim
• Sezgin Kucukcoban
• Tony Ma
• Radu Manolescu
• Dileep Pasumarthi
• Sihun Wang
• Joseph Wilson
• Yingkui Lin
• Andy Siddall
• Nishant Balepur
• Durga Krovi
• Raj Krishnan
• Ed Pureza
• Siddharth Singh
• Schillaci Mcinnis
• Ivan Valdes Castillo
• Tony Mu
• Salman Yousaf
14 CHAPTER 1. INTRODUCTION
• Yutaro Nishiyama
• Regina Sahani Goonetilleke
• Paul Zuradzki
• Will Tsai
• Ellen Veomett
• David Newman
• Yixing Zheng
1.4 License
Introduction to R
The popularity of R is on the rise, and every day it becomes a better tool for
statistical analysis. It even generated this book! (A skill you will learn in this
course.) There are many good resources for learning R.
The following few chapters will serve as a whirlwind introduction to R. They are
by no means meant to be a complete reference for the R language, but simply an
introduction to the basics that we will need along the way. Several of the more
important topics will be re-stressed as they are actually needed for analyses.
These introductory R chapters may feel like an overwhelming amount of infor-
mation. You are not expected to pick up everything the first time through. You
should try all of the code from these chapters, then return to them a number of
times as you return to the concepts when performing analyses.
R is used both for software development and data analysis. We will operate in a
grey area, somewhere between these two tasks. Our main goal will be to analyze
15
16 CHAPTER 2. INTRODUCTION TO R
data, but we will also perform programming exercises that help illustrate certain
concepts.
RStudio has a large number of useful keyboard shortcuts. A list of these can be
found using a keyboard shortcut – the keyboard shortcut to rule them all:
The RStudio team has developed a number of “cheatsheets” for working with
both R and RStudio. This particular cheatsheet for “Base” R will summarize
many of the concepts in this document. (“Base” R is a name used to differentiate
the practice of using built-in R functions, as opposed to using functions from
outside packages, in particular, those from the tidyverse. More on this later.)
When programming, it is often a good practice to follow a style guide. (Where do
spaces go? Tabs or spaces? Underscores or CamelCase when naming variables?)
No style guide is “correct,” but it helps to be aware of what others do. The
more important thing is to be consistent within your own code.
For this course, our main deviation from these two guides is the use of = in place
of <-. (More on that later.)
Math R Result
3+2 3 + 2 5
3−2 3 - 2 1
3⋅2 3 * 2 6
3/2 3 / 2 1.5
Exponents
2.3. GETTING HELP 17
Math R Result
32 3 ^ 2 9
2(−3) 2 ^ (-3) 0.125
1/2
100
√ 100 ^ (1 / 2) 10
100 sqrt(100) 10
Mathematical Constants
Math R Result
𝜋 pi 3.1415927
𝑒 exp(1) 2.7182818
Logarithms
Note that we will use ln and log interchangeably to mean the natural logarithm.
There is no ln() in R, instead it uses log() to mean the natural logarithm.
Math R Result
log(𝑒) log(exp(1)) 1
log10 (1000) log10(1000) 3
log2 (8) log2(8) 3
log4 (16) log(16, base = 4) 2
Trigonometry
Math R Result
sin(𝜋/2) sin(pi / 2) 1
cos(0) cos(0) 1
?log
?sin
?paste
?lm
Frequently one of the most difficult things to do when learning R is asking for
help. First, you need to decide to ask for help, then you need to know how
to ask for help. Your very first line of defense should be to Google your error
message or a short description of your issue. (The ability to solve problems
using this method is quickly becoming an extremely valuable skill.) If that fails,
and it eventually will, you should ask for help. There are a number of things
you should include when emailing an instructor, or posting to a help website
such as Stack Exchange.
If you follow these steps, you will get your issue resolved much quicker, and
possibly learn more in the process. Do not be discouraged by running into
errors and difficulties when learning R. (Or any technical skill.) It is simply part
of the learning process.
install.packages("ggplot2")
Once a package is installed, it must be loaded into your current R session before
being used. Think of this as taking the book off of the shelf and opening it up
to read.
2.4. INSTALLING PACKAGES 19
library(ggplot2)
Once you close R, all the packages are closed and put back on the imaginary
shelf. The next time you open R, you do not have to install the package again,
but you do have to load any packages you intend to use by invoking library().
20 CHAPTER 2. INTRODUCTION TO R
Chapter 3
• Numeric
– Also known as Double. The default type when dealing with numbers.
– Examples: 1, 1.0, 42.5
• Integer
– Examples: 1L, 2L, 42L
• Complex
– Example: 4 + 2i
• Logical
– Two possible values: TRUE and FALSE
– You can also use T and F, but this is not recommended.
– NA is also considered logical.
• Character
– Examples: "a", "Statistics", "1 plus 2."
21
22 CHAPTER 3. DATA AND PROGRAMMING
3.2.1 Vectors
c(1, 3, 5, 7, 8, 9)
## [1] 1 3 5 7 8 9
Here R simply outputs this vector. If we would like to store this vector in a
variable, we can do so with the assignment operator =. In this case the
variable x now holds the vector we just created, and we can access the vector
by typing x.
x = c(1, 3, 5, 7, 8, 9)
x
## [1] 1 3 5 7 8 9
c(42, TRUE)
## [1] 42 1
(y = 1:100)
## [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
## [19] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
## [37] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
## [55] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
## [73] 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
## [91] 91 92 93 94 95 96 97 98 99 100
Here we see R labeling the rows after the first since this is a large vector. Also,
we see that by putting parentheses around the assignment, R both stores the
vector in a variable called y and automatically outputs y to the console.
Note that scalars do not exist in R. They are simply vectors of length 1.
## [1] 2
To create a sequence that is not limited to consecutive integers, use the seq()
function to define a sequence by its start, end, and increment.
24 CHAPTER 3. DATA AND PROGRAMMING
## [1] 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3
## [20] 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2
We will discuss functions in detail later, but note here that the input labels
from, to, and by are optional.
## [1] 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3
## [20] 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2
## [1] "A" "A" "A" "A" "A" "A" "A" "A" "A" "A"
The rep() function can be used to repeat a vector some number of times.
rep(x, times = 3)
## [1] 1 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9
• c()
• :
• seq()
• rep()
So far we have mostly used them in isolation, but they are often used together.
## [1] 1 3 5 7 8 9 1 3 5 7 9 1 3 5 7 9 1 3 5 7 9 1 2 3 42
## [26] 2 3 4
length(x)
## [1] 6
length(y)
## [1] 100
3.2.1.1 Subsetting
## [1] 1 3 5 7 8 9
x[1]
## [1] 1
x[3]
## [1] 5
We see that x[1] returns the first element, and x[3] returns the third element.
x[-2]
## [1] 1 5 7 8 9
We can also exclude certain indexes, in this case the second element.
x[1:3]
## [1] 1 3 5
x[c(1,3,4)]
## [1] 1 5 7
x[z]
## [1] 1 3 7 8
3.2.2 Vectorization
x = 1:10
x + 1
## [1] 2 3 4 5 6 7 8 9 10 11
2 * x
## [1] 2 4 6 8 10 12 14 16 18 20
2 ^ x
sqrt(x)
log(x)
x = c(1, 3, 5, 7, 8, 9)
x > 3
x < 3
x == 3
x != 3
x == 3 & x != 3
x == 3 | x != 3
x[x > 3]
## [1] 5 7 8 9
x[x != 3]
## [1] 1 5 7 8 9
sum(x > 3)
## [1] 4
as.numeric(x > 3)
## [1] 0 0 1 1 1 1
Here we see that using the sum() function on a vector of logical TRUE and FALSE
values that is the result of x > 3 results in a numeric result. R is first auto-
matically coercing the logical to numeric where TRUE is 1 and FALSE is 0. This
coercion from logical to numeric happens for most mathematical operations. If
you are interested in more detail, check out Advanced R.
which(x > 3)
## [1] 3 4 5 6
## [1] 5 7 8 9
max(x)
## [1] 9
which(x == max(x))
## [1] 6
3.2. DATA STRUCTURES 29
which.max(x)
## [1] 6
x = c(1, 3, 5, 7, 8, 9)
y = 1:100
x + 2
## [1] 3 5 7 9 10 11
x + rep(2, 6)
## [1] 3 5 7 9 10 11
x > 3
x > rep(3, 6)
x + y
## [1] 2 5 8 11 13 15 8 11 14 17 19 21 14 17 20 23 25 27
## [19] 20 23 26 29 31 33 26 29 32 35 37 39 32 35 38 41 43 45
## [37] 38 41 44 47 49 51 44 47 50 53 55 57 50 53 56 59 61 63
## [55] 56 59 62 65 67 69 62 65 68 71 73 75 68 71 74 77 79 81
## [73] 74 77 80 83 85 87 80 83 86 89 91 93 86 89 92 95 97 99
## [91] 92 95 98 101 103 105 98 101 104 107
30 CHAPTER 3. DATA AND PROGRAMMING
length(x)
## [1] 6
length(y)
## [1] 100
length(y) / length(x)
## [1] 16.66667
(x + y) - y
## [1] 1 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9 1
## [38] 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9 1 3
## [75] 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7 8 9 1 3 5 7
y = 1:60
x + y
## [1] 2 5 8 11 13 15 8 11 14 17 19 21 14 17 20 23 25 27 20 23 26 29 31 33 26
## [26] 29 32 35 37 39 32 35 38 41 43 45 38 41 44 47 49 51 44 47 50 53 55 57 50 53
## [51] 56 59 61 63 56 59 62 65 67 69
length(y) / length(x)
## [1] 10
rep(x, 10) + y
## [1] 2 5 8 11 13 15 8 11 14 17 19 21 14 17 20 23 25 27 20 23 26 29 31 33 26
## [26] 29 32 35 37 39 32 35 38 41 43 45 38 41 44 47 49 51 44 47 50 53 55 57 50 53
## [51] 56 59 61 63 56 59 62 65 67 69
3.2. DATA STRUCTURES 31
## [1] TRUE
## [1] TRUE
# ?any
# ?all.equal
x = c(1, 3, 5)
y = c(1, 2, 4)
x == y
all(x == y)
## [1] FALSE
any(x == y)
## [1] TRUE
While all returns TRUE only when all of its arguments are TRUE, any returns
TRUE when at least one of its arguments is TRUE.
x = c(10 ^ (-8))
y = c(10 ^ (-9))
all(x == y)
## [1] FALSE
all.equal(x, y)
## [1] TRUE
The all.equal function tests “near equality” with a default tolerance value
around 1.5e-8 and returns TRUE if all of its arguments have differences smaller
than the tolerance.
32 CHAPTER 3. DATA AND PROGRAMMING
3.2.5 Matrices
R can also be used for matrix calculations. Matrices have rows and columns
containing a single data type. In a matrix, the order of rows and columns is
important. (This is not true of data frames, which we will see later.)
Matrices can be created using the matrix function.
x = 1:9
x
## [1] 1 2 3 4 5 6 7 8 9
Note here that we are using two different variables: lower case x, which stores a
vector and capital X, which stores a matrix. (Following the usual mathematical
convention.) We can do this because R is case sensitive.
By default the matrix function reorders a vector into columns, but we can also
tell R to use rows instead.
We can also create a matrix of a specified dimension where every element is the
same, in this case 0.
Z = matrix(0, 2, 4)
Z
Like vectors, matrices can be subsetted using square brackets, []. However,
since matrices are two-dimensional, we need to specify both a row and a column
when subsetting.
X[1, 2]
## [1] 4
Here we accessed the element in the first row and the second column. We could
also subset an entire row or column.
X[1, ]
## [1] 1 4 7
X[, 2]
## [1] 4 5 6
We can also use vectors to subset more than one row or column at a time. Here
we subset to the first and third column of the second row.
## [1] 2 8
x = 1:9
rev(x)
## [1] 9 8 7 6 5 4 3 2 1
34 CHAPTER 3. DATA AND PROGRAMMING
rep(1, 9)
## [1] 1 1 1 1 1 1 1 1 1
When using rbind and cbind you can specify “argument” names that will be
used as column names.
R can then be used to perform matrix calculations.
x = 1:9
y = 9:1
X = matrix(x, 3, 3)
Y = matrix(y, 3, 3)
X
Y
3.2. DATA STRUCTURES 35
X + Y
X - Y
X * Y
X / Y
X %*% Y
t(X)
solve(Z)
solve(Z) %*% Z
diag(3)
## [1] TRUE
R has a number of matrix specific functions for obtaining dimension and sum-
mary information.
X = matrix(1:6, 2, 3)
X
dim(X)
## [1] 2 3
rowSums(X)
## [1] 9 12
colSums(X)
## [1] 3 7 11
rowMeans(X)
## [1] 3 4
colMeans(X)
The diag() function can be used in a number of ways. We can extract the
diagonal of a matrix.
diag(Z)
## [1] 9 4 16
diag(1:5)
Or, lastly, create a square matrix of a certain dimension with 1 for every element
of the diagonal and 0 for the off-diagonals.
diag(5)
Certain operations in R, for example %*% have different behavior on vectors and
matrices. To illustrate this, we will first create two vectors.
a_vec = c(1, 2, 3)
b_vec = c(2, 2, 2)
Note that these are indeed vectors. They are not matrices.
c(is.vector(a_vec), is.vector(b_vec))
c(is.matrix(a_vec), is.matrix(b_vec))
When this is the case, the %*% operator is used to calculate the dot product,
also known as the inner product of the two vectors.
The dot product of vectors 𝑎 = [𝑎1 , 𝑎2 , ⋯ 𝑎𝑛 ] and 𝑏 = [𝑏1 , 𝑏2 , ⋯ 𝑏𝑛 ] is defined to
be
𝑛
𝑎 ⋅ 𝑏 = ∑ 𝑎𝑖 𝑏𝑖 = 𝑎1 𝑏1 + 𝑎2 𝑏2 + ⋯ 𝑎𝑛 𝑏𝑛 .
𝑖=1
## [,1]
## [1,] 12
The %o% operator is used to calculate the outer product of the two vectors.
When vectors are coerced to become matrices, they are column vectors. So a
vector of length 𝑛 becomes an 𝑛 × 1 matrix after coercion.
as.matrix(a_vec)
## [,1]
## [1,] 1
## [2,] 2
## [3,] 3
If we use the %*% operator on matrices, %*% again performs the expected matrix
multiplication. So you might expect the following to produce an error, because
the dimensions are incorrect.
Another way to calculate a dot product is with the crossprod() function. Given
two vectors, the crossprod() function calculates their dot product. The func-
tion has a rather misleading name.
## [,1]
## [1,] 12
These functions could be very useful later. When used with matrices 𝑋 and 𝑌
as arguments, it calculates
𝑋⊤𝑌 .
𝑋⊤𝑋
is used repeatedly.
This is useful both as a shortcut for a frequent calculation and as a more efficient
implementation than using t() and %*%.
3.2. DATA STRUCTURES 41
crossprod(C_mat, D_mat)
## [1] TRUE
crossprod(C_mat, C_mat)
## [1] TRUE
3.2.6 Lists
A list is a one-dimensional heterogeneous data structure. So it is indexed like a
vector with a single integer value, but each element can contain an element of
any type.
42 CHAPTER 3. DATA AND PROGRAMMING
# creation
list(42, "Hello", TRUE)
## [[1]]
## [1] 42
##
## [[2]]
## [1] "Hello"
##
## [[3]]
## [1] TRUE
ex_list = list(
a = c(1, 2, 3, 4),
b = TRUE,
c = "Hello!",
d = function(arg = 42) {print("Hello World!")},
e = diag(5)
)
Lists can be subset using two syntaxes, the $ operator, and square brackets [].
The $ operator returns a named element of a list. The [] syntax returns a
list, while the [[]] returns an element of a list.
# subsetting
ex_list$e
ex_list[1:2]
## $a
## [1] 1 2 3 4
##
## $b
## [1] TRUE
3.2. DATA STRUCTURES 43
ex_list[1]
## $a
## [1] 1 2 3 4
ex_list[[1]]
## [1] 1 2 3 4
ex_list[c("e", "a")]
## $e
## [,1] [,2] [,3] [,4] [,5]
## [1,] 1 0 0 0 0
## [2,] 0 1 0 0 0
## [3,] 0 0 1 0 0
## [4,] 0 0 0 1 0
## [5,] 0 0 0 0 1
##
## $a
## [1] 1 2 3 4
ex_list["e"]
## $e
## [,1] [,2] [,3] [,4] [,5]
## [1,] 1 0 0 0 0
## [2,] 0 1 0 0 0
## [3,] 0 0 1 0 0
## [4,] 0 0 0 1 0
## [5,] 0 0 0 0 1
ex_list[["e"]]
ex_list$d
ex_list$d(arg = 1)
We have previously seen vectors and matrices for storing data as we introduced
R. We will now introduce a data frame which will be the most common way
that we store and interact with data in this course.
Unlike a matrix, which can be thought of as a vector rearranged into rows and
columns, a data frame is not required to have the same data type for each
element. A data frame is a list of vectors. So, each vector must contain the
same data type, but the different vectors can store different data types.
example_data
## x y z
## 1 1 Hello TRUE
## 2 3 Hello FALSE
## 3 5 Hello TRUE
## 4 7 Hello FALSE
## 5 9 Hello TRUE
## 6 1 Hello FALSE
## 7 3 Hello TRUE
## 8 5 Hello FALSE
## 9 7 Hello TRUE
## 10 9 Goodbye FALSE
Unlike a list which has more flexibility, the elements of a data frame must all
be vectors, and have the same length.
3.2. DATA STRUCTURES 45
example_data$x
## [1] 1 3 5 7 9 1 3 5 7 9
all.equal(length(example_data$x),
length(example_data$y),
length(example_data$z))
## [1] TRUE
str(example_data)
nrow(example_data)
## [1] 10
ncol(example_data)
## [1] 3
dim(example_data)
## [1] 10 3
The data.frame() function above is one way to create a data frame. We can
also import data from various file types into R, as well as use data stored in
packages.
The example data above can also be found here as a .csv file. To read this
data into R, we would use the read_csv() function from the readr package.
Note that R has a built-in function read.csv() that operates very similarly.
The readr function read_csv() has a number of advantages. For example, it
is much faster reading larger data. It also uses the tibble package to read the
data as a tibble.
46 CHAPTER 3. DATA AND PROGRAMMING
library(readr)
example_data_from_csv = read_csv("data/example-data.csv")
This particular line of code assumes that the file example_data.csv exists in a
folder called data in your current working directory.
example_data_from_csv
## # A tibble: 10 x 3
## x y z
## <dbl> <chr> <lgl>
## 1 1 Hello TRUE
## 2 3 Hello FALSE
## 3 5 Hello TRUE
## 4 7 Hello FALSE
## 5 9 Hello TRUE
## 6 1 Hello FALSE
## 7 3 Hello TRUE
## 8 5 Hello FALSE
## 9 7 Hello TRUE
## 10 9 Goodbye FALSE
A tibble is simply a data frame that prints with sanity. Notice in the output
above that we are given additional information such as dimension and variable
type.
The as_tibble() function can be used to coerce a regular data frame to a
tibble.
library(tibble)
example_data = as_tibble(example_data)
example_data
## # A tibble: 10 x 3
## x y z
## <dbl> <chr> <lgl>
## 1 1 Hello TRUE
## 2 3 Hello FALSE
## 3 5 Hello TRUE
## 4 7 Hello FALSE
## 5 9 Hello TRUE
## 6 1 Hello FALSE
## 7 3 Hello TRUE
## 8 5 Hello FALSE
3.2. DATA STRUCTURES 47
## 9 7 Hello TRUE
## 10 9 Goodbye FALSE
library(ggplot2)
Inside the ggplot2 package is a dataset called mpg. By loading the package
using the library() function, we can now access mpg.
When using data from inside a package, there are three things we would gener-
ally like to do:
To look at the data, we have two useful commands: head() and str().
head(mpg, n = 10)
## # A tibble: 10 x 11
## manufacturer model displ year cyl trans drv cty hwy fl class
## <chr> <chr> <dbl> <int> <int> <chr> <chr> <int> <int> <chr> <chr>
## 1 audi a4 1.8 1999 4 auto~ f 18 29 p comp~
## 2 audi a4 1.8 1999 4 manu~ f 21 29 p comp~
## 3 audi a4 2 2008 4 manu~ f 20 31 p comp~
## 4 audi a4 2 2008 4 auto~ f 21 30 p comp~
## 5 audi a4 2.8 1999 6 auto~ f 16 26 p comp~
## 6 audi a4 2.8 1999 6 manu~ f 18 26 p comp~
## 7 audi a4 3.1 2008 6 auto~ f 18 27 p comp~
## 8 audi a4 quattro 1.8 1999 4 manu~ 4 18 26 p comp~
## 9 audi a4 quattro 1.8 1999 4 auto~ 4 16 25 p comp~
## 10 audi a4 quattro 2 2008 4 manu~ 4 20 28 p comp~
48 CHAPTER 3. DATA AND PROGRAMMING
The function head() will display the first n observations of the data frame. The
head() function was more useful before tibbles. Notice that mpg is a tibble
already, so the output from head() indicates there are only 10 observations.
Note that this applies to head(mpg, n = 10) and not mpg itself. Also note that
tibbles print a limited number of rows and columns by default. The last line of
the printed output indicates which rows and columns were omitted.
mpg
## # A tibble: 234 x 11
## manufacturer model displ year cyl trans drv cty hwy fl class
## <chr> <chr> <dbl> <int> <int> <chr> <chr> <int> <int> <chr> <chr>
## 1 audi a4 1.8 1999 4 auto~ f 18 29 p comp~
## 2 audi a4 1.8 1999 4 manu~ f 21 29 p comp~
## 3 audi a4 2 2008 4 manu~ f 20 31 p comp~
## 4 audi a4 2 2008 4 auto~ f 21 30 p comp~
## 5 audi a4 2.8 1999 6 auto~ f 16 26 p comp~
## 6 audi a4 2.8 1999 6 manu~ f 18 26 p comp~
## 7 audi a4 3.1 2008 6 auto~ f 18 27 p comp~
## 8 audi a4 quattro 1.8 1999 4 manu~ 4 18 26 p comp~
## 9 audi a4 quattro 1.8 1999 4 auto~ 4 16 25 p comp~
## 10 audi a4 quattro 2 2008 4 manu~ 4 20 28 p comp~
## # ... with 224 more rows
The function str() will display the “structure” of the data frame. It will display
the number of observations and variables, list the variables, give the type of
each variable, and show some elements of each variable. This information can
also be found in the “Environment” window in RStudio.
str(mpg)
It is important to note that while matrices have rows and columns, data frames
(tibbles) instead have observations and variables. When displayed in the console
or viewer, each row is an observation and each column is a variable. However
generally speaking, their order does not matter, it is simply a side-effect of how
the data was entered or stored.
In this dataset an observation is for a particular model-year of a car, and the
variables describe attributes of the car, for example its highway fuel efficiency.
To understand more about the data set, we use the ? operator to pull up the
documentation for the data.
?mpg
R has a number of functions for quickly working with and extracting basic in-
formation from data frames. To quickly obtain a vector of the variable names,
we use the names() function.
names(mpg)
mpg$year
## [1] 1999 1999 2008 2008 1999 1999 2008 1999 1999 2008 2008 1999 1999 2008 2008
## [16] 1999 2008 2008 2008 2008 2008 1999 2008 1999 1999 2008 2008 2008 2008 2008
## [31] 1999 1999 1999 2008 1999 2008 2008 1999 1999 1999 1999 2008 2008 2008 1999
## [46] 1999 2008 2008 2008 2008 1999 1999 2008 2008 2008 1999 1999 1999 2008 2008
## [61] 2008 1999 2008 1999 2008 2008 2008 2008 2008 2008 1999 1999 2008 1999 1999
## [76] 1999 2008 1999 1999 1999 2008 2008 1999 1999 1999 1999 1999 2008 1999 2008
## [91] 1999 1999 2008 2008 1999 1999 2008 2008 2008 1999 1999 1999 1999 1999 2008
## [106] 2008 2008 2008 1999 1999 2008 2008 1999 1999 2008 1999 1999 2008 2008 2008
## [121] 2008 2008 2008 2008 1999 1999 2008 2008 2008 2008 1999 2008 2008 1999 1999
## [136] 1999 2008 1999 2008 2008 1999 1999 1999 2008 2008 2008 2008 1999 1999 2008
## [151] 1999 1999 2008 2008 1999 1999 1999 2008 2008 1999 1999 2008 2008 2008 2008
## [166] 1999 1999 1999 1999 2008 2008 2008 2008 1999 1999 1999 1999 2008 2008 1999
## [181] 1999 2008 2008 1999 1999 2008 1999 1999 2008 2008 1999 1999 2008 1999 1999
## [196] 1999 2008 2008 1999 2008 1999 1999 2008 1999 1999 2008 2008 1999 1999 2008
## [211] 2008 1999 1999 1999 1999 2008 2008 2008 2008 1999 1999 1999 1999 1999 1999
## [226] 2008 2008 1999 1999 2008 2008 1999 1999 2008
50 CHAPTER 3. DATA AND PROGRAMMING
mpg$hwy
## [1] 29 29 31 30 26 26 27 26 25 28 27 25 25 25 25 24 25 23 20 15 20 17 17 26 23
## [26] 26 25 24 19 14 15 17 27 30 26 29 26 24 24 22 22 24 24 17 22 21 23 23 19 18
## [51] 17 17 19 19 12 17 15 17 17 12 17 16 18 15 16 12 17 17 16 12 15 16 17 15 17
## [76] 17 18 17 19 17 19 19 17 17 17 16 16 17 15 17 26 25 26 24 21 22 23 22 20 33
## [101] 32 32 29 32 34 36 36 29 26 27 30 31 26 26 28 26 29 28 27 24 24 24 22 19 20
## [126] 17 12 19 18 14 15 18 18 15 17 16 18 17 19 19 17 29 27 31 32 27 26 26 25 25
## [151] 17 17 20 18 26 26 27 28 25 25 24 27 25 26 23 26 26 26 26 25 27 25 27 20 20
## [176] 19 17 20 17 29 27 31 31 26 26 28 27 29 31 31 26 26 27 30 33 35 37 35 15 18
## [201] 20 20 22 17 19 18 20 29 26 29 29 24 44 29 26 29 29 29 29 23 24 44 41 29 26
## [226] 28 29 29 29 28 29 26 26 26
We can use the dim(), nrow() and ncol() functions to obtain information
about the dimension of the data frame.
dim(mpg)
## [1] 234 11
nrow(mpg)
## [1] 234
ncol(mpg)
## [1] 11
Here nrow() is also the number of observations, which in most cases is the
sample size.
Subsetting data frames can work much like subsetting matrices using square
brackets, [,]. Here, we find fuel efficient vehicles earning over 35 miles per
gallon and only display manufacturer, model and year.
## # A tibble: 6 x 3
## manufacturer model year
## <chr> <chr> <int>
## 1 honda civic 2008
## 2 honda civic 2008
3.3. PROGRAMMING BASICS 51
An alternative would be to use the subset() function, which has a much more
readable syntax.
Lastly, we could use the filter and select functions from the dplyr package
which introduces the %>% operator from the magrittr package. This is not
necessary for this course, however the dplyr package is something you should
be aware of as it is becoming a popular tool in the R world.
library(dplyr)
mpg %>% filter(hwy > 35) %>% select(manufacturer, model, year)
All three approaches produce the same results. Which you use will be largely
based on a given situation as well as user preference.
When subsetting a data frame, be aware of what is being returned, as sometimes
it may be a vector instead of a data frame. Also note that there are differences
between subsetting a data frame and a tibble. A data frame operates more like
a matrix where it is possible to reduce the subset to a vector. A tibble operates
more like a list where it always subsets to another tibble.
if (...) {
some R code
} else {
more R code
}
For example,
52 CHAPTER 3. DATA AND PROGRAMMING
x = 1
y = 3
if (x > y) {
z = x * y
print("x is larger than y")
} else {
z = x + 5 * y
print("x is less than or equal to y")
}
## [1] 16
R also has a special function ifelse() which is very useful. It returns one of
two specified values based on a conditional statement.
ifelse(4 > 3, 1, 0)
## [1] 1
The real power of ifelse() comes from its ability to be applied to vectors.
x = 11:15
for (i in 1:5) {
x[i] = x[i] * 2
}
## [1] 22 24 26 28 30
Note that this for loop is very normal in many programming languages, but
not in R. In R we would not use a loop, instead we would simply use a vectorized
operation.
3.3. PROGRAMMING BASICS 53
x = 11:15
x = x * 2
x
## [1] 22 24 26 28 30
3.3.2 Functions
So far we have been using functions, but haven’t actually discussed some of their
details.
To use a function, you simply type its name, followed by an open parenthesis,
then specify values of its arguments, then finish with a closing parenthesis.
An argument is a variable which is used in the body of the function. Specifying
the values of the arguments is essentially providing the inputs to the function.
We can also write our own functions in R. For example, we often like to “stan-
dardize” variables, that is, subtracting the sample mean, and dividing by the
sample standard deviation.
𝑥 − 𝑥̄
𝑠
• Give the function a name. Preferably something that is short, but de-
scriptive.
• Specify the arguments using function().
• Write the body of the function within curly braces, {}.
standardize = function(x) {
m = mean(x)
std = sd(x)
result = (x - m) / std
result
}
Here the name of the function is standardize, and the function has a single
argument x which is used in the body of function. Note that the output of
54 CHAPTER 3. DATA AND PROGRAMMING
the final line of the body is what is returned by the function. In this case the
function returns the vector stored in the variable result.
To test our function, we will take a random sample of size n = 10 from a normal
distribution with a mean of 2 and a standard deviation of 5.
standardize(x = test_sample)
This function could be written much more succinctly, simply performing all the
operations on one line and immediately returning the result, without storing
any of the intermediate results.
standardize = function(x) {
(x - mean(x)) / sd(x)
}
Let’s look at a number of ways that we could run this function to perform the
operation 10^2 resulting in 100.
power_of_num(10)
## [1] 100
power_of_num(10, 2)
## [1] 100
3.3. PROGRAMMING BASICS 55
## [1] 100
## [1] 100
Note that without using the argument names, the order matters. The following
code will not evaluate to the same output as the previous example.
power_of_num(2, 10)
## [1] 1024
Also, the following line of code would produce an error since arguments without
a default value must be specified.
power_of_num(power = 5)
𝑛
1
𝑠2 = ∑(𝑥 − 𝑥)̄ 2
𝑛 − 1 𝑖=1
It will also have the ability to return the biased estimate (based on maximum
likelihood) which we will call 𝜎̂ 2 .
1 𝑛
𝜎̂ 2 = ∑(𝑥 − 𝑥)̄ 2
𝑛 𝑖=1
get_var(test_sample)
## [1] 39.95028
## [1] 39.95028
var(test_sample)
## [1] 39.95028
We see the function is working as expected, and when returning the unbiased
estimate it matches R’s built-in function var(). Finally, let’s examine the biased
estimate of 𝜎2 .
## [1] 35.95525
Chapter 4
Summarizing Data
library(ggplot2)
Central Tendency
Measure R Result
Mean mean(mpg$cty) 16.8589744
Median median(mpg$cty) 17
Spread
Measure R Result
Variance var(mpg$cty) 18.1130736
Standard Deviation sd(mpg$cty) 4.2559457
IQR IQR(mpg$cty) 5
Minimum min(mpg$cty) 9
Maximum max(mpg$cty) 35
Range range(mpg$cty) 9, 35
57
58 CHAPTER 4. SUMMARIZING DATA
Categorical
For categorical variables, counts and percentages can be used for summary.
table(mpg$drv)
##
## 4 f r
## 103 106 25
table(mpg$drv) / nrow(mpg)
##
## 4 f r
## 0.4401709 0.4529915 0.1068376
4.2 Plotting
Now that we have some data to work with, and we have learned about the
data at the most basic level, our next task is to visualize the data. Often, a
proper visualization can illuminate features of the data that can inform further
analysis.
We will look at four methods of visualizing data that we will use throughout
the course:
• Histograms
• Barplots
• Boxplots
• Scatterplots
4.2.1 Histograms
hist(mpg$cty)
4.2. PLOTTING 59
Histogram of mpg$cty
80
60
Frequency
40
20
0
5 10 15 20 25 30 35
mpg$cty
hist(mpg$cty,
xlab = "Miles Per Gallon (City)",
main = "Histogram of MPG (City)",
breaks = 12,
col = "dodgerblue",
border = "darkorange")
60 CHAPTER 4. SUMMARIZING DATA
40
30
Frequency
20
10
0
10 15 20 25 30 35
Importantly, you should always be sure to label your axes and give the plot a
title. The argument breaks is specific to hist(). Entering an integer will give
a suggestion to R for how many bars to use for the histogram. By default R will
attempt to intelligently guess a good number of breaks, but as we can see here,
it is sometimes useful to modify this yourself.
4.2.2 Barplots
barplot(table(mpg$drv))
4.2. PLOTTING 61
100
80
60
40
20
0
4 f r
barplot(table(mpg$drv),
xlab = "Drivetrain (f = FWD, r = RWD, 4 = 4WD)",
ylab = "Frequency",
main = "Drivetrains",
col = "dodgerblue",
border = "darkorange")
62 CHAPTER 4. SUMMARIZING DATA
Drivetrains
100
80
Frequency
60
40
20
0
4 f r
4.2.3 Boxplots
unique(mpg$drv)
First note that we can use a single boxplot as an alternative to a histogram for
visualizing a single numerical variable. To do so in R, we use the boxplot()
function.
boxplot(mpg$hwy)
4.2. PLOTTING 63
45
40
35
30
25
20
15
However, more often we will use boxplots to compare a numerical variable for
different values of a categorical variable.
25
20
15
4 f r
drv
64 CHAPTER 4. SUMMARIZING DATA
35
30
25
20
15
4 f r
Again, boxplot() has a number of additional arguments which have the ability
to make our plot more visually appealing.
4.2.4 Scatterplots
Lastly, to visualize the relationship between two numeric variables we will use a
scatterplot. This can be done with the plot() function and the ~ syntax we
4.2. PLOTTING 65
just used with a boxplot. (The function plot() can also be used more generally;
see the documentation for details.)
25
20
15
2 3 4 5 6 7
displ
45
40
Miles Per Gallon (Highway)
35
30
25
20
15
2 3 4 5 6 7
5.1 Probability in R
5.1.1 Distributions
This used to be done with statistical tables printed in the back of textbooks.
Now, R has functions for obtaining density, distribution, quantile and random
values.
The general naming structure of the relevant R functions is:
67
68 CHAPTER 5. PROBABILITY AND STATISTICS IN R
dnorm(x = 3, mean = 2, sd = 5)
## [1] 0.07820854
To calculate the value of the cdf at x = 3, that is, 𝑃 (𝑋 ≤ 3), the probability
that 𝑋 is less than or equal to 3, use:
pnorm(q = 3, mean = 2, sd = 5)
## [1] 0.5792597
## [1] 11.79982
These functions exist for many other distributions, including but not limited to:
Command Distribution
*binom Binomial
*t t
*pois Poisson
*f F
*chisq Chi-Squared
Where * can be d, p, q, and r. Each distribution will have its own set of
parameters which need to be passed to the functions as arguments. For ex-
ample, dbinom() would not have arguments for mean and sd, since those are
5.2. HYPOTHESIS TESTS IN R 69
## [1] 0.145998
Also note that, when using the dname functions with discrete distributions, they
are the pmf of the distribution. For example, the above command is 𝑃 (𝑌 = 6)
if 𝑌 ∼ 𝑏(𝑛 = 10, 𝑝 = 0.75). (The probability of flipping an unfair coin 10 times
and seeing 6 heads, if the probability of heads is 0.75.)
• An overall model and related assumptions are made. (The most common
being observations following a normal distribution.)
• The null (𝐻0 ) and alternative (𝐻1 or 𝐻𝐴 ) hypotheses are specified.
Usually the null specifies a particular value of a parameter.
• With given data, the value of the test statistic is calculated.
• Under the general assumptions, as well as assuming the null hypothesis is
true, the distribution of the test statistic is known.
• Given the distribution and value of the test statistic, as well as the form
of the alternative hypothesis, we can calculate a p-value of the test.
• Based on the p-value and pre-specified level of significance, we make a
decision. One of:
– Fail to reject the null hypothesis.
– Reject the null hypothesis.
We’ll do some quick review of two of the most common tests to show how they
are performed using R.
𝑥 ̄ − 𝜇0
𝑡= √ ∼ 𝑡𝑛−1 ,
𝑠/ 𝑛
𝑛 𝑛
∑ 𝑥𝑖 1
where 𝑥̄ = 𝑖=1 and 𝑠 = √ ∑(𝑥𝑖 − 𝑥)̄ 2 .
𝑛 𝑛 − 1 𝑖=1
𝑠
𝑥̄ ± 𝑡𝛼/2,𝑛−1 √
𝑛
where 𝑡𝛼/2,𝑛−1 is the critical value such that 𝑃 (𝑡 > 𝑡𝛼/2,𝑛−1 ) = 𝛼/2 for 𝑛 − 1
degrees of freedom.
Suppose a grocery store sells “16 ounce” boxes of Captain Crisp cereal. A
random sample of 9 boxes was taken and weighed. The weight in ounces is
stored in the data frame capt_crisp.
capt_crisp = data.frame(weight = c(15.5, 16.2, 16.1, 15.8, 15.6, 16.0, 15.8, 15.9, 16.2
The company that makes Captain Crisp cereal claims that the average weight
of a box is at least 16 ounces. We will assume the weight of cereal in a box is
normally distributed and use a 0.05 level of significance to test the company’s
claim.
To test 𝐻0 ∶ 𝜇 ≥ 16 versus 𝐻1 ∶ 𝜇 < 16, the test statistic is
𝑥 ̄ − 𝜇0
𝑡= √
𝑠/ 𝑛
The sample mean 𝑥̄ and the sample standard deviation 𝑠 can be easily computed
using R. We also create variables which store the hypothesized mean and the
sample size.
x_bar = mean(capt_crisp$weight)
s = sd(capt_crisp$weight)
mu_0 = 16
n = 9
## [1] -1.2
Under the null hypothesis, the test statistic has a 𝑡 distribution with 𝑛 − 1
degrees of freedom, in this case 8.
To complete the test, we need to obtain the p-value of the test. Since this is a
one-sided test with a less-than alternative, we need the area to the left of -1.2
for a 𝑡 distribution with 8 degrees of freedom. That is,
pt(t, df = n - 1)
## [1] 0.1322336
We now have the p-value of our test, which is greater than our significance level
(0.05), so we fail to reject the null hypothesis.
Alternatively, this entire process could have been completed using one line of R
code.
##
## One Sample t-test
##
## data: capt_crisp$weight
## t = -1.2, df = 8, p-value = 0.1322
## alternative hypothesis: true mean is less than 16
## 95 percent confidence interval:
## -Inf 16.05496
## sample estimates:
## mean of x
## 15.9
We supply R with the data, the hypothesized value of 𝜇, the alternative, and
the confidence level. R then returns a wealth of information including:
This time we have stored the results. By doing so, we can directly access portions
of the output from t.test(). To see what information is available we use the
names() function.
names(capt_test_results)
capt_test_results$conf.int
Let’s check this interval “by hand.” The one piece of information we are missing
is the critical value, 𝑡𝛼/2,𝑛−1 = 𝑡8 (0.025), which can be calculated in R using the
qt() function.
qt(0.975, df = 8)
## [1] 2.306004
So, the 95% CI for the mean weight of a cereal box is calculated by plugging
into the formula,
𝑠
𝑥̄ ± 𝑡𝛼/2,𝑛−1 √
𝑛
5.2. HYPOTHESIS TESTS IN R 73
(𝑥̄ − 𝑦)̄ − 𝜇0
𝑡= ∼ 𝑡𝑛+𝑚−2 ,
𝑠𝑝 √ 𝑛1 + 1
𝑚
𝑛 𝑚
∑𝑖=1 𝑥𝑖 ∑ 𝑦𝑖 (𝑛 − 1)𝑠2𝑥 + (𝑚 − 1)𝑠2𝑦
where 𝑥̄ = , 𝑦 ̄ = 𝑖=1 , and 𝑠2𝑝 = .
𝑛 𝑚 𝑛+𝑚−2
A 100(1 − 𝛼)% CI for 𝜇𝑥 − 𝜇𝑦 is given by
where 𝑡𝛼/2,𝑛+𝑚−2 is the critical value such that 𝑃 (𝑡 > 𝑡𝛼/2,𝑛+𝑚−2 ) = 𝛼/2.
Assume that the distributions of 𝑋 and 𝑌 are N(𝜇1 , 𝜎2 ) and N(𝜇2 , 𝜎2 ), respec-
tively. Given the 𝑛 = 6 observations of 𝑋,
x_bar = mean(x)
s_x = sd(x)
y_bar = mean(y)
s_y = sd(y)
(𝑛 − 1)𝑠2𝑥 + (𝑚 − 1)𝑠2𝑦
𝑠𝑝 = √
𝑛+𝑚−2
(𝑥̄ − 𝑦)̄ − 𝜇0
𝑡= .
𝑠𝑝 √ 𝑛1 + 1
𝑚
## [1] 1.823369
1 - pt(t, df = n + m - 2)
## [1] 0.04661961
But, then again, we could have simply performed this test in one line of R.
##
## Two Sample t-test
##
## data: x and y
## t = 1.8234, df = 12, p-value = 0.04662
## alternative hypothesis: true difference in means is greater than 0
5.2. HYPOTHESIS TESTS IN R 75
Recall that a two-sample 𝑡-test can be done with or without an equal variance
assumption. Here var.equal = TRUE tells R we would like to perform the test
under the equal variance assumption.
Above we carried out the analysis using two vectors x and y. In general, we will
have a preference for using data frames.
We now have the data stored in a single variables (values) and have created a
second variable (group) which indicates which “sample” the value belongs to.
t_test_data
## values group
## 1 70 A
## 2 82 A
## 3 78 A
## 4 74 A
## 5 94 A
## 6 82 A
## 7 64 B
## 8 72 B
## 9 60 B
## 10 76 B
## 11 72 B
## 12 80 B
## 13 84 B
## 14 68 B
Now to perform the test, we still use the t.test() function but with the ~
syntax and a data argument.
##
76 CHAPTER 5. PROBABILITY AND STATISTICS IN R
5.3 Simulation
Simulation and model fitting are related but opposite processes.
Often we will simulate data according to a process we decide, then use a model-
ing method seen in class. We can then verify how well the method works, since
we know the data generating process.
One of the biggest strengths of R is its ability to carry out simulations using
built-in functions for generating random samples from certain distributions.
5.3. SIMULATION 77
We’ll look at two very simple examples here, however simulation will be a topic
we revisit several times throughout the course.
1 𝑛
𝑋̄ 1 = ∑ 𝑋1𝑖
𝑛 𝑖=1
1 𝑛
𝑋̄ 2 = ∑ 𝑋2𝑖
𝑛 𝑖=1
𝐷 = 𝑋̄ 1 − 𝑋̄ 2 .
Suppose we would like to calculate 𝑃 (0 < 𝐷 < 2). First we will need to obtain
the distribution of 𝐷.
Recall,
2
𝜎
𝑋̄ 1 ∼ 𝑁 (𝜇1 , )
𝑛
and
2
𝜎
𝑋̄ 2 ∼ 𝑁 (𝜇2 , ) .
𝑛
Then,
𝜎2 𝜎2 4 4
𝐷 = 𝑋̄ 1 − 𝑋̄ 2 ∼ 𝑁 (𝜇1 − 𝜇2 , + ) = 𝑁 (6 − 5, + ).
𝑛 𝑛 25 25
So,
𝐷 ∼ 𝑁 (𝜇 = 1, 𝜎2 = 0.32).
78 CHAPTER 5. PROBABILITY AND STATISTICS IN R
Thus,
This can then be calculated using R without a need to first standardize, or use
a table.
## [1] 0.9229001
We will repeat the process a large number of times. Then we will use the
distribution of the simulated observations of 𝑑𝑠 as an estimate for the true
distribution of 𝐷.
set.seed(42)
num_samples = 10000
differences = rep(0, num_samples)
Before starting our for loop to perform the operation, we set a seed for repro-
ducibility, create and set a variable num_samples which will define the number
of repetitions, and lastly create a variables differences which will store the
simulate values, 𝑑𝑠 .
By using set.seed() we can reproduce the random results of rnorm() each
time starting from that line.
for (s in 1:num_samples) {
x1 = rnorm(n = 25, mean = 6, sd = 2)
x2 = rnorm(n = 25, mean = 5, sd = 2)
differences[s] = mean(x1) - mean(x2)
}
5.3. SIMULATION 79
## [1] 0.9222
Empirical Distribution of D
1400
1000
Frequency
600
200
0
-1 0 1 2 3
Simulated Values of D
Also the sample mean and variance are very close to what we would expect.
mean(differences)
## [1] 1.001423
80 CHAPTER 5. PROBABILITY AND STATISTICS IN R
var(differences)
## [1] 0.3230183
We could have also accomplished this task with a single line of more “idiomatic”
R.
set.seed(42)
diffs = replicate(10000, mean(rnorm(25, 6, 2)) - mean(rnorm(25, 5, 2)))
Use ?replicate to take a look at the documentation for the replicate function
and see if you can understand how this line performs the same operations that
our for loop above executed.
mean(differences == diffs)
## [1] 1
We see that by setting the same seed for the randomization, we actually obtain
identical results!
𝑋 ∼ 𝑃 𝑜𝑖𝑠(𝜇)
then
𝐸[𝑋] = 𝜇
and
𝑉 𝑎𝑟[𝑋] = 𝜇.
Also, recall that for a random variable 𝑋 with finite mean 𝜇 and finite variance
𝜎2 , the central limit theorem tells us that the mean, 𝑋̄ of a random sample of
size 𝑛 is approximately normal for large values of 𝑛. Specifically, as 𝑛 → ∞,
5.3. SIMULATION 81
2
𝑑 𝜎
𝑋̄ → 𝑁 (𝜇, ) .
𝑛
The following verifies this result for a Poisson distribution with 𝜇 = 10 and a
sample size of 𝑛 = 50.
set.seed(1337)
mu = 10
sample_size = 50
samples = 100000
x_bars = rep(0, samples)
for(i in 1:samples){
x_bars[i] = mean(rpois(sample_size, lambda = mu))
}
4000
2000
0
8 9 10 11 12
Sample Means
Now we will compare sample statistics from the empirical distribution with their
known values based on the parent distribution.
82 CHAPTER 5. PROBABILITY AND STATISTICS IN R
c(mean(x_bars), mu)
c(var(x_bars), mu / sample_size)
And here, we will calculate the proportion of sample means that are within 2
standard deviations of the population mean.
## [1] 0.95429
This last histogram uses a bit of a trick to approximately shade the bars that
are within two standard deviations of the mean.)
4000
2000
0
8 9 10 11 12
Sample Means
84 CHAPTER 5. PROBABILITY AND STATISTICS IN R
Chapter 6
R Resources
So far, we have seen a lot of R, and a lot of R quickly. Again, the preceding
chapters were in no way meant to be a complete reference for the R language,
but rather an introduction to many of the concepts we will need in this text.
The following resources are not necessary for the remainder of this text, but you
may find them useful if you would like a deeper understanding of R:
85
86 CHAPTER 6. R RESOURCES
• R and RStudio
• Data in R
• RMarkdown
Note that RStudio and RMarkdown are constantly receiving excellent support
and updates, so these videos may already contain some outdated information.
RStudio provides their own tutorial for RMarkdown. They also have an excellent
RStudio “cheatsheet” which visually identifies many of the features available in
the IDE. You may also explore some additional “cheatsheets” on their website.
7.1 Modeling
Let’s consider a simple example of how the speed of a car affects its stopping
distance, that is, how far it travels before it comes to a stop. To examine this
relationship, we will use the cars dataset, which is a default R dataset. Thus,
we don’t need to load a package first; it is immediately available.
To get a first look at the data you can use the View() function inside RStudio.
View(cars)
We could also take a look at the variable names, the dimension of the data
frame, and some sample observations with str().
89
90 CHAPTER 7. SIMPLE LINEAR REGRESSION
str(cars)
As we have seen before with data frames, there are a number of additional
functions to access some of this information directly.
dim(cars)
## [1] 50 2
nrow(cars)
## [1] 50
ncol(cars)
## [1] 2
Other than the two variable names and the number of observations, this data
is still just a bunch of numbers, so we should probably obtain some context.
?cars
Reading the documentation we learn that this is data gathered during the 1920s
about the speed of cars and the resulting distance it takes for the car to come
to a stop. The interesting task here is to determine how far a car travels before
stopping, when traveling at a certain speed. So, we will first plot the stopping
distance against the speed.
80
60
40
20
0
5 10 15 20 25
Let’s now define some terminology. We have pairs of data, (𝑥𝑖 , 𝑦𝑖 ), for 𝑖 =
1, 2, … 𝑛, where 𝑛 is the sample size of the dataset.
We use 𝑖 as an index, simply for notation. We use 𝑥𝑖 as the predictor (ex-
planatory) variable. The predictor variable is used to help predict or explain
the response (target, outcome) variable, 𝑦𝑖 .
Other texts may use the term independent variable instead of predictor and
dependent variable in place of response. However, those monikers imply math-
ematical characteristics that might not be true. While these other terms are
not incorrect, independence is already a strictly defined concept in probability.
For example, when trying to predict a person’s weight given their height, would
it be accurate to say that height is independent of weight? Certainly not, but
that is an unintended implication of saying “independent variable.” We prefer
to stay away from this nomenclature.
In the cars example, we are interested in using the predictor variable speed to
predict and explain the response variable dist.
Broadly speaking, we would like to model the relationship between 𝑋 and 𝑌
using the form
𝑌 = 𝑓(𝑋) + 𝜖.
The function 𝑓 describes the functional relationship between the two variables,
and the 𝜖 term is used to account for error. This indicates that if we plug in a
92 CHAPTER 7. SIMPLE LINEAR REGRESSION
What sort of function should we use for 𝑓(𝑋) for the cars data?
We could try to model the data with a horizontal line. That is, the model
for 𝑦 does not depend on the value of 𝑥. (Some function 𝑓(𝑋) = 𝑐.) In the
plot below, we see this doesn’t seem to do a very good job. Many of the data
points are very far from the orange line representing 𝑐. This is an example of
underfitting. The obvious fix is to make the function 𝑓(𝑋) actually depend
on 𝑥.
80
60
40
20
0
5 10 15 20 25
We could also try to model the data with a very “wiggly” function that tries to
go through as many of the data points as possible. This also doesn’t seem to
work very well. The stopping distance for a speed of 5 mph shouldn’t be off the
chart! (Even in 1920.) This is an example of overfitting. (Note that in this
example no function will go through every point, since there are some 𝑥 values
that have several possible 𝑦 values in the data.)
7.1. MODELING 93
80
60
40
20
0
5 10 15 20 25
Lastly, we could try to model the data with a well-chosen line rather than one
of the two extremes previously attempted. The line on the plot below seems to
summarize the relationship between stopping distance and speed quite well. As
speed increases, the distance required to come to a stop increases. There is still
some variation about this line, but it seems to capture the overall trend.
94 CHAPTER 7. SIMPLE LINEAR REGRESSION
100 120
Stopping Distance (in Feet)
80
60
40
20
0
5 10 15 20 25
With this in mind, we would like to restrict our choice of 𝑓(𝑋) to linear functions
of 𝑋. We will write our model using 𝛽1 for the slope, and 𝛽0 for the intercept,
𝑌 = 𝛽0 + 𝛽1 𝑋 + 𝜖.
We now define what we will call the simple linear regression model,
𝑌 𝑖 = 𝛽 0 + 𝛽 1 𝑥𝑖 + 𝜖 𝑖
where
𝜖𝑖 ∼ 𝑁 (0, 𝜎2 ).
That is, the 𝜖𝑖 are independent and identically distributed (iid) normal random
variables with mean 0 and variance 𝜎2 . This model has three parameters to be
estimated: 𝛽0 , 𝛽1 , and 𝜎2 , which are fixed, but unknown constants.
We have slightly modified our notation here. We are now using 𝑌𝑖 and 𝑥𝑖 , since
we will be fitting this model to a set of 𝑛 data points, for 𝑖 = 1, 2, … 𝑛.
7.1. MODELING 95
Recall that we use capital 𝑌 to indicate a random variable, and lower case
𝑦 to denote a potential value of the random variable. Since we will have 𝑛
observations, we have 𝑛 random variables 𝑌𝑖 and their possible values 𝑦𝑖 .
In the simple linear regression model, the 𝑥𝑖 are assumed to be fixed, known
constants, and are thus notated with a lower case variable. The response 𝑌𝑖
remains a random variable because of the random behavior of the error vari-
able, 𝜖𝑖 . That is, each response 𝑌𝑖 is tied to an observable 𝑥𝑖 and a random,
unobservable, 𝜖𝑖 .
Essentially, we could explicitly think of the 𝑌𝑖 as having a different distribution
for each 𝑋𝑖 . In other words, 𝑌𝑖 has a conditional distribution dependent on the
value of 𝑋𝑖 , written 𝑥𝑖 . Doing so, we still make no distributional assumptions of
the 𝑋𝑖 , since we are only interested in the distribution of the 𝑌𝑖 for a particular
value 𝑥𝑖 .
𝑌𝑖 ∣ 𝑋𝑖 ∼ 𝑁 (𝛽0 + 𝛽1 𝑥𝑖 , 𝜎2 )
The random 𝑌𝑖 are a function of 𝑥𝑖 , thus we can write its mean as a function of
𝑥𝑖 ,
E[𝑌𝑖 ∣ 𝑋𝑖 = 𝑥𝑖 ] = 𝛽0 + 𝛽1 𝑥𝑖 .
Var[𝑌𝑖 ∣ 𝑋𝑖 = 𝑥𝑖 ] = 𝜎2 .
This is visually displayed in the image below. We see that for any value 𝑥, the
expected value of 𝑌 is 𝛽0 + 𝛽1 𝑥. At each value of 𝑥, 𝑌 has the same variance
𝜎2 .
Often, we directly talk about the assumptions that this model makes. They can
be cleverly shortened to LINE.
We are also assuming that the values of 𝑥 are fixed, that is, not random. We
do not make a distributional assumption about the predictor variable.
As a side note, we will often refer to simple linear regression as SLR. Some
explanation of the name SLR:
96 CHAPTER 7. SIMPLE LINEAR REGRESSION
Figure 7.1: Simple Linear Regression Model Introductory Statistics (Shafer and
Zhang), UC Davis Stat Wiki
• Simple refers to the fact that we are using a single predictor variable.
Later we will use multiple predictor variables.
• Linear tells us that our model for 𝑌 is a linear combination of the pre-
dictors 𝑋. (In this case just the one.) Right now, this always results in a
model that is a line, but later we will see how this is not always the case.
• Regression simply means that we are attempting to measure the rela-
tionship between a response variable and (one or more) predictor variables.
In the case of SLR, both the response and the predictor are numeric vari-
ables.
We could find the line that minimizes the sum of all the distances from the
points to the line. That is,
𝑛
argmin ∑ |𝑦𝑖 − (𝛽0 + 𝛽1 𝑥𝑖 )|.
𝛽0 ,𝛽1 𝑖=1
7.2. LEAST SQUARES APPROACH 97
We could find the line that minimizes the sum of all the squared distances from
the points to the line. That is,
𝑛
argmin ∑(𝑦𝑖 − (𝛽0 + 𝛽1 𝑥𝑖 ))2 .
𝛽0 ,𝛽1 𝑖=1
This last option is called the method of least squares. It is essentially the
de-facto method for fitting a line to data. (You may have even seen it before
in a linear algebra course.) Its popularity is largely due to the fact that it is
mathematically “easy.” (Which was important historically, as computers are a
modern contraption.) It is also very popular because many relationships are
well approximated by a linear function.
𝑛 𝑛
𝑓(𝛽0 , 𝛽1 ) = ∑(𝑦𝑖 − (𝛽0 + 𝛽1 𝑥𝑖 ))2 = ∑(𝑦𝑖 − 𝛽0 − 𝛽1 𝑥𝑖 )2 .
𝑖=1 𝑖=1
𝑛
𝜕𝑓
= −2 ∑(𝑦𝑖 − 𝛽0 − 𝛽1 𝑥𝑖 )
𝜕𝛽0 𝑖=1
𝑛
𝜕𝑓
= −2 ∑(𝑥𝑖 )(𝑦𝑖 − 𝛽0 − 𝛽1 𝑥𝑖 )
𝜕𝛽1 𝑖=1
We then set each of the partial derivatives equal to zero and solve the resulting
system of equations.
𝑛
∑(𝑦𝑖 − 𝛽0 − 𝛽1 𝑥𝑖 ) = 0
𝑖=1
𝑛
∑(𝑥𝑖 )(𝑦𝑖 − 𝛽0 − 𝛽1 𝑥𝑖 ) = 0
𝑖=1
𝑛 𝑛
𝑛𝛽0 + 𝛽1 ∑ 𝑥𝑖 = ∑ 𝑦𝑖
𝑖=1 𝑖=1
𝑛 𝑛 𝑛
𝛽0 ∑ 𝑥𝑖 + 𝛽1 ∑ 𝑥2𝑖 = ∑ 𝑥𝑖 𝑦𝑖
𝑖=1 𝑖=1 𝑖=1
𝑛 𝑛
𝑛 (∑𝑖=1 𝑥𝑖 )(∑𝑖=1 𝑦𝑖 )
∑𝑖=1 𝑥𝑖 𝑦𝑖 − 𝑆𝑥𝑦
𝛽1̂ = 𝑛
𝑛
(∑𝑖=1 𝑥𝑖 )2
=
𝑛 2
∑𝑖=1 𝑥𝑖 − 𝑆𝑥𝑥
𝑛
𝛽0̂ = 𝑦 ̄ − 𝛽1̂ 𝑥̄
Here, we have defined some notation for the expression we’ve obtained. Note
that they have alternative forms which are much easier to work with. (We won’t
do it here, but you can try to prove the equalities below on your own, for “fun”).
We use the capital letter 𝑆 to denote “summation” which replaces the capital
letter Σ when we calculate these values based on observed data, (𝑥𝑖 , 𝑦𝑖 ). The
subscripts such as 𝑥𝑦 denote over which variables the function (𝑧 − 𝑧)̄ is applied.
𝑛 𝑛 𝑛
𝑛
(∑𝑖=1 𝑥𝑖 )(∑𝑖=1 𝑦𝑖 )
𝑆𝑥𝑦 = ∑ 𝑥𝑖 𝑦𝑖 − = ∑(𝑥𝑖 − 𝑥)(𝑦
̄ 𝑖 − 𝑦)̄
𝑖=1
𝑛 𝑖=1
𝑛 𝑛 𝑛
(∑𝑖=1 𝑥𝑖 )2
𝑆𝑥𝑥 = ∑ 𝑥2𝑖 − = ∑(𝑥𝑖 − 𝑥)̄ 2
𝑖=1
𝑛 𝑖=1
𝑛 𝑛 𝑛
(∑𝑖=1 𝑦𝑖 )2
𝑆𝑦𝑦 = ∑ 𝑦𝑖2 − = ∑(𝑦𝑖 − 𝑦)̄ 2
𝑖=1
𝑛 𝑖=1
Note that these summations 𝑆 are not to be confused with sample standard
deviation 𝑠.
By using the above alternative expressions for 𝑆𝑥𝑦 and 𝑆𝑥𝑥 , we arrive at a
cleaner, more useful expression for 𝛽1̂ .
𝑛
𝑆𝑥𝑦 ∑ (𝑥𝑖 − 𝑥)(𝑦
̄ 𝑖 − 𝑦)̄
𝛽1̂ = = 𝑖=1 𝑛
𝑆𝑥𝑥 ∑𝑖=1 (𝑥𝑖 − 𝑥)̄ 2
Traditionally we would now calculate 𝛽0̂ and 𝛽1̂ by hand for the cars dataset.
However because we are living in the 21st century and are intelligent (or lazy
or efficient, depending on your perspective), we will utilize R to do the number
crunching for us.
To keep some notation consistent with the above mathematics, we will store the
response variable as y and the predictor variable as x.
7.2. LEAST SQUARES APPROACH 99
x = cars$speed
y = cars$dist
𝑦 ̂ = 𝛽0̂ + 𝛽1̂ 𝑥.
In this case,
𝑦 ̂ = −17.58 + 3.93𝑥.
We can now use this line to make predictions. First, let’s see the possible 𝑥
values in the cars dataset. Since some 𝑥 values may appear more than once,
we use the unique() to return each unique value only once.
unique(cars$speed)
## [1] 4 7 8 9 10 11 12 13 14 15 16 17 18 19 20 22 23 24 25
Let’s make a prediction for the stopping distance of a car traveling at 8 miles
per hour.
𝑦 ̂ = −17.58 + 3.93 × 8
beta_0_hat + beta_1_hat * 8
## [1] 13.88018
This tells us that the estimated mean stopping distance of a car traveling at 8
miles per hour is 13.88.
Now let’s make a prediction for the stopping distance of a car traveling at 21
miles per hour. This is considered interpolation as 21 is not an observed value
of 𝑥. (But is in the data range.) We can use the special %in% operator to quickly
verify this in R.
8 %in% unique(cars$speed)
## [1] TRUE
21 %in% unique(cars$speed)
## [1] FALSE
7.2. LEAST SQUARES APPROACH 101
## [1] TRUE
𝑦 ̂ = −17.58 + 3.93 × 21
beta_0_hat + beta_1_hat * 21
## [1] 65.00149
Lastly, we can make a prediction for the stopping distance of a car traveling at
50 miles per hour. This is considered extrapolation as 50 is not an observed
value of 𝑥 and is outside data range. We should be less confident in predictions
of this type.
range(cars$speed)
## [1] 4 25
## [1] FALSE
𝑦 ̂ = −17.58 + 3.93 × 50
beta_0_hat + beta_1_hat * 50
## [1] 179.0413
Cars travel 50 miles per hour rather easily today, but not in the 1920s!
This is also an issue we saw when interpreting 𝛽0̂ = −17.58, which is equivalent
to making a prediction at 𝑥 = 0. We should not be confident in the estimated
linear relationship outside of the range of data we have observed.
102 CHAPTER 7. SIMPLE LINEAR REGRESSION
7.2.2 Residuals
𝑦 = 𝑦 ̂ + 𝑒.
We then define a residual to be the observed value minus the predicted value.
𝑒𝑖 = 𝑦𝑖 − 𝑦𝑖̂
Let’s calculate the residual for the prediction we made for a car traveling 8 miles
per hour. First, we need to obtain the observed value of 𝑦 for this 𝑥 value.
which(cars$speed == 8)
## [1] 5
cars[5, ]
## speed dist
## 5 8 16
cars[which(cars$speed == 8), ]
## speed dist
## 5 8 16
𝑒 = 16 − 13.88 = 2.12
16 - (beta_0_hat + beta_1_hat * 8)
## [1] 2.119825
The positive residual value indicates that the observed stopping distance is
actually 2.12 feet more than what was predicted.
7.2. LEAST SQUARES APPROACH 103
We’ll now use the residuals for each of the points to create an estimate for the
variance, 𝜎2 .
Recall that,
E[𝑌𝑖 ∣ 𝑋𝑖 = 𝑥𝑖 ] = 𝛽0 + 𝛽1 𝑥𝑖 .
So,
𝑛
1
𝑠2𝑒 = ∑(𝑦𝑖 − (𝛽0̂ + 𝛽1̂ 𝑥𝑖 ))2
𝑛 − 2 𝑖=1
𝑛
1
= ∑(𝑦𝑖 − 𝑦𝑖̂ )2
𝑛 − 2 𝑖=1
𝑛
1
= ∑ 𝑒2𝑖
𝑛 − 2 𝑖=1
This probably seems like a natural estimate, aside from the use of 𝑛 − 2, which
we will put off explaining until the next chapter. It should actually look rather
similar to something we have seen before.
𝑛
1
𝑠2 = ∑(𝑥𝑖 − 𝑥)̄ 2
𝑛 − 1 𝑖=1
## [1] 236.5317
Just as with the univariate measure of variance, this value of 236.53 doesn’t
have a practical interpretation in terms of stopping distance. Taking the square
root, however, computes the standard deviation of the residuals, also known as
residual standard error.
s_e = sqrt(s2_e)
s_e
## [1] 15.37959
This tells us that our estimates of mean stopping distance are “typically” off by
15.38 feet.
This is the common mathematical trick of “adding zero.” In this case we both
added and subtracted 𝑦𝑖̂ .
Here, 𝑦𝑖 − 𝑦𝑖̂ measures the deviation of an observation from the fitted regression
line and 𝑦𝑖̂ − 𝑦 ̄ measures the deviation of the fitted regression line from the
sample mean.
If we square then sum both sides of the equation above, we can obtain the
following,
𝑛 𝑛 𝑛
∑(𝑦𝑖 − 𝑦)̄ 2 = ∑(𝑦𝑖 − 𝑦𝑖̂ )2 + ∑(𝑦𝑖̂ − 𝑦)̄ 2 .
𝑖=1 𝑖=1 𝑖=1
This should be somewhat alarming or amazing. How is this true? For now we
will leave this question unanswered. (Think about this, and maybe try to prove
it.) We will now define three of the quantities seen in this equation.
7.3. DECOMPOSITION OF VARIATION 105
The quantity “Sum of Squares Total,” or SST, represents the total variation
of the observed 𝑦 values. This should be a familiar-looking expression. Note
that,
𝑛
1 1
𝑠2 = ∑(𝑦𝑖 − 𝑦)̄ 2 = SST.
𝑛 − 1 𝑖=1 𝑛−1
The quantity “Sum of Squares Error,” SSE, represents the unexplained vari-
ation of the observed 𝑦 values. You will often see SSE written as RSS, or
“Residual Sum of Squares.”
Note that,
SSE
𝑠2𝑒 = .
𝑛−2
106 CHAPTER 7. SIMPLE LINEAR REGRESSION
SSE / (n - 2)
## [1] 236.5317
We can use R to verify that this matches our previous calculation of 𝑠2𝑒 .
s2_e == SSE / (n - 2)
## [1] TRUE
These three measures also do not have an important practical interpretation in-
dividually. But together, they’re about to reveal a new statistic to help measure
the strength of an SLR model.
𝑛
SSReg ∑ (𝑦𝑖̂ − 𝑦)̄ 2
𝑅2 = = 𝑖=1
𝑛
SST ∑𝑖=1 (𝑦𝑖 − 𝑦)̄ 2
R2 = SSReg / SST
R2
## [1] 0.6510794
For the cars example, we calculate 𝑅2 = 0.65. We then say that 65% of the
observed variability in stopping distance is explained by the linear relationship
with speed.
The following plots visually demonstrate the three “sums of squares” for a sim-
ulated dataset which has 𝑅2 = 0.92 which is a somewhat high value. Notice
in the final plot, that the orange arrows account for a larger proportion of the
total arrow.
7.3. DECOMPOSITION OF VARIATION 107
25
20
20
15
15
y
y
10
10
5
5
0
0
0 2 4 6 8 10 0 2 4 6 8 10
x x
25
20
20
15
15
y
y
10
10
5
5
0
0 2 4 6 8 10 0 2 4 6 8 10
x x
The next plots again visually demonstrate the three “sums of squares,” this time
for a simulated dataset which has 𝑅2 = 0.19. Notice in the final plot, that now
the blue arrows account for a larger proportion of the total arrow.
108 CHAPTER 7. SIMPLE LINEAR REGRESSION
10
10
0
0
-10
-10
y
y
-20
-20
-30
-30
0 2 4 6 8 10 0 2 4 6 8 10
x x
10
0
0
-10
-10
y
y
-20
-20
-30
-30
0 2 4 6 8 10 0 2 4 6 8 10
x x
So far we have done regression by deriving the least squares estimates, then
writing simple R commands to perform the necessary calculations. Since this is
such a common task, this is functionality that is built directly into R via the
lm() command.
The lm() command is used to fit linear models which actually account for
a broader class of models than simple linear regression, but we will use SLR
as our first demonstration of lm(). The lm() function will be one of our most
commonly used tools, so you may want to take a look at the documentation by
using ?lm. You’ll notice there is a lot of information there, but we will start
with just the very basics. This is documentation you will want to return to
often.
7.4. THE LM FUNCTION 109
We’ll continue using the cars data, and essentially use the lm() function to
check the work we had previously done.
This line of code fits our very first linear model. The syntax should look some-
what familiar. We use the dist ~ speed syntax to tell R we would like to model
the response variable dist as a linear function of the predictor variable speed.
In general, you should think of the syntax as response ~ predictor. The
data = cars argument then tells R that the dist and speed variables are from
the dataset cars. We then store this result in a variable stop_dist_model.
The variable stop_dist_model now contains a wealth of information, and we
will now see how to extract and use that information. The first thing we will do is
simply output whatever is stored immediately in the variable stop_dist_model.
stop_dist_model
##
## Call:
## lm(formula = dist ~ speed, data = cars)
##
## Coefficients:
## (Intercept) speed
## -17.579 3.932
We see that it first tells us the formula we input into R, that is lm(formula
= dist ~ speed, data = cars). We also see the coefficients of the model.
We can check that these are what we had calculated previously. (Minus some
rounding that R is doing when displaying the results. They are stored with full
precision.)
c(beta_0_hat, beta_1_hat)
Next, it would be nice to add the fitted line to the scatterplot. To do so we will
use the abline() function.
cex = 2,
col = "grey")
abline(stop_dist_model, lwd = 3, col = "darkorange")
80
60
40
20
0
5 10 15 20 25
The abline() function is used to add lines of the form 𝑎 + 𝑏𝑥 to a plot. (Hence
abline.) When we give it stop_dist_model as an argument, it automatically
extracts the regression coefficient estimates (𝛽0̂ and 𝛽1̂ ) and uses them as the
intercept and slope of the line. Here we also use lwd to modify the width of the
line, as well as col to modify the color of the line.
The “thing” that is returned by the lm() function is actually an object of class
lm which is a list. The exact details of this are unimportant unless you are
seriously interested in the inner-workings of R, but know that we can determine
the names of the elements of the list using the names() command.
names(stop_dist_model)
We can then use this information to, for example, access the residuals using the
$ operator.
7.4. THE LM FUNCTION 111
stop_dist_model$residuals
## 1 2 3 4 5 6 7
## 3.849460 11.849460 -5.947766 12.052234 2.119825 -7.812584 -3.744993
## 8 9 10 11 12 13 14
## 4.255007 12.255007 -8.677401 2.322599 -15.609810 -9.609810 -5.609810
## 15 16 17 18 19 20 21
## -1.609810 -7.542219 0.457781 0.457781 12.457781 -11.474628 -1.474628
## 22 23 24 25 26 27 28
## 22.525372 42.525372 -21.407036 -15.407036 12.592964 -13.339445 -5.339445
## 29 30 31 32 33 34 35
## -17.271854 -9.271854 0.728146 -11.204263 2.795737 22.795737 30.795737
## 36 37 38 39 40 41 42
## -21.136672 -11.136672 10.863328 -29.069080 -13.069080 -9.069080 -5.069080
## 43 44 45 46 47 48 49
## 2.930920 -2.933898 -18.866307 -6.798715 15.201285 16.201285 43.201285
## 50
## 4.268876
coef(stop_dist_model)
## (Intercept) speed
## -17.579095 3.932409
resid(stop_dist_model)
## 1 2 3 4 5 6 7
## 3.849460 11.849460 -5.947766 12.052234 2.119825 -7.812584 -3.744993
## 8 9 10 11 12 13 14
## 4.255007 12.255007 -8.677401 2.322599 -15.609810 -9.609810 -5.609810
## 15 16 17 18 19 20 21
## -1.609810 -7.542219 0.457781 0.457781 12.457781 -11.474628 -1.474628
## 22 23 24 25 26 27 28
## 22.525372 42.525372 -21.407036 -15.407036 12.592964 -13.339445 -5.339445
## 29 30 31 32 33 34 35
## -17.271854 -9.271854 0.728146 -11.204263 2.795737 22.795737 30.795737
## 36 37 38 39 40 41 42
## -21.136672 -11.136672 10.863328 -29.069080 -13.069080 -9.069080 -5.069080
## 43 44 45 46 47 48 49
112 CHAPTER 7. SIMPLE LINEAR REGRESSION
fitted(stop_dist_model)
## 1 2 3 4 5 6 7 8
## -1.849460 -1.849460 9.947766 9.947766 13.880175 17.812584 21.744993 21.744993
## 9 10 11 12 13 14 15 16
## 21.744993 25.677401 25.677401 29.609810 29.609810 29.609810 29.609810 33.542219
## 17 18 19 20 21 22 23 24
## 33.542219 33.542219 33.542219 37.474628 37.474628 37.474628 37.474628 41.407036
## 25 26 27 28 29 30 31 32
## 41.407036 41.407036 45.339445 45.339445 49.271854 49.271854 49.271854 53.204263
## 33 34 35 36 37 38 39 40
## 53.204263 53.204263 53.204263 57.136672 57.136672 57.136672 61.069080 61.069080
## 41 42 43 44 45 46 47 48
## 61.069080 61.069080 61.069080 68.933898 72.866307 76.798715 76.798715 76.798715
## 49 50
## 76.798715 80.731124
summary(stop_dist_model)
##
## Call:
## lm(formula = dist ~ speed, data = cars)
##
## Residuals:
## Min 1Q Median 3Q Max
## -29.069 -9.525 -2.272 9.215 43.201
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -17.5791 6.7584 -2.601 0.0123 *
## speed 3.9324 0.4155 9.464 1.49e-12 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
7.4. THE LM FUNCTION 113
The summary() command also returns a list, and we can again use names() to
learn what about the elements of this list.
names(summary(stop_dist_model))
So, for example, if we wanted to directly access the value of 𝑅2 , instead of copy
and pasting it out of the printed statement from summary(), we could do so.
summary(stop_dist_model)$r.squared
## [1] 0.6510794
summary(stop_dist_model)$sigma
## [1] 15.37959
Note that this is the same result seen earlier as s_e. You may also notice that
this value was displayed above as a result of the summary() command, which R
labeled the “Residual Standard Error.”
𝑛
1
𝑠𝑒 = RSE = √ ∑ 𝑒2𝑖
𝑛 − 2 𝑖=1
Often it is useful to talk about 𝑠𝑒 (or RSE) instead of 𝑠2𝑒 because of their units.
The unit of 𝑠𝑒 in the cars example is feet, while the unit of 𝑠2𝑒 is feet-squared.
Another useful function, which we will use almost as often as lm() is the
predict() function.
## 1
## 13.88018
114 CHAPTER 7. SIMPLE LINEAR REGRESSION
The above code reads “predict the stopping distance of a car traveling 8 miles
per hour using the stop_dist_model.” Importantly, the second argument to
predict() is a data frame that we make in place. We do this so that we can
specify that 8 is a value of speed, so that predict knows how to use it with
the model stored in stop_dist_model. We see that this result is what we had
calculated “by hand” previously.
We could also predict multiple values at once.
## 1 2 3
## 13.88018 65.00149 179.04134
Or we could calculate the fitted value for each of the original data points. We
can simply supply the original data frame, cars, since it contains a variables
called speed which has the values we would like to predict at.
## 1 2 3 4 5 6 7 8
## -1.849460 -1.849460 9.947766 9.947766 13.880175 17.812584 21.744993 21.744993
## 9 10 11 12 13 14 15 16
## 21.744993 25.677401 25.677401 29.609810 29.609810 29.609810 29.609810 33.542219
## 17 18 19 20 21 22 23 24
## 33.542219 33.542219 33.542219 37.474628 37.474628 37.474628 37.474628 41.407036
## 25 26 27 28 29 30 31 32
## 41.407036 41.407036 45.339445 45.339445 49.271854 49.271854 49.271854 53.204263
## 33 34 35 36 37 38 39 40
## 53.204263 53.204263 53.204263 57.136672 57.136672 57.136672 61.069080 61.069080
## 41 42 43 44 45 46 47 48
## 61.069080 61.069080 61.069080 68.933898 72.866307 76.798715 76.798715 76.798715
## 49 50
## 76.798715 80.731124
predict(stop_dist_model)
## 1 2 3 4 5 6 7 8
## -1.849460 -1.849460 9.947766 9.947766 13.880175 17.812584 21.744993 21.744993
## 9 10 11 12 13 14 15 16
## 21.744993 25.677401 25.677401 29.609810 29.609810 29.609810 29.609810 33.542219
## 17 18 19 20 21 22 23 24
## 33.542219 33.542219 33.542219 37.474628 37.474628 37.474628 37.474628 41.407036
## 25 26 27 28 29 30 31 32
## 41.407036 41.407036 45.339445 45.339445 49.271854 49.271854 49.271854 53.204263
## 33 34 35 36 37 38 39 40
## 53.204263 53.204263 53.204263 57.136672 57.136672 57.136672 61.069080 61.069080
## 41 42 43 44 45 46 47 48
## 61.069080 61.069080 61.069080 68.933898 72.866307 76.798715 76.798715 76.798715
## 49 50
## 76.798715 80.731124
Note that then in this case, this is the same as using fitted().
fitted(stop_dist_model)
## 1 2 3 4 5 6 7 8
## -1.849460 -1.849460 9.947766 9.947766 13.880175 17.812584 21.744993 21.744993
## 9 10 11 12 13 14 15 16
## 21.744993 25.677401 25.677401 29.609810 29.609810 29.609810 29.609810 33.542219
## 17 18 19 20 21 22 23 24
## 33.542219 33.542219 33.542219 37.474628 37.474628 37.474628 37.474628 41.407036
## 25 26 27 28 29 30 31 32
## 41.407036 41.407036 45.339445 45.339445 49.271854 49.271854 49.271854 53.204263
## 33 34 35 36 37 38 39 40
## 53.204263 53.204263 53.204263 57.136672 57.136672 57.136672 61.069080 61.069080
## 41 42 43 44 45 46 47 48
## 61.069080 61.069080 61.069080 68.933898 72.866307 76.798715 76.798715 76.798715
## 49 50
## 76.798715 80.731124
𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖 + 𝜖𝑖
116 CHAPTER 7. SIMPLE LINEAR REGRESSION
where 𝜖𝑖 ∼ 𝑁 (0, 𝜎2 ).
Then we can find the mean and variance of each 𝑌𝑖 .
E[𝑌𝑖 ∣ 𝑋𝑖 = 𝑥𝑖 ] = 𝛽0 + 𝛽1 𝑥𝑖
and
Var[𝑌𝑖 ∣ 𝑋𝑖 = 𝑥𝑖 ] = 𝜎2 .
𝑌𝑖 ∣ 𝑋𝑖 ∼ 𝑁 (𝛽0 + 𝛽1 𝑥𝑖 , 𝜎2 )
1 1 𝑥−𝜇 2
𝑓𝑋 (𝑥; 𝜇, 𝜎2 ) = √ exp [− ( ) ].
2𝜋𝜎2 2 𝜎
2
1 1 𝑦 − (𝛽0 + 𝛽1 𝑥𝑖 )
𝑓𝑌𝑖 (𝑦𝑖 ; 𝑥𝑖 , 𝛽0 , 𝛽1 , 𝜎2 ) = √ exp [− ( 𝑖 ) ].
2𝜋𝜎2 2 𝜎
Given 𝑛 data points (𝑥𝑖 , 𝑦𝑖 ) we can write the likelihood, which is a function of
the three parameters 𝛽0 , 𝛽1 , and 𝜎2 . Since the data have been observed, we use
lower case 𝑦𝑖 to denote that these values are no longer random.
𝑛 2
1 1 𝑦 − 𝛽0 − 𝛽1 𝑥𝑖
𝐿(𝛽0 , 𝛽1 , 𝜎2 ) = ∏ √ exp [− ( 𝑖 ) ]
𝑖=1 2𝜋𝜎 2 2 𝜎
Our goal is to find values of 𝛽0 , 𝛽1 , and 𝜎2 which maximize this function, which
is a straightforward multivariate calculus problem.
We’ll start by doing a bit of rearranging to make our task easier.
𝑛
1 1 𝑛
𝐿(𝛽0 , 𝛽1 , 𝜎2 ) = ( √ ) exp [− ∑(𝑦 − 𝛽0 − 𝛽1 𝑥𝑖 )2 ]
2𝜋𝜎2 2𝜎2 𝑖=1 𝑖
Then, as is often the case when finding MLEs, for mathematical convenience we
will take the natural logarithm of the likelihood function since log is a monoton-
ically increasing function. Then we will proceed to maximize the log-likelihood,
and the resulting estimates will be the same as if we had not taken the log.
7.5. MAXIMUM LIKELIHOOD ESTIMATION (MLE) APPROACH 117
𝑛 𝑛 1 𝑛
log 𝐿(𝛽0 , 𝛽1 , 𝜎2 ) = − log(2𝜋) − log(𝜎2 ) − 2 ∑(𝑦𝑖 − 𝛽0 − 𝛽1 𝑥𝑖 )2
2 2 2𝜎 𝑖=1
Note that we use log to mean the natural logarithm. We now take a partial
derivative with respect to each of the parameters.
𝜕 log 𝐿(𝛽0 , 𝛽1 , 𝜎2 ) 1 𝑛
= 2 ∑(𝑦𝑖 − 𝛽0 − 𝛽1 𝑥𝑖 )
𝜕𝛽0 𝜎 𝑖=1
𝜕 log 𝐿(𝛽0 , 𝛽1 , 𝜎2 ) 1 𝑛
= 2 ∑(𝑥𝑖 )(𝑦𝑖 − 𝛽0 − 𝛽1 𝑥𝑖 )
𝜕𝛽1 𝜎 𝑖=1
𝑛
𝜕 log 𝐿(𝛽0 , 𝛽1 , 𝜎2 ) 𝑛 1
= − + ∑ (𝑦 − 𝛽0 − 𝛽1 𝑥𝑖 )2
𝜕𝜎2 2𝜎2 2(𝜎2 )2 𝑖=1 𝑖
We then set each of the partial derivatives equal to zero and solve the resulting
system of equations.
𝑛
∑(𝑦𝑖 − 𝛽0 − 𝛽1 𝑥𝑖 ) = 0
𝑖=1
𝑛
∑(𝑥𝑖 )(𝑦𝑖 − 𝛽0 − 𝛽1 𝑥𝑖 ) = 0
𝑖=1
𝑛
𝑛 1
− + ∑ (𝑦 − 𝛽0 − 𝛽1 𝑥𝑖 )2 = 0
2𝜎2 2(𝜎2 )2 𝑖=1 𝑖
You may notice that the first two equations also appear in the least squares
approach. Then, skipping the issue of actually checking if we have found a
maximum, we then arrive at our estimates. We call these estimates the maxi-
mum likelihood estimates.
𝑛 𝑛
𝑛 (∑𝑖=1 𝑥𝑖 )(∑𝑖=1 𝑦𝑖 )
∑𝑖=1 𝑥𝑖 𝑦𝑖 − 𝑆𝑥𝑦
𝛽1̂ = 𝑛
𝑛
𝑥 )2
=
𝑛 (∑
∑𝑖=1 𝑥2𝑖 − 𝑖=1𝑛 𝑖 𝑆𝑥𝑥
𝛽0̂ = 𝑦 ̄ − 𝛽1̂ 𝑥̄
1 𝑛
𝜎̂ 2 = ∑(𝑦 − 𝑦𝑖̂ )2
𝑛 𝑖=1 𝑖
Note that 𝛽0̂ and 𝛽1̂ are the same as the least squares estimates. However
we now have a new estimate of 𝜎2 , that is 𝜎̂ 2 . So we now have two different
estimates of 𝜎2 .
118 CHAPTER 7. SIMPLE LINEAR REGRESSION
𝑛 𝑛
1 1
𝑠2𝑒 = ∑(𝑦𝑖 − 𝑦𝑖̂ )2 = ∑ 𝑒2𝑖 Least Squares
𝑛 − 2 𝑖=1 𝑛 − 2 𝑖=1
1 𝑛 1 𝑛
𝜎̂ 2 = ∑(𝑦𝑖 − 𝑦𝑖̂ )2 = ∑ 𝑒2𝑖 MLE
𝑛 𝑖=1 𝑛 𝑖=1
In the next chapter, we will discuss in detail the difference between these two
estimates, which involves biasedness.
𝑌 = 5 − 2𝑥 + 𝜖.
𝑌 ∣ 𝑋 ∼ 𝑁 (𝜇 = 5 − 2𝑥, 𝜎2 = 9).
num_obs = 21
beta_0 = 5
beta_1 = -2
sigma = 3
set.seed(1)
epsilon = rnorm(n = num_obs, mean = 0, sd = sigma)
Now, since the 𝑥𝑖 values in SLR are considered fixed and known, we simply
specify 21 values. Another common practice is to generate them from a uniform
distribution, and then use them for the remainder of the analysis.
7.6. SIMULATING SLR 119
The data, (𝑥𝑖 , 𝑦𝑖 ), represent a possible sample from the true distribution. Now
to check how well the method of least squares works, we use lm() to fit the
model to our simulated data, then take a look at the estimated coefficients.
## (Intercept) x_vals
## 4.832639 -1.831401
And look at that, they aren’t too far from the true parameters we specified!
plot(y_vals ~ x_vals)
abline(sim_fit)
5
0
y_vals
-5
-10
-15
0 2 4 6 8 10
x_vals
120 CHAPTER 7. SIMPLE LINEAR REGRESSION
We should say here, that we’re being sort of lazy, and not the good kind of
lazy that could be considered efficient. Any time you simulate data, you should
consider doing two things: writing a function, and storing the data in a data
frame.
The function below, sim_slr(), can be used for the same task as above, but
is much more flexible. Notice that we provide x to the function, instead of
generating x inside the function. In the SLR model, the 𝑥𝑖 are considered known
values. That is, they are not random, so we do not assume a distribution for
the 𝑥𝑖 . Because of this, we will repeatedly use the same x values across all
simulations.
set.seed(1)
sim_data = sim_slr(x = x_vals, beta_0 = 5, beta_1 = -2, sigma = 3)
head(sim_data)
## predictor response
## 1 0.0 3.1206386
## 2 0.5 4.5509300
## 3 1.0 0.4931142
## 4 1.5 6.7858424
## 5 2.0 1.9885233
## 6 2.5 -2.4614052
Now when we fit the model with lm() we can use a data argument, a very good
practice.
## (Intercept) predictor
## 4.832639 -1.831401
7.7. HISTORY 121
And this time, we’ll make the plot look a lot nicer.
Estimate
Simulated Response Variable
Truth
0
-5
-10
-15
0 2 4 6 8 10
7.7 History
For some brief background on the history of linear regression, see “Galton,
Pearson, and the Peas: A Brief History of Linear Regression for Statistics In-
structors” from the Journal of Statistics Education as well as the Wikipedia
page on the history of regression analysis and lastly the article for regression
toward the mean which details the origins of the term “regression.”
122 CHAPTER 7. SIMPLE LINEAR REGRESSION
7.8 R Markdown
The R Markdown file for this chapter can be found here:
• slr.Rmd
“There are three types of lies: lies, damn lies, and statistics.”
— Benjamin Disraeli
𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖 + 𝜖𝑖
𝑛
𝑓(𝛽0 , 𝛽1 ) = ∑(𝑦𝑖 − (𝛽0 + 𝛽1 𝑥𝑖 ))2 .
𝑖=1
𝑛
𝑆𝑥𝑦 ∑ (𝑥𝑖 − 𝑥)(𝑦
̄ 𝑖 − 𝑦)̄
𝛽1̂ = = 𝑖=1 𝑛
𝑆𝑥𝑥 ∑𝑖=1 (𝑥𝑖 − 𝑥)̄ 2
𝛽0̂ = 𝑦 ̄ − 𝛽1̂ 𝑥.̄
123
124 CHAPTER 8. INFERENCE FOR SIMPLE LINEAR REGRESSION
𝑛
1
𝑠𝑒 = RSE = √ ∑ 𝑒2𝑖
𝑛 − 2 𝑖=1
##
## Call:
## lm(formula = dist ~ speed, data = cars)
##
## Residuals:
## Min 1Q Median 3Q Max
## -29.069 -9.525 -2.272 9.215 43.201
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -17.5791 6.7584 -2.601 0.0123 *
## speed 3.9324 0.4155 9.464 1.49e-12 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 15.38 on 48 degrees of freedom
## Multiple R-squared: 0.6511, Adjusted R-squared: 0.6438
## F-statistic: 89.57 on 1 and 48 DF, p-value: 1.49e-12
Last chapter, we only discussed the Estimate, Residual standard error, and
Multiple R-squared values. In this chapter, we will discuss all of the informa-
tion under Coefficients as well as F-statistic.
80
60
40
20
0
5 10 15 20 25
To get started, we’ll note that there is another equivalent expression for 𝑆𝑥𝑦
which we did not see last chapter,
𝑛 𝑛
𝑆𝑥𝑦 = ∑(𝑥𝑖 − 𝑥)(𝑦
̄ 𝑖 − 𝑦)̄ = ∑(𝑥𝑖 − 𝑥)𝑦
̄ 𝑖.
𝑖=1 𝑖=1
This may be a surprising equivalence. (Maybe try to prove it.) However, it will
be useful for illustrating concepts in this chapter.
Note that 𝛽1̂ is a sample statistic when calculated with observed data as
written above, as is 𝛽 ̂ . 0
However, in this chapter it will often be convenient to use both 𝛽1̂ and 𝛽0̂ as
random variables, that is, we have not yet observed the values for each 𝑌𝑖 .
When this is the case, we will use a slightly different notation, substituting in
capital 𝑌𝑖 for lower case 𝑦𝑖 .
𝑛
∑𝑖=1 (𝑥𝑖 − 𝑥)𝑌
̄ 𝑖
𝛽1̂ = 𝑛
∑𝑖=1 (𝑥𝑖 − 𝑥)̄ 2
𝛽0̂ = 𝑌 ̄ − 𝛽1̂ 𝑥̄
Linear
Recall, in the SLR setup that the 𝑥𝑖 values are considered fixed and known
quantities. Then a linear estimate is one which can be written as a linear
combination of the 𝑌𝑖 . In the case of 𝛽1̂ we see
𝑛 𝑛
∑𝑖=1 (𝑥𝑖 − 𝑥)𝑌
̄ 𝑖
𝛽1̂ = 𝑛 = ∑ 𝑘𝑖 𝑌𝑖 = 𝑘1 𝑌1 + 𝑘2 𝑌2 + ⋯ 𝑘𝑛 𝑌𝑛
∑𝑖=1 (𝑥𝑖 − 𝑥)̄ 2 𝑖=1
(𝑥𝑖 − 𝑥)̄
where 𝑘𝑖 = 𝑛 .
∑𝑖=1 (𝑥𝑖 − 𝑥)̄ 2
In a similar fashion, we could show that 𝛽0̂ can be written as a linear combination
of the 𝑌𝑖 . Thus both 𝛽0̂ and 𝛽1̂ are linear estimators.
Unbiased
Now that we know our estimates are linear, how good are these estimates? One
measure of the “goodness” of an estimate is its bias. Specifically, we prefer
estimates that are unbiased, meaning their expected value is the parameter
being estimated.
In the case of the regression estimates, we have,
E[𝛽0̂ ] = 𝛽0
E[𝛽 ̂ ] = 𝛽 .
1 1
This tells us that, when the conditions of the SLR model are met, on average
our estimates will be correct. However, as we saw last chapter when simulating
from the SLR model, that does not mean that each individual estimate will be
correct. Only that, if we repeated the process an infinite number of times, on
average the estimate would be correct.
8.2. SAMPLING DISTRIBUTIONS 127
Best
̂
𝜃𝐵𝐴𝐷 = 5.
̂
Then, since 𝜃𝐵𝐴𝐷 is a constant value,
̂
Var[𝜃𝐵𝐴𝐷 ] = 0.
However since,
̂
E[𝜃𝐵𝐴𝐷 ]=5
1 𝑥2̄
Var[𝛽0̂ ] = 𝜎2 ( + )
𝑛 𝑆𝑥𝑥
𝜎2
Var[𝛽1̂ ] = .
𝑆𝑥𝑥
These quantify the variability of the estimates due to random chance during
sampling. Are these “the best”? Are these variances as small as we can possibly
get? You’ll just have to take our word for it that they are because showing that
this is true is beyond the scope of this course.
Now that we have “redefined” the estimates for 𝛽0̂ and 𝛽1̂ as random variables,
we can discuss their sampling distribution, which is the distribution when a
statistic is considered a random variable.
Since both 𝛽0̂ and 𝛽1̂ are a linear combination of the 𝑌𝑖 and each 𝑌𝑖 is normally
distributed, then both 𝛽0̂ and 𝛽1̂ also follow a normal distribution.
128 CHAPTER 8. INFERENCE FOR SIMPLE LINEAR REGRESSION
Then, putting all of the above together, we arrive at the distributions of 𝛽0̂ and
𝛽1̂ .
For 𝛽1̂ we say,
𝑛
𝑆𝑥𝑦 ∑ (𝑥𝑖 − 𝑥)𝑌 ̄ 𝑖 𝜎2
𝛽1̂ = = 𝑖=1
𝑛 ∼ 𝑁 (𝛽1 , 𝑛 ).
𝑆𝑥𝑥 ∑𝑖=1 (𝑥𝑖 − 𝑥)̄2 ∑𝑖=1 (𝑥𝑖 − 𝑥)̄ 2
Or more succinctly,
𝜎2
𝛽1̂ ∼ 𝑁 (𝛽1 , ).
𝑆𝑥𝑥
𝑛
𝜎2 ∑𝑖=1 𝑥2𝑖
𝛽0̂ = 𝑌 ̄ − 𝛽1̂ 𝑥̄ ∼ 𝑁 (𝛽0 , 𝑛 ).
𝑛 ∑𝑖=1 (𝑥𝑖 − 𝑥)̄ 2
Or more succinctly,
1 𝑥2̄
𝛽0̂ ∼ 𝑁 (𝛽0 , 𝜎2 ( + ))
𝑛 𝑆𝑥𝑥
To verify the above results, we will simulate samples of size 𝑛 = 100 from the
model
𝑌 𝑖 = 𝛽 0 + 𝛽 1 𝑥𝑖 + 𝜖 𝑖
• 𝛽0 = 3
8.2. SAMPLING DISTRIBUTIONS 129
• 𝛽1 = 6
• 𝜎2 = 4
𝜎2
𝛽1̂ ∼ 𝑁 (𝛽1 , )
𝑆𝑥𝑥
and
1 𝑥2̄
𝛽0̂ ∼ 𝑁 (𝛽0 , 𝜎2 ( + )) .
𝑛 𝑆𝑥𝑥
First we need to decide ahead of time what our 𝑥 values will be for this sim-
ulation, since the 𝑥 values in SLR are also considered known quantities. The
choice of 𝑥 values is arbitrary. Here we also set a seed for randomization, and
calculate 𝑆𝑥𝑥 which we will need going forward.
set.seed(42)
sample_size = 100 # this is n
x = seq(-1, 1, length = sample_size)
Sxx = sum((x - mean(x)) ^ 2)
beta_0 = 3
beta_1 = 6
sigma = 2
## [1] 0.1176238
## [1] 0.04
and
130 CHAPTER 8. INFERENCE FOR SIMPLE LINEAR REGRESSION
That is,
E[𝛽1̂ ] = 6
Var[𝛽 ̂ ] = 0.1176238
1
and
E[𝛽0̂ ] = 3
Var[𝛽 ̂ ] = 0.04.
0
We now simulate data from this model 10,000 times. Note this may not be the
most R way of doing the simulation. We perform the simulation in this manner
in an attempt at clarity. For example, we could have used the sim_slr()
function from the previous chapter. We also simply store variables in the global
environment instead of creating a data frame for each new simulated dataset.
num_samples = 10000
beta_0_hats = rep(0, num_samples)
beta_1_hats = rep(0, num_samples)
for (i in 1:num_samples) {
eps = rnorm(sample_size, mean = 0, sd = sigma)
y = beta_0 + beta_1 * x + eps
sim_model = lm(y ~ x)
beta_0_hats[i] = coef(sim_model)[1]
beta_1_hats[i] = coef(sim_model)[2]
}
Each time we simulated the data, we obtained values of the estimated coeffi-
cients. The variables beta_0_hats and beta_1_hats now store 10,000 simu-
lated values of 𝛽0̂ and 𝛽1̂ respectively.
We first verify the distribution of 𝛽1̂ .
## [1] 6.001998
8.2. SAMPLING DISTRIBUTIONS 131
## [1] 6
## [1] 0.11899
## [1] 0.1176238
We see that the empirical and true means and variances are very similar. We also
verify that the empirical distribution is normal. To do so, we plot a histogram
of the beta_1_hats, and add the curve for the true distribution of 𝛽1̂ . We use
prob = TRUE to put the histogram on the same scale as the normal curve.
0.6
0.4
0.2
0.0
## [1] 3.001147
## [1] 3
## [1] 0.04017924
## [1] 0.04
1.0
0.5
0.0
par(mar = c(5, 5, 1, 1)) # adjusted plot margins, otherwise the "hat" does not display
plot(cumsum(beta_1_hats) / (1:length(beta_1_hats)), type = "l", ylim = c(5.95, 6.05),
xlab = "Number of Simulations",
ylab = expression("Empirical Mean of " ~ hat(beta)[1]),
col = "dodgerblue")
abline(h = 6, col = "darkorange", lwd = 2)
6.04
1
6.02
Empirical Mean of β
^
6.00
5.98
5.96
Number of Simulations
par(mar = c(5, 5, 1, 1)) # adjusted plot margins, otherwise the "hat" does not display
plot(cumsum(beta_0_hats) / (1:length(beta_0_hats)), type = "l", ylim = c(2.95, 3.05),
xlab = "Number of Simulations",
ylab = expression("Empirical Mean of " ~ hat(beta)[0]),
col = "dodgerblue")
abline(h = 3, col = "darkorange", lwd = 2)
134 CHAPTER 8. INFERENCE FOR SIMPLE LINEAR REGRESSION
3.04
0
3.02
Empirical Mean of β
^
3.00
2.98
2.96
Number of Simulations
1 𝑥2̄
𝛽0̂ ∼ 𝑁 (𝛽0 , 𝜎2 ( + ))
𝑛 𝑆𝑥𝑥
𝜎2
𝛽1̂ ∼ 𝑁 (𝛽1 , ).
𝑆𝑥𝑥
𝛽0̂ − 𝛽0
∼ 𝑁 (0, 1)
SD[𝛽 ̂ ]
0
and
𝛽1̂ − 𝛽1
∼ 𝑁 (0, 1)
SD[𝛽 ̂ ]
1
where
8.3. STANDARD ERRORS 135
1 𝑥2̄
SD[𝛽0̂ ] = 𝜎√ +
𝑛 𝑆𝑥𝑥
and
𝜎
SD[𝛽1̂ ] = .
√𝑆𝑥𝑥
1 𝑥2̄
SE[𝛽0̂ ] = 𝑠𝑒 √ +
𝑛 𝑆𝑥𝑥
𝑠𝑒
SE[𝛽1̂ ] =
√𝑆𝑥𝑥
𝛽0̂ − 𝛽0
∼ 𝑡𝑛−2
SE[𝛽 ̂ ]
0
𝛽1̂ − 𝛽1
∼ 𝑡𝑛−2
SE[𝛽 ̂ ]
1
RSS (𝑛 − 2)𝑠2𝑒
= ∼ 𝜒2𝑛−2 .
𝜎2 𝜎2
𝑍
𝑇 = 2
√ 𝜒𝑑
𝑑
We write,
𝑇 ∼ 𝑡𝑑
𝛽1̂ − 𝛽1 𝛽 ̂ − 𝛽1
= 1
SE[𝛽1̂ ] 𝑠𝑒 /√𝑆𝑥𝑥
𝛽 ̂ − 𝛽1 𝜎/√𝑆𝑥𝑥
= 1 ⋅
𝑠𝑒 /√𝑆𝑥𝑥 𝜎/√𝑆𝑥𝑥
𝛽 ̂ − 𝛽1 𝜎/√𝑆𝑥𝑥
= 1 ⋅
𝜎/√𝑆𝑥𝑥 𝑠𝑒 /√𝑆𝑥𝑥
𝛽 ̂ − 𝛽1 √ 𝑠2𝑒
= 1 /
𝜎/√𝑆𝑥𝑥 𝜎2
(𝑛−2)𝑠2
𝛽 ̂ − 𝛽1 √ 𝜎 2 𝑒 𝑍
= 1 / ∼ ∼ 𝑡𝑛−2
̂
SD[𝛽1 ] 𝑛−2 2
√ 𝜒𝑛−2
𝑛−2
# add legend
legend("topright", title = "Distributions",
8.4. CONFIDENCE INTERVALS FOR SLOPE AND INTERCEPT 137
Normal vs t Distributions
0.4
Distributions
t, df = 1
t, df = 10
0.3
Standard Normal
Density
0.2
0.1
0.0
-4 -2 0 2 4
Recall that confidence intervals for means often take the form:
EST ± CRIT ⋅ SE
or
EST ± MARGIN
where EST is an estimate for the parameter of interest, SE is the standard error
of the estimate, and MARGIN = CRIT ⋅ SE.
Then, for 𝛽0 and 𝛽1 we can create confidence intervals using
1 𝑥2̄
𝛽0̂ ± 𝑡𝛼/2,𝑛−2 ⋅ SE[𝛽0̂ ] 𝛽0̂ ± 𝑡𝛼/2,𝑛−2 ⋅ 𝑠𝑒 √ +
𝑛 𝑆𝑥𝑥
138 CHAPTER 8. INFERENCE FOR SIMPLE LINEAR REGRESSION
and
𝑠𝑒
𝛽1̂ ± 𝑡𝛼/2,𝑛−2 ⋅ SE[𝛽1̂ ] 𝛽1̂ ± 𝑡𝛼/2,𝑛−2 ⋅
√𝑆𝑥𝑥
where 𝑡𝛼/2,𝑛−2 is the critical value such that 𝑃 (𝑡𝑛−2 > 𝑡𝛼/2,𝑛−2 ) = 𝛼/2.
Recall that a test statistic (TS) for testing means often takes the form:
EST − HYP
TS =
SE
where EST is an estimate for the parameter of interest, HYP is a hypothesized
value of the parameter, and SE is the standard error of the estimate.
So, to test
𝐻0 ∶ 𝛽0 = 𝛽00 vs 𝐻1 ∶ 𝛽0 ≠ 𝛽00
𝑥𝑥
𝐻0 ∶ 𝛽1 = 𝛽10 vs 𝐻1 ∶ 𝛽1 ≠ 𝛽10
##
## Call:
## lm(formula = dist ~ speed, data = cars)
##
## Residuals:
## Min 1Q Median 3Q Max
## -29.069 -9.525 -2.272 9.215 43.201
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -17.5791 6.7584 -2.601 0.0123 *
## speed 3.9324 0.4155 9.464 1.49e-12 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 15.38 on 48 degrees of freedom
## Multiple R-squared: 0.6511, Adjusted R-squared: 0.6438
## F-statistic: 89.57 on 1 and 48 DF, p-value: 1.49e-12
8.6.1 Tests in R
We will now discuss the results displayed called Coefficients. First recall that
we can extract this information directly.
names(summary(stop_dist_model))
summary(stop_dist_model)$coefficients
The names() function tells us what information is available, and then we use
the $ operator and coefficients to extract the information we are interested
in. Two values here should be immediately familiar.
𝛽0̂ = −17.5790949
and
𝛽1̂ = 3.9324088
summary(stop_dist_model)$coefficients[2,]
𝛽1̂ = 3.9324088.
𝑠𝑒
SE[𝛽1̂ ] = = 0.4155128.
√𝑆𝑥𝑥
The third value, t value, is the value of the test statistic for testing 𝐻0 ∶ 𝛽1 = 0
vs 𝐻1 ∶ 𝛽1 ≠ 0,
𝛽1̂ − 0 𝛽1̂ − 0
𝑡= = = 9.46399.
SE[𝛽1̂ ] 𝑠𝑒 /√𝑆𝑥𝑥
summary(stop_dist_model)$coefficients[1,]
stop_dist_model_test_info = summary(stop_dist_model)$coefficients
We can then verify some equivalent expressions: the 𝑡 test statistic for 𝛽1̂ and
the two-sided p-value associated with that test statistic.
(beta_1_hat - 0) / beta_1_hat_se
## [1] 9.46399
beta_1_hat_t
## [1] 9.46399
## [1] 1.489836e-12
beta_1_hat_pval
## [1] 1.489836e-12
142 CHAPTER 8. INFERENCE FOR SIMPLE LINEAR REGRESSION
𝐻0 ∶ 𝛽 1 = 0 vs 𝐻1 ∶ 𝛽1 ≠ 0
is used most often. Let’s think about this test in terms of the simple linear
regression model,
𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖 + 𝜖𝑖 .
If we assume the null hypothesis is true, then 𝛽1 = 0 and we have the model,
𝑌𝑖 = 𝛽0 + 𝜖𝑖 .
In this model, the response does not depend on the predictor. So then we could
think of this test in the following way,
With this extremely low p-value, we would reject the null hypothesis at any rea-
sonable 𝛼 level, say for example 𝛼 = 0.01. So we say there is a significant linear
relationship between speed and stopping distance. Notice that we emphasize
linear.
8.6. CARS EXAMPLE 143
9
8
7
y
6
5
4
Using R we can very easily obtain the confidence intervals for 𝛽0 and 𝛽1 .
## 0.5 % 99.5 %
## (Intercept) -35.706610 0.5484205
## speed 2.817919 5.0468988
This automatically calculates 99% confidence intervals for both 𝛽0 and 𝛽1 , the
first row for 𝛽0 , the second row for 𝛽1 .
For the cars example when interpreting these intervals, we say, we are 99%
confident that for an increase in speed of 1 mile per hour, the average increase in
144 CHAPTER 8. INFERENCE FOR SIMPLE LINEAR REGRESSION
stopping distance is between 2.8179187 and 5.0468988 feet, which is the interval
for 𝛽1 .
Note that this 99% confidence interval does not contain the hypothesized value
of 0. Since it does not contain 0, it is equivalent to rejecting the test of 𝐻0 ∶
𝛽1 = 0 vs 𝐻1 ∶ 𝛽1 ≠ 0 at 𝛼 = 0.01, which we had seen previously.
Note, we can extract specific values from this output a number of ways. This
code is not run, and instead, you should check how it relates to the output of
the code above.
We can also verify that calculations that R is performing for the 𝛽1 interval.
# store estimate
beta_1_hat = coef(stop_dist_model)[2]
## speed speed
## 2.817919 5.046899
8.7. CONFIDENCE INTERVAL FOR MEAN RESPONSE 145
𝑦(𝑥)
̂ = 𝛽0̂ + 𝛽1̂ 𝑥
Recall that,
E[𝑌 ∣ 𝑋 = 𝑥] = 𝛽0 + 𝛽1 𝑥.
Thus, 𝑦(𝑥)
̂ is a good estimate since it is unbiased:
E[𝑦(𝑥)]
̂ = 𝛽0 + 𝛽1 𝑥.
1 (𝑥 − 𝑥)̄ 2
Var[𝑦(𝑥)]
̂ = 𝜎2 ( + ).
𝑛 𝑆𝑥𝑥
1 (𝑥 − 𝑥)̄ 2
𝑦(𝑥)
̂ ∼ 𝑁 (𝛽0 + 𝛽1 𝑥, 𝜎2 ( + ))
𝑛 𝑆𝑥𝑥
And lastly, since we need to estimate this variance, we arrive at the standard
error of our estimate,
1 (𝑥 − 𝑥)̄ 2
SE[𝑦(𝑥)]
̂ = 𝑠𝑒 √ + .
𝑛 𝑆𝑥𝑥
We can then use this to find the confidence interval for the mean response,
1 (𝑥 − 𝑥)̄ 2
𝑦(𝑥)
̂ ± 𝑡𝛼/2,𝑛−2 ⋅ 𝑠𝑒 √ +
𝑛 𝑆𝑥𝑥
146 CHAPTER 8. INFERENCE FOR SIMPLE LINEAR REGRESSION
To find confidence intervals for the mean response using R, we use the predict()
function. We give the function our fitted model as well as new data, stored as
a data frame. (This is important, so that R knows the name of the predictor
variable.) Here, we are finding the confidence interval for the mean stopping
distance when a car is travelling 5 miles per hour and when a car is travelling
21 miles per hour.
Var[𝑦(𝑥)
̂ + 𝜖] = Var[𝑦(𝑥)]
̂ + Var[𝜖]
1 (𝑥 − 𝑥)̄ 2
= 𝜎2 ( + ) + 𝜎2
𝑛 𝑆𝑥𝑥
1 (𝑥 − 𝑥)̄ 2
= 𝜎2 (1 + + )
𝑛 𝑆𝑥𝑥
1 (𝑥 − 𝑥)̄ 2
𝑦(𝑥)
̂ + 𝜖 ∼ 𝑁 (𝛽0 + 𝛽1 𝑥, 𝜎2 (1 + + ))
𝑛 𝑆𝑥𝑥
1 (𝑥 − 𝑥)̄ 2
SE[𝑦(𝑥)
̂ + 𝜖] = 𝑠𝑒 √1 + +
𝑛 𝑆𝑥𝑥
1 (𝑥 − 𝑥)̄ 2
𝑦(𝑥)
̂ ± 𝑡𝛼/2,𝑛−2 ⋅ 𝑠𝑒 √1 + + .
𝑛 𝑆𝑥𝑥
To calculate this for a set of points in R notice there is only a minor change in
syntax from finding a confidence interval for the mean response.
Also notice that these two intervals are wider than the corresponding confidence
intervals for the mean response.
50
+
0
-50
5 10 15 20 25
• We use the ylim argument to stretch the 𝑦-axis of the plot, since the bands
extend further than the points.
• We add a point at the point (𝑥,̄ 𝑦).
̄
– This is a point that the regression line will always pass through.
(Think about why.)
– This is the point where both the confidence and prediction bands are
the narrowest. Look at the standard errors of both to understand
why.
• The prediction bands (dotted blue) are less curved than the confidence
bands (dashed blue). This is a result of the extra factor of 𝜎2 added to
the variance at any value of 𝑥.
8.10. SIGNIFICANCE OF REGRESSION, F-TEST 149
𝑛 𝑛 𝑛
∑(𝑦𝑖 − 𝑦)̄ 2 = ∑(𝑦𝑖 − 𝑦𝑖̂ )2 + ∑(𝑦𝑖̂ − 𝑦)̄ 2 ,
𝑖=1 𝑖=1 𝑖=1
or, in short,
Degrees of Mean
Source Sum of Squares Freedom Square 𝐹
𝑛 2
Regression ∑𝑖=1 (𝑦𝑖̂− 𝑦)̄ 1 SSReg/1 MSReg/MSE
𝑛
Error ∑𝑖=1 (𝑦𝑖 − 𝑦𝑖̂ )2 𝑛−2 SSE/(𝑛 − 2)
𝑛
Total ∑𝑖=1 (𝑦𝑖 − 𝑦)̄ 2 𝑛−1
𝑛
∑𝑖=1 (𝑦𝑖̂ − 𝑦)̄ 2 /1
𝐹 = 𝑛 ∼ 𝐹1,𝑛−2
∑𝑖=1 (𝑦𝑖 − 𝑦𝑖̂ )2 /(𝑛 − 2)
𝐻0 ∶ 𝛽 1 = 0 𝑌 𝑖 = 𝛽 0 + 𝜖𝑖
𝐻1 ∶ 𝛽 1 ≠ 0 𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖 + 𝜖𝑖
150 CHAPTER 8. INFERENCE FOR SIMPLE LINEAR REGRESSION
𝑛
∑𝑖=1 (𝑦𝑖̂ − 𝑦)̄ 2 /1
𝐹 = 𝑛
∑𝑖=1 (𝑦𝑖 − 𝑦𝑖̂ )2 /(𝑛 − 2)
In particular, we will reject the null when the 𝐹 statistic is large, that is, when
there is a low probability that the observations could have come from the null
model by chance. We will let R calculate the p-value for us.
To perform the 𝐹 test in R you can look at the last row of the output from
summary() called F-statistic which gives the value of the test statistic, the
relevant degrees of freedom, as well as the p-value of the test.
summary(stop_dist_model)
##
## Call:
## lm(formula = dist ~ speed, data = cars)
##
## Residuals:
## Min 1Q Median 3Q Max
## -29.069 -9.525 -2.272 9.215 43.201
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -17.5791 6.7584 -2.601 0.0123 *
## speed 3.9324 0.4155 9.464 1.49e-12 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 15.38 on 48 degrees of freedom
## Multiple R-squared: 0.6511, Adjusted R-squared: 0.6438
## F-statistic: 89.57 on 1 and 48 DF, p-value: 1.49e-12
Additionally, you can use the anova() function to display the information in an
ANOVA table.
anova(stop_dist_model)
This also gives a p-value for the test. You should notice that the p-value from
the 𝑡 test was the same. You might also notice that the value of the test statistic
for the 𝑡 test, 9.46399, can be squared to obtain the value of the 𝐹 statistic,
89.5671065.
Note that there is another equivalent way to do this in R, which we will return
to often to compare two models.
8.11 R Markdown
The R Markdown file for this chapter can be found here:
• slr-inf.Rmd
• Construct and interpret linear regression models with more than one pre-
dictor.
• Understand how regression models are derived using matrices.
• Create interval estimates and perform hypothesis tests for multiple regres-
sion parameters.
• Formulate and interpret interval estimates for the mean response under
various conditions.
• Compare nested models using an ANOVA F-Test.
The last two chapters we saw how to fit a model that assumed a linear relation-
ship between a response variable and a single predictor variable. Specifically,
we defined the simple linear regression model,
𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖 + 𝜖𝑖
where 𝜖𝑖 ∼ 𝑁 (0, 𝜎2 ).
However, it is rarely the case that a dataset will have a single predictor variable.
It is also rarely the case that a response variable will only depend on a single
variable. So in this chapter, we will extend our current linear model to allow a
response to depend on multiple predictors.
153
154 CHAPTER 9. MULTIPLE LINEAR REGRESSION
We will once again discuss a dataset with information about cars. This dataset,
which can be found at the UCI Machine Learning Repository contains a response
variable mpg which stores the city fuel efficiency of cars, as well as several pre-
dictor variables for the attributes of the vehicles. We load the data, and perform
some basic tidying before moving on to analysis.
For now we will focus on using two variables, wt and year, as predictor variables.
That is, we would like to model the fuel efficiency (mpg) of a car as a function
of its weight (wt) and model year (year). To do so, we will define the following
linear model,
𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖1 + 𝛽2 𝑥𝑖2 + 𝜖𝑖 , 𝑖 = 1, 2, … , 𝑛
The picture below will visualize what we would like to accomplish. The data
points (𝑥𝑖1 , 𝑥𝑖2 , 𝑦𝑖 ) now exist in 3-dimensional space, so instead of fitting a line
to the data, we will fit a plane. (We’ll soon move to higher dimensions, so this
will be the last example that is easy to visualize and think about this way.)
40
30
40
30 20
82
mp
20
80
g
10 78
0 76 10
r
yea
2000
74
3000
wt 4000 72
500070 0
How do we find such a plane? Well, we would like a plane that is as close as
possible to the data points. That is, we would like it to minimize the errors it
is making. How will we define these errors? Squared distance of course! So, we
would like to minimize
𝑛
𝑓(𝛽0 , 𝛽1 , 𝛽2 ) = ∑(𝑦𝑖 − (𝛽0 + 𝛽1 𝑥𝑖1 + 𝛽2 𝑥𝑖2 ))2
𝑖=1
156 CHAPTER 9. MULTIPLE LINEAR REGRESSION
𝜕𝑓
=0
𝜕𝛽0
𝜕𝑓
=0
𝜕𝛽1
𝜕𝑓
=0
𝜕𝛽2
After doing so, we will once again obtain the normal equations.
𝑛 𝑛 𝑛
𝑛𝛽0 + 𝛽1 ∑ 𝑥𝑖1 + 𝛽2 ∑ 𝑥𝑖2 = ∑ 𝑦𝑖
𝑖=1 𝑖=1 𝑖=1
𝑛 𝑛 𝑛 𝑛
𝛽0 ∑ 𝑥𝑖1 + 𝛽1 ∑ 𝑥2𝑖1 + 𝛽2 ∑ 𝑥𝑖1 𝑥𝑖2 = ∑ 𝑥𝑖1 𝑦𝑖
𝑖=1 𝑖=1 𝑖=1 𝑖=1
𝑛 𝑛 𝑛 𝑛
𝛽0 ∑ 𝑥𝑖2 + 𝛽1 ∑ 𝑥𝑖1 𝑥𝑖2 + 𝛽2 ∑ 𝑥2𝑖2 = ∑ 𝑥𝑖2 𝑦𝑖
𝑖=1 𝑖=1 𝑖=1 𝑖=1
We now have three equations and three variables, which we could solve, or we
could simply let R solve for us.
## (Intercept) wt year
## -14.637641945 -0.006634876 0.761401955
Here we have once again fit our model using lm(), however we have introduced
a new syntactical element. The formula mpg ~ wt + year now reads: “model
the response variable mpg as a linear function of wt and year.” That is, it will
estimate an intercept, as well as slope coefficients for wt and year. We then
extract these as we have done before using coef().
In the multiple linear regression setting, some of the interpretations of the co-
efficients change slightly.
9.1. MATRIX APPROACH TO REGRESSION 157
Here, 𝛽0̂ = −14.6376419 is our estimate for 𝛽0 , the mean miles per gallon for
a car that weighs 0 pounds and was built in 1900. We see our estimate here is
negative, which is a physical impossibility. However, this isn’t unexpected, as
we shouldn’t expect our model to be accurate for cars from 1900 which weigh 0
pounds. (Because they never existed!) This isn’t much of a change from SLR.
That is, 𝛽0 is still simply the mean when all of the predictors are 0.
The interpretation of the coefficients in front of our predictors is slightly different
than before. For example 𝛽1̂ = −0.0066349 is our estimate for 𝛽1 , the average
change in miles per gallon for an increase in weight (𝑥1 ) of one-pound for a
car of a certain model year, that is, for a fixed value of 𝑥2 . Note that this
coefficient is actually the same for any given value of 𝑥2 . Later, we will look at
models that allow for a different change in mean response for different values
of 𝑥2 . Also note that this estimate is negative, which we would expect since, in
general, fuel efficiency decreases for larger vehicles. Recall that in the multiple
linear regression setting, this interpretation is dependent on a fixed value for
𝑥2 , that is, “for a car of a certain model year.” It is possible that the indirect
relationship between fuel efficiency and weight does not hold when an additional
factor, say year, is included, and thus we could have the sign of our coefficient
flipped.
Lastly, 𝛽2̂ = 0.761402 is our estimate for 𝛽2 , the average change in miles per
gallon for a one-year increase in model year (𝑥2 ) for a car of a certain weight, that
is, for a fixed value of 𝑥1 . It is not surprising that the estimate is positive. We
expect that as time passes and the years march on, technology would improve
so that a car of a specific weight would get better mileage now as compared to
their predecessors. And yet, the coefficient could have been negative because
we are also including weight as variable, and not strictly as a fixed value.
In our above example we used two predictor variables, but it will only take a
little more work to allow for an arbitrary number of predictor variables and
derive their coefficient estimates. We can consider the model,
If we were to stack together the 𝑛 linear equations that represent each 𝑌𝑖 into
a column vector, we get the following.
𝛽
𝑌1 1 𝑥11 𝑥12 ⋯ 𝑥1(𝑝−1) ⎡ 0 ⎤ 𝜖1
⎡ 𝑌 ⎤ ⎡1 𝑥 ⎤ 𝛽
21 𝑥22 ⋯ 𝑥2(𝑝−1) ⎢ 1 ⎥ ⎡ 𝜖2 ⎤
⎢ 2⎥ = ⎢ ⎥ 𝛽2 ⎥ + ⎢ ⎥
⎢ ⋮ ⎥ ⎢⋮ ⋮ ⋮ ⋮ ⎥⎢ ⎢ ⋮ ⎥
⎢⋮⎥
𝑌
⎣ 𝑛⎦ ⎣ 1 𝑥 𝑛1 𝑥𝑛2 ⋯ 𝑥𝑛(𝑝−1) ⎦ ⎣𝜖𝑛 ⎦
⎣𝛽𝑝−1 ⎦
𝑌 = 𝑋𝛽 + 𝜖
𝛽0
𝑌1 1 𝑥11 𝑥12 ⋯ 𝑥1(𝑝−1) ⎡ 𝛽 ⎤ 𝜖1
⎡𝑌 ⎤ ⎡1 𝑥 𝑥22 ⋯ 𝑥2(𝑝−1) ⎤ ⎢ 1 ⎥ ⎡𝜖 ⎤
21
𝑌 = ⎢ 2⎥ , 𝑋=⎢ ⎥, 𝛽 = ⎢ 𝛽2 ⎥ , 𝜖 = ⎢ 2⎥
⎢ ⋮ ⎥ ⎢⋮ ⋮ ⋮ ⋮ ⎥ ⎢⋮⎥
⎢ ⋮ ⎥
⎣𝑌𝑛 ⎦ ⎣1 𝑥𝑛1 𝑥𝑛2 ⋯ 𝑥𝑛(𝑝−1) ⎦ ⎣𝜖𝑛 ⎦
⎣𝛽𝑝−1 ⎦
𝑦1
⎡𝑦 ⎤
𝑦 = ⎢ 2⎥
⎢ ⋮ ⎥
⎣𝑦𝑛 ⎦
𝑛
𝑓(𝛽0 , 𝛽1 , 𝛽2 , ⋯ , 𝛽𝑝−1 ) = ∑(𝑦𝑖 − (𝛽0 + 𝛽1 𝑥𝑖1 + 𝛽2 𝑥𝑖2 + ⋯ + 𝛽𝑝−1 𝑥𝑖(𝑝−1) ))2 ,
𝑖=1
which would require taking 𝑝 derivatives, which result in the following normal
equations.
𝑛 𝑛 𝑛 𝑛
𝑛 ∑𝑖=1 𝑥𝑖1 ∑𝑖=1 𝑥𝑖2 ⋯ ∑𝑖=1 𝑥𝑖(𝑝−1) 𝛽0 ∑𝑖=1 𝑦𝑖
⎡ 𝑛
∑𝑖=1 𝑥𝑖1
𝑛
∑𝑖=1 𝑥2𝑖1
𝑛
∑𝑖=1 𝑥𝑖1 𝑥𝑖2 ⋯ ∑𝑖=1 𝑥𝑖1 𝑥𝑖(𝑝−1) ⎤
𝑛 ⎡ 𝛽 ⎤ ⎡ ∑𝑛 𝑥 𝑦 ⎤
⎢ ⎥⎢ 1 ⎥ = ⎢ 𝑖=1 𝑖1 𝑖 ⎥
⎢ ⋮ ⋮ ⋮ ⋮ ⎥⎢ ⋮ ⎥ ⎢ ⋮ ⎥
𝑛 𝑛 𝑛 𝑛 𝑛
⎣∑𝑖=1 𝑥𝑖(𝑝−1) ∑𝑖=1 𝑥𝑖(𝑝−1) 𝑥𝑖1 ∑𝑖=1 𝑥𝑖(𝑝−1) 𝑥𝑖2 ⋯ ∑𝑖=1 𝑥2𝑖(𝑝−1) ⎦ ⎣𝛽𝑝−1 ⎦ ⎣∑𝑖=1 𝑥𝑖(𝑝−1) 𝑦𝑖 ⎦
The normal equations can be written much more succinctly in matrix notation,
𝑋 ⊤ 𝑋𝛽 = 𝑋 ⊤ 𝑦.
9.1. MATRIX APPROACH TO REGRESSION 159
We can then solve this expression by multiplying both sides by the inverse of
𝑋 ⊤ 𝑋, which exists, provided the columns of 𝑋 are linearly independent. Then
as always, we denote our solution with a hat.
−1
𝛽 ̂ = (𝑋 ⊤ 𝑋) 𝑋⊤𝑦
To verify that this is what R has done for us in the case of two predictors, we
create an 𝑋 matrix. Note that the first column is all 1s, and the remaining
columns contain the data.
n = nrow(autompg)
p = length(coef(mpg_model))
X = cbind(rep(1, n), autompg$wt, autompg$year)
y = autompg$mpg
## [,1]
## [1,] -14.637641945
## [2,] -0.006634876
## [3,] 0.761401955
coef(mpg_model)
## (Intercept) wt year
## -14.637641945 -0.006634876 0.761401955
−14.6376419
𝛽̂ = ⎡ ⎤
⎢ −0.0066349 ⎥
⎣ 0.761402 ⎦
𝑦 ̂ = 𝑋 𝛽.̂
𝑦1̂
⎡𝑦 ̂ ⎤
𝑦̂ = ⎢ 2⎥
⎢ ⋮ ⎥
⎣𝑦𝑛̂ ⎦
𝑒1 𝑦1 𝑦1̂
⎡𝑒 ⎤ ⎡𝑦 ⎤ ⎡𝑦 ̂ ⎤
𝑒 = ⎢ 2⎥ = ⎢ 2⎥ − ⎢ 2⎥ .
⎢⋮⎥ ⎢ ⋮ ⎥ ⎢ ⋮ ⎥
⎣𝑒𝑛 ⎦ ⎣𝑦𝑛 ⎦ ⎣𝑦𝑛̂ ⎦
𝑛
∑𝑖=1 (𝑦𝑖 − 𝑦𝑖̂ )2 𝑒⊤ 𝑒
𝑠2𝑒 = =
𝑛−𝑝 𝑛−𝑝
E[𝑠2𝑒 ] = 𝜎2
Note that the change from the SLR estimate to now is in the denominator.
Specifically we now divide by 𝑛 − 𝑝 instead of 𝑛 − 2. Or actually, we should note
that in the case of SLR, there are two 𝛽 parameters and thus 𝑝 = 2.
Also note that if we fit the model 𝑌𝑖 = 𝛽 + 𝜖𝑖 that 𝑦 ̂ = 𝑦 ̄ and 𝑝 = 1 and 𝑠2𝑒 would
become
𝑛
∑𝑖=1 (𝑦𝑖 − 𝑦)̄ 2
𝑠2𝑒 =
𝑛−1
which is likely the very first sample variance you saw in a mathematical statistics
class. The same reason for 𝑛−1 in this case, that we estimated one parameter, so
we lose one degree of freedom. Now, in general, we are estimating 𝑝 parameters,
the 𝛽 parameters, so we lose 𝑝 degrees of freedom.
Also, recall that most often we will be interested in 𝑠𝑒 , the residual standard
error as R calls it,
𝑛
∑𝑖=1 (𝑦𝑖 − 𝑦𝑖̂ )2
𝑠𝑒 = √ .
𝑛−𝑝
summary(mpg_model)$sigma
## [1] 3.431367
And we can now verify that our math above is indeed calculating the same
quantities.
9.2. SAMPLING DISTRIBUTION 161
## [,1]
## [1,] 3.431367
## [1] 3.431367
summary(mpg_model)
##
## Call:
## lm(formula = mpg ~ wt + year, data = autompg)
##
## Residuals:
## Min 1Q Median 3Q Max
## -8.852 -2.292 -0.100 2.039 14.325
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -1.464e+01 4.023e+00 -3.638 0.000312 ***
## wt -6.635e-03 2.149e-04 -30.881 < 2e-16 ***
## year 7.614e-01 4.973e-02 15.312 < 2e-16 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 3.431 on 387 degrees of freedom
## Multiple R-squared: 0.8082, Adjusted R-squared: 0.8072
## F-statistic: 815.6 on 2 and 387 DF, p-value: < 2.2e-16
To understand these differences in detail, we will need to first obtain the sam-
pling distribution of 𝛽.̂
162 CHAPTER 9. MULTIPLE LINEAR REGRESSION
𝛽0̂
⎡ ̂ ⎤
⎢ 𝛽1 ⎥
𝛽 ̂ = ⎢ 𝛽2̂ ⎥
⎢ ⎥
⎢ ⋮ ⎥
̂ ⎦
⎣𝛽𝑝−1
Recall from last time that when discussing sampling distributions, we now con-
sider 𝛽 ̂ to be a random vector, thus we use 𝑌 instead of the data vector 𝑦.
−1
𝛽 ̂ = (𝑋 ⊤ 𝑋) 𝑋⊤𝑌
−1
𝛽 ̂ ∼ 𝑁 (𝛽, 𝜎2 (𝑋 ⊤ 𝑋) ) .
We then have
E[𝛽]̂ = 𝛽
E[𝛽𝑗̂ ] = 𝛽𝑗 .
We also have
−1
Var[𝛽]̂ = 𝜎2 (𝑋 ⊤ 𝑋)
Var[𝛽𝑗̂ ] = 𝜎2 𝐶𝑗𝑗
where
−1
𝐶 = (𝑋 ⊤ 𝑋)
−1
SE[𝛽]̂ = 𝑠𝑒 √(𝑋 ⊤ 𝑋)
SE[𝛽𝑗̂ ] = 𝑠𝑒 √𝐶𝑗𝑗 .
thus
𝛽𝑗̂ − 𝛽𝑗
∼ 𝑡𝑛−𝑝 .
𝑠𝑒 √𝐶𝑗𝑗
Now that we have the necessary distributional results, we can move on to per-
form tests and make interval estimates.
𝐻0 ∶ 𝛽 𝑗 = 0 vs 𝐻1 ∶ 𝛽𝑗 ≠ 0
EST − HYP
TS = .
SE
In particular,
164 CHAPTER 9. MULTIPLE LINEAR REGRESSION
𝛽𝑗̂ − 𝛽𝑗 𝛽𝑗̂ − 0
𝑡= = ,
SE[𝛽𝑗̂ ] 𝑠𝑒 √𝐶𝑗𝑗
𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖1 + 𝛽2 𝑥𝑖2 + 𝜖𝑖 , 𝑖 = 1, 2, … , 𝑛
where 𝜖𝑖 ∼ 𝑁 (0, 𝜎2 ).
𝐻0 ∶ 𝛽 1 = 0 vs 𝐻1 ∶ 𝛽1 ≠ 0
summary(mpg_model)$coef
• 𝐻0 : 𝑌 = 𝛽 0 + 𝛽 2 𝑥 2 + 𝜖
• 𝐻1 : 𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝜖
This is important. We are not simply testing whether or not there is a relation-
ship between weight and fuel efficiency. We are testing if there is a relationship
between weight and fuel efficiency, given that a term for year is in the model.
(Note, we dropped some indexing here, for readability.)
9.2. SAMPLING DISTRIBUTION 165
E[𝛽𝑗̂ ] = 𝛽𝑗
SE[𝛽𝑗̂ ] = 𝑠𝑒 √𝐶𝑗𝑗
and the sampling distribution of 𝛽𝑗̂ is Normal, then we can easily construct
confidence intervals for each of the 𝛽𝑗̂ .
We can find these in R using the same method as before. Now there will simply
be additional rows for the additional 𝛽.
## 0.5 % 99.5 %
## (Intercept) -25.052563681 -4.222720208
## wt -0.007191036 -0.006078716
## year 0.632680051 0.890123859
As we saw in SLR, we can create confidence intervals for the mean response,
that is, an interval estimate for E[𝑌 ∣ 𝑋 = 𝑥]. In SLR, the mean of 𝑌 was only
dependent on a single value 𝑥. Now, in multiple regression, E[𝑌 ∣ 𝑋 = 𝑥] is
dependent on the value of each of the predictors, so we define the vector 𝑥0 to
be,
1
⎡ 𝑥 ⎤
⎢ 01 ⎥
𝑥0 = ⎢ 𝑥02 ⎥ .
⎢ ⋮ ⎥
⎣𝑥0(𝑝−1) ⎦
̂ 0 ) = 𝑥⊤
𝑦(𝑥 ̂
0𝛽
̂ 0 )] = 𝑥⊤
E[𝑦(𝑥 0𝛽
= 𝛽0 + 𝛽1 𝑥01 + 𝛽2 𝑥02 + ⋯ + 𝛽𝑝−1 𝑥0(𝑝−1)
−1
̂ 0 )] = 𝑠𝑒 √𝑥⊤
SE[𝑦(𝑥 ⊤
0 (𝑋 𝑋) 𝑥0
Putting it all together, we obtain a confidence interval for the mean response.
−1
̂ 0 ) ± 𝑡𝛼/2,𝑛−𝑝 ⋅ 𝑠𝑒 √𝑥⊤
𝑦(𝑥 ⊤
0 (𝑋 𝑋) 𝑥0
The math has changed a bit, but the process in R remains almost identical.
Here, we create a data frame for two additional cars. One car that weighs 3500
pounds produced in 1976, as well as a second car that weighs 5000 pounds which
was produced in 1981.
## wt year
## 1 3500 76
## 2 5000 81
A word of caution here: one of these estimates is good while one is suspect.
new_cars$wt
range(autompg$wt)
Note that both of the weights of the new cars are within the range of observed
values.
new_cars$year
## [1] 76 81
range(autompg$year)
## [1] 70 82
plot(year ~ wt, data = autompg, pch = 20, col = "dodgerblue", cex = 1.5)
points(new_cars, col = "darkorange", cex = 3, pch = "X")
168 CHAPTER 9. MULTIPLE LINEAR REGRESSION
82
80
78 X
X
year
76
74
72
70
wt
However, we have to consider weight and year together now. And based on the
above plot, one of the new cars is within the “blob” of observed values, while
the other, the car from 1981 weighing 5000 pounds, is noticeably outside of the
observed values. This is a hidden extrapolation which you should be aware of
when using multiple regression.
Shifting gears back to the new data pair that can be reasonably estimated, we
do a quick verification of some of the mathematics in R.
## [,1]
## [1,] 20.00684
1
𝑥0 = ⎡
⎢3500⎤
⎥
⎣ 76 ⎦
−14.6376419
𝛽̂ = ⎡ ⎤
⎢ −0.0066349 ⎥
⎣ 0.761402 ⎦
9.2. SAMPLING DISTRIBUTION 169
−14.6376419
̂ 0 ) = 𝑥⊤
𝑦(𝑥 ̂
0 𝛽 = [1 3500 76] ⎡ ⎤
⎢ −0.0066349 ⎥ = 20.0068411
⎣ 0.761402 ⎦
Also note that, using a particular value for 𝑥0 , we can essentially extract certain
𝛽𝑗̂ values.
beta_hat
## [,1]
## [1,] -14.637641945
## [2,] -0.006634876
## [3,] 0.761401955
x0 = c(0, 0, 1)
x0 %*% beta_hat
## [,1]
## [1,] 0.761402
With this in mind, confidence intervals for the individual 𝛽𝑗̂ are actually a special
case of a confidence interval for mean response.
As with SLR, creating prediction intervals involves one slight change to the stan-
dard error to account for the fact that we are now considering an observation,
instead of a mean.
Here we use 𝑦(𝑥
̂ 0 ) to estimate 𝑌0 , a new observation of 𝑌 at the predictor vector
𝑥0 .
̂ 0 ) = 𝑥⊤
𝑦(𝑥 ̂
0𝛽
̂ 0 )] = 𝑥⊤
E[𝑦(𝑥 0𝛽
= 𝛽0 + 𝛽1 𝑥01 + 𝛽2 𝑥02 + ⋯ + 𝛽𝑝−1 𝑥0(𝑝−1)
−1
̂ 0 ) + 𝜖] = 𝑠𝑒 √1 + 𝑥⊤
SE[𝑦(𝑥 ⊤
0 (𝑋 𝑋) 𝑥0
−1
̂ 0 ) ± 𝑡𝛼/2,𝑛−𝑝 ⋅ 𝑠𝑒 √1 + 𝑥⊤
𝑦(𝑥 ⊤
0 (𝑋 𝑋) 𝑥0
new_cars
## wt year
## 1 3500 76
## 2 5000 81
The decomposition of variation that we had seen in SLR still holds for MLR.
𝑛 𝑛 𝑛
∑(𝑦𝑖 − 𝑦)̄ 2 = ∑(𝑦𝑖 − 𝑦𝑖̂ )2 + ∑(𝑦𝑖̂ − 𝑦)̄ 2
𝑖=1 𝑖=1 𝑖=1
That is,
This means that we can still calculate 𝑅2 in the same manner as before, which
R continues to do automatically.
summary(mpg_model)$r.squared
## [1] 0.8082355
9.3. SIGNIFICANCE OF REGRESSION 171
𝐻0 ∶ 𝛽1 = 𝛽2 = ⋯ = 𝛽𝑝−1 = 0.
Here, we see that the null hypothesis sets all of the 𝛽𝑗 equal to 0, except the
intercept, 𝛽0 . We could then say that the null model, or “model under the null
hypothesis” is
𝑌𝑖 = 𝛽0 + 𝜖𝑖 .
𝑦0𝑖
̂ = 𝑦.̄
The alternative hypothesis here is that at least one of the 𝛽𝑗 from the null
hypothesis is not 0.
𝐻1 ∶ At least one of 𝛽𝑗 ≠ 0, 𝑗 = 1, 2, ⋯ , (𝑝 − 1)
We could then say that the full model, or “model under the alternative hypoth-
esis” is
This is a model where the regression is significant. At least one of the predic-
tors has a significant linear relationship with the response. There is some linear
relationship between 𝑦 and the predictors, 𝑥1 , 𝑥2 , … , 𝑥𝑝−1 .
We will denote the fitted values of this model as 𝑦1𝑖
̂ .
To develop the 𝐹 test for the significance of the regression, we will arrange the
variance decomposition into an ANOVA table.
Degrees of Mean
Source Sum of Squares Freedom Square 𝐹
𝑛 2
Regression ∑𝑖=1 (𝑦1𝑖
̂ − 𝑦)̄ 𝑝−1 SSReg/(𝑝 − MSReg/MSE
1)
𝑛
Error ̂ )2
∑𝑖=1 (𝑦𝑖 − 𝑦1𝑖 𝑛−𝑝 SSE/(𝑛 − 𝑝)
172 CHAPTER 9. MULTIPLE LINEAR REGRESSION
Degrees of Mean
Source Sum of Squares Freedom Square 𝐹
𝑛
Total ∑𝑖=1 (𝑦𝑖 − 𝑦)̄ 2 𝑛−1
𝑛
̂ − 𝑦)̄ 2 /(𝑝 − 1)
∑𝑖=1 (𝑦1𝑖
𝐹 = 𝑛 ,
̂ )2 /(𝑛 − 𝑝)
∑𝑖=1 (𝑦𝑖 − 𝑦1𝑖
𝑃 (𝐹𝑝−1,𝑛−𝑝 > 𝐹 )
since we reject for large values of 𝐹 . A large value of the statistic corresponds to
a large portion of the variance being explained by the regression. Here 𝐹𝑝−1,𝑛−𝑝
represents a random variable which follows an 𝐹 distribution with 𝑝 − 1 and
𝑛 − 𝑝 degrees of freedom.
To perform this test in R, we first explicitly specify the two models in R and
save the results in different variables. We then use anova() to compare the
two models, giving anova() the null model first and the alternative (full) model
second. (Specifying the full model first will result in the same p-value, but some
nonsensical intermediate values.)
In this case,
• 𝐻0 : 𝑌 𝑖 = 𝛽 0 + 𝜖 𝑖
• 𝐻1 : 𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖1 + 𝛽2 𝑥𝑖2 + 𝜖𝑖
That is, in the null model, we use neither of the predictors, whereas in the full
(alternative) model, at least one of the predictors is useful.
First, notice that R does not display the results in the same manner as the table
above. More important than the layout of the table are its contents. We see
that the value of the 𝐹 statistic is 815.55, and the p-value is extremely low, so
we reject the null hypothesis at any reasonable 𝛼 and say that the regression is
significant. At least one of wt or year has a useful linear relationship with mpg.
summary(mpg_model)
##
## Call:
## lm(formula = mpg ~ wt + year, data = autompg)
##
## Residuals:
## Min 1Q Median 3Q Max
## -8.852 -2.292 -0.100 2.039 14.325
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -1.464e+01 4.023e+00 -3.638 0.000312 ***
## wt -6.635e-03 2.149e-04 -30.881 < 2e-16 ***
## year 7.614e-01 4.973e-02 15.312 < 2e-16 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 3.431 on 387 degrees of freedom
## Multiple R-squared: 0.8082, Adjusted R-squared: 0.8072
## F-statistic: 815.6 on 2 and 387 DF, p-value: < 2.2e-16
Notice that the value reported in the row for F-statistic is indeed the 𝐹 test
statistic for the significance of regression test, and additionally it reports the
two relevant degrees of freedom.
Also, note that none of the individual 𝑡-tests are equivalent to the 𝐹 -test as
they were in SLR. This equivalence only holds for SLR because the individual
test for 𝛽1 is the same as testing for all non-intercept parameters, since there is
only one.
We can also verify the sums of squares and degrees of freedom directly in R. You
should match these to the table from R and use this to match R’s output to the
written table above.
# SSReg
sum((fitted(full_mpg_model) - fitted(null_mpg_model)) ^ 2)
## [1] 19205.03
174 CHAPTER 9. MULTIPLE LINEAR REGRESSION
# SSE
sum(resid(full_mpg_model) ^ 2)
## [1] 4556.646
# SST
sum(resid(null_mpg_model) ^ 2)
## [1] 23761.67
## [1] 2
## [1] 387
## [1] 389
𝐻0 ∶ 𝛽𝑞 = 𝛽𝑞+1 = ⋯ = 𝛽𝑝−1 = 0.
Specifically, the 𝛽-parameters from the full model that are not in the null model
are zero. The resulting model, which is nested, is the null model.
We can then perform this test using an 𝐹 -test, which is the result of the following
ANOVA table.
Degrees of Mean
Source Sum of Squares Freedom Square 𝐹
𝑛
Diff ∑𝑖=1 (𝑦1𝑖
̂ − 𝑦0𝑖̂ )2 𝑝−𝑞 SSD/(𝑝 − 𝑞) MSD/MSE
𝑛
Full ̂ )2
∑𝑖=1 (𝑦𝑖 − 𝑦1𝑖 𝑛−𝑝 SSE/(𝑛 − 𝑝)
𝑛
Null ̂ )2
∑𝑖=1 (𝑦𝑖 − 𝑦0𝑖 𝑛−𝑞
𝑛
∑𝑖=1 (𝑦1𝑖 ̂ )2 /(𝑝 − 𝑞)
̂ − 𝑦0𝑖
𝐹 = 𝑛 .
̂ )2 /(𝑛 − 𝑝)
∑𝑖=1 (𝑦𝑖 − 𝑦1𝑖
Notice that the row for “Diff” compares the sum of the squared differences of
the fitted values. The degrees of freedom is then the difference of the number
of 𝛽-parameters estimated between the two models.
For example, the autompg dataset has a number of additional variables that we
have yet to use.
names(autompg)
We’ll continue to use mpg as the response, but now we will consider two different
models.
Note that these are nested models, as the null model contains a subset of the
predictors from the full model, and no additional predictors. Both models have
an intercept 𝛽0 as well as a coefficient in front of each of the predictors. We
could then write the null hypothesis for comparing these two models as,
The alternative is simply that at least one of the 𝛽𝑗 from the null is not 0.
To perform this test in R we first define both models, then give them to the
anova() commands.
Here we have used the formula mpg ~ . to define to full model. This is the
same as the commented out line. Specifically, this is a common shortcut in R
which reads, “model mpg as the response with each of the remaining variables
in the data frame as predictors.”
Here we see that the value of the 𝐹 statistic is 0.553, and the p-value is very
large, so we fail to reject the null hypothesis at any reasonable 𝛼 and say that
none of cyl, disp, hp, and acc are significant with wt and year already in the
model.
Again, we verify the sums of squares and degrees of freedom directly in R. You
should match these to the table from R, and use this to match R’s output to the
written table above.
# SSDiff
sum((fitted(full_mpg_model) - fitted(null_mpg_model)) ^ 2)
## [1] 26.17981
9.5. SIMULATION 177
## [1] 4530.466
## [1] 4556.646
## [1] 4
## [1] 383
## [1] 387
9.5 Simulation
Since we ignored the derivation of certain results, we will again use simulation to
convince ourselves of some of the above results. In particular, we will simulate
samples of size n = 100 from the model
𝑌𝑖 = 5 + −2𝑥𝑖1 + 6𝑥𝑖2 + 𝜖𝑖 , 𝑖 = 1, 2, … , 𝑛
set.seed(1337)
n = 100 # sample size
p = 3
178 CHAPTER 9. MULTIPLE LINEAR REGRESSION
beta_0 = 5
beta_1 = -2
beta_2 = 6
sigma = 4
As is the norm with regression, the 𝑥 values are considered fixed and known
quantities, so we will simulate those first, and they remain the same for the rest
of the simulation study. Also note we create an x0 which is all 1, which we need
to create our X matrix. If you look at the matrix formulation of regression, this
unit vector of all 1s is a “predictor” that puts the intercept into the model. We
also calculate the C matrix for later use.
x0 = rep(1, n)
x1 = sample(seq(1, 10, length = n))
x2 = sample(seq(1, 10, length = n))
X = cbind(x0, x1, x2)
C = solve(t(X) %*% X)
We then simulate the response according the model above. Lastly, we place the
two predictors and response into a data frame. Note that we do not place x0
in the data frame. This is a result of R adding an intercept by default.
Plotting this data and fitting the regression produces the following plot.
9.5. SIMULATION 179
60
60
50
40
40
y
20
30
0 20
10
2 10
8
4
6
6 x2 0
x1 4
8
2
10
We then calculate
−1
𝛽 ̂ = (𝑋 ⊤ 𝑋) 𝑋 ⊤ 𝑦.
## [,1]
## x0 7.290735
## x1 -2.282176
## x2 5.843424
Notice that these values are the same as the coefficients found using lm() in R.
180 CHAPTER 9. MULTIPLE LINEAR REGRESSION
## (Intercept) x1 x2
## 7.290735 -2.282176 5.843424
## [1] 5 -2 6
We then calculated the fitted values in order to calculate 𝑠𝑒 , which we see is the
same as the sigma which is returned by summary().
## [1] 4.294307
## [1] 4.294307
So far so good. Everything checks out. Now we will finally simulate from this
model repeatedly in order to obtain an empirical distribution of 𝛽2̂ .
We expect 𝛽2̂ to follow a normal distribution,
In this case,
𝛽2̂ ∼ 𝑁 (𝜇 = 6, 𝜎2 = 0.0232549) .
Note that 𝐶22 corresponds to the element in the third row and third column
since 𝛽2 is the third parameter in the model and because R is indexed starting
at 1. However, we index the 𝐶 matrix starting at 0 to match the diagonal
elements to the corresponding 𝛽𝑗 .
9.5. SIMULATION 181
C[3, 3]
## [1] 0.00145343
C[2 + 1, 2 + 1]
## [1] 0.00145343
sigma ^ 2 * C[2 + 1, 2 + 1]
## [1] 0.02325487
We now perform the simulation a large number of times. Each time, we update
the y variable in the data frame, leaving the x variables the same. We then fit
a model, and store 𝛽2̂ .
num_sims = 10000
beta_hat_2 = rep(0, num_sims)
for(i in 1:num_sims) {
eps = rnorm(n, mean = 0 , sd = sigma)
sim_data$y = beta_0 * x0 + beta_1 * x1 + beta_2 * x2 + eps
fit = lm(y ~ x1 + x2, data = sim_data)
beta_hat_2[i] = coef(fit)[3]
}
We then see that the mean of the simulated values is close to the true value of
𝛽2 .
mean(beta_hat_2)
## [1] 5.999723
beta_2
## [1] 6
We also see that the variance of the simulated values is close to the true variance
of 𝛽2̂ .
var(beta_hat_2)
## [1] 0.02343408
sigma ^ 2 * C[2 + 1, 2 + 1]
## [1] 0.02325487
The standard deviations found from the simulated data and the parent popu-
lation are also very close.
sd(beta_hat_2)
## [1] 0.1530819
## [1] 0.1524955
Lastly, we plot a histogram of the simulated values, and overlay the true distri-
bution.
2.5
2.0
1.5
Density
1.0
0.5
0.0
## [1] 0.6807
## [1] 0.9529
## [1] 0.9967
184 CHAPTER 9. MULTIPLE LINEAR REGRESSION
9.6 R Markdown
The R Markdown file for this chapter can be found here:
• mlr.Rmd
Model Building
“Statisticians, like artists, have the bad habit of falling in love with
their models.”
— George Box
Let’s take a step back and consider the process of finding a model for data at a
higher level. We are attempting to find a model for a response variable 𝑦 based
on a number of predictors 𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑝−1 .
Essentially, we are trying to discover the functional relationship between 𝑦 and
the predictors. In the previous chapter we were fitting models for a car’s fuel
efficiency (mpg) as a function of its attributes (wt, year, cyl, disp, hp, acc). We
also consider 𝑦 to be a function of some noise. Rarely if ever do we expect there
to be an exact functional relationship between the predictors and the response.
𝑦 = 𝑓(𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑝−1 ) + 𝜖
We could consider all sorts of complicated functions for 𝑓. You will likely en-
counter several ways of doing this in future machine learning courses. So far in
this course we have focused on (multiple) linear regression. That is
𝑦 = 𝑓(𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑝−1 ) + 𝜖
= 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + ⋯ + 𝛽𝑝−1 𝑥𝑝−1 + 𝜖
In the big picture of possible models that we could fit to this data, this is a
rather restrictive model. What do we mean by a restrictive model?
185
186 CHAPTER 10. MODEL BUILDING
When modeling data, there are a number of choices that need to be made.
10.1.1 Fit
Consider one of the simplest models we could fit to data, simple linear regression.
𝑦 = 𝑓(𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑝−1 ) + 𝜖 = 𝛽0 + 𝛽1 𝑥1 + 𝜖
So here, despite having multiple predictors, we chose to use only one. How is
this model fit? We will almost exclusively use the method of least squares, but
recall, we had seen alternative methods of fitting this model.
𝑛
argmin ∑ |𝑦𝑖 − (𝛽0 + 𝛽1 𝑥𝑖 )|
𝛽0 ,𝛽1 𝑖=1
𝑛
argmin ∑(𝑦𝑖 − (𝛽0 + 𝛽1 𝑥𝑖 ))2
𝛽0 ,𝛽1 𝑖=1
Any of these methods (we will always use the last, least squares) will obtain
estimates of the unknown parameters 𝛽0 and 𝛽1 . Since those are the only
unknowns of the specified model, we have then fit the model. The fitted model
is then
̂ ,𝑥 ,𝑥 ,…,𝑥 ) = 𝛽̂ + 𝛽̂ 𝑥
𝑦 ̂ = 𝑓(𝑥 1 2 3 𝑝−1 0 1 1
Note that, now we have dropped the term for the noise. We don’t make any
effort to model the noise, only the signal.
10.1. FAMILY, FORM, AND FIT 187
10.1.2 Form
What are the different forms a model could take? Currently, for the linear
models we have considered, the only method for altering the form of the model
is to control the predictors used. For example, one form of the multiple linear
regression model is simple linear regression.
𝑦 = 𝑓(𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑝−1 ) + 𝜖 = 𝛽0 + 𝛽1 𝑥1 + 𝜖
We could also consider a SLR model with a different predictor, thus altering
the form of the model.
𝑦 = 𝑓(𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑝−1 ) + 𝜖 = 𝛽0 + 𝛽2 𝑥2 + 𝜖
Often, we’ll use multiple predictors in our model. Very often, we will at least
try a model with all possible predictors.
𝑦 = 𝑓(𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑝−1 ) + 𝜖
= 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + ⋯ + 𝛽𝑝−1 𝑥𝑝−1 + 𝜖
𝑦 = 𝑓(𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑝−1 ) + 𝜖
= 𝛽0 + 𝛽1 𝑥1 + 𝛽3 𝑥3 + 𝛽5 𝑥5 + 𝜖
These forms are restrictive in two senses. First, they only allow for linear rela-
tionships between the response and the predictors. This seems like an obvious
restriction of linear models, but in fact, we will soon see how to use linear models
for non-linear relationships. (It will involve transforming variables.) Second,
how one variable affects the response is the same for any values of the other
predictors. Soon we will see how to create models where the effect of 𝑥1 can be
different for different values of 𝑥2 . We will discuss the concept of interaction.
10.1.3 Family
In linear regression, we specified models with parameters, 𝛽𝑗 and fit the model
by finding the best values of these parameters. This is a parametric approach. A
non-parametric approach skips the step of specifying a model with parameters,
and is often described as more of an algorithm. Non-parametric models are
often used in machine learning.
10
5
5
Response
Response
0
0
-5
-5
0 2 4 6 8 10 0 2 4 6 8 10
Predictor Predictor
• Linear models are the go-to model. Linear models have been around for
a long time, and are computationally easy. A linear model may not be the
final model you use, but often, it should be the first model you try.
• The ideas behind linear models can be easily transferred to other modeling
techniques.
When searching for a model, we often need to make assumptions. These as-
sumptions are codified in the family and form of the model. For example
𝑦 = 𝛽0 + 𝛽1 𝑥1 + 𝛽3 𝑥3 + 𝛽5 𝑥5 + 𝜖
𝑥3 and 𝑥5 . That is, we are using the family of linear models with a particular
form.
Suppose we then fit this model to some data and obtain the fitted model. For
example, in R we would use
This is R’s way of saying the family is linear and specifying the form from above.
An additive model with the specified predictors as well as an intercept. We then
obtain
𝑦 = 𝑓(𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑝−1 ) + 𝜖
for the assumed family and form. Fitting a model only gives us the best fit
for the family and form that we specify. So the natural question is; how do we
choose the correct family and form? We’ll focus on form since we are focusing
on the family of linear models.
10.2.1 Explanation
If the goal of a model is to explain the relationship between the response and
the predictors, we are looking for a model that is small and interpretable,
but still fits the data well. When discussing linear models, the size of a model
is essentially the number of 𝛽 parameters used.
Suppose we would like to find a model that explains fuel efficiency (mpg) based
on a car’s attributes (wt, year, cyl, disp, hp, acc). Perhaps we are a car
190 CHAPTER 10. MODEL BUILDING
𝑦 = 𝛽0 + 𝛽1 𝑥1 + 𝛽3 𝑥3 + 𝛽5 𝑥5 + 𝜖
𝜖 ∼ 𝑁 (0, 𝜎2 )
This assumption that the errors are normally distributed with some common
variance is the key to all of the inference we have done so far. We will discuss
this in great detail later.
So with our inference tools (ANOVA and 𝑡-test) we have two potential strategies.
Start with a very small model (no predictors) and attempt to add predictors.
Or, start with a big model (all predictors) and attempt to remove predictors.
A word of caution when using a model to explain a relationship. There are two
terms often used to describe a relationship between two variables: causation
and correlation. Correlation is often also referred to as association.
Just because two variables are correlated does not necessarily mean that one
causes the other. For example, consider modeling mpg as only a function of hp.
10.2. EXPLANATION VERSUS PREDICTION 191
plot(mpg ~ hp, data = autompg, col = "dodgerblue", pch = 20, cex = 1.5)
40
30
mpg
20
10
hp
10.2.2 Prediction
If the goal of a model is to predict the response, then the only consideration is
how well the model fits the data. For this, we will need a metric. In regression
problems, this is most often RMSE.
192 CHAPTER 10. MODEL BUILDING
1 𝑛
RMSE(model, data) = √ ∑(𝑦 − 𝑦𝑖̂ )2
𝑛 𝑖=1 𝑖
where
• 𝑦𝑖 are the actual values of the response for the given data
• 𝑦𝑖̂ are the predicted values using the fitted model and the predictors from
the data
The trouble with using RMSE to identify how well a model fits data is that
RMSE is always (equal or) lower for a larger model. This would suggest that
we should always use the largest model possible when looking for a model that
predicts well. The problem with this is the potential to overfit to the data. So,
we want a model that fits well, but does not overfit. To understand overfitting,
we need to think about applying a model to seen and unseen data.
Suppose we fit a model using all data available and we evaluate RMSE on this
fitted model and all of the seen data. We will call this data the training data,
and this RMSE the train RMSE.
10.2. EXPLANATION VERSUS PREDICTION 193
Below, we simulate some data and fit two models. We will call the solid blue
line the “simple” model. The dashed orange line will be called the “complex”
model, which was fit with methods we do not yet know.
8
6
6
4
4
Response
Response
2
2
0
0
-2
-2
-4
-4
0 2 4 6 8 10 0 2 4 6 8 10
Predictor Predictor
The left panel shows the data that was used to fit the two models. Clearly the
“complex” model fits the data much better. The right panel shows additional
data that was simulated in the same manner as the original data. Here we see
that the “simple” model fits much better. The dashed orange line almost seems
random.
The more “complex,” wiggly, model fits the training data much better as it has
a much lower train RMSE. However, we see that the “simple” model fits the test
data much better, with a much lower test RMSE. This means that the complex
model has overfit to the data, and we prefer the simple model. When choosing
a model for prediction, we prefer a model that predicts unseen data.
194 CHAPTER 10. MODEL BUILDING
In practice, you can’t simply generate more data to evaluate your models. In-
stead we split existing data into data used to fit the model (train) and data
used to evaluate the model (test). Never fit a model with test data.
10.3 Summary
Models can be used to explain relationships and predict observations.
When using model to,
Linear models can accomplish both these goals. Later, we will see that often
a linear model that accomplishes one of these goals, usually accomplishes the
other.
10.4 R Markdown
The R Markdown file for this chapter can be found here:
• model-building.Rmd
— John Tukey
So far in each of our analyses, we have only used numeric variables as predictors.
We have also only used additive models, meaning the effect any predictor had
on the response was not dependent on the other predictors. In this chapter,
we will remove both of these restrictions. We will fit models with categorical
predictors, and use models that allow predictors to interact. The mathematics
of multiple regression will remain largely unchanging, however, we will pay close
attention to interpretation, as well as some difference in R usage.
195
196 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
mtcars
As we often do, we will start by plotting the data. We are interested in mpg as
the response variable, and hp as a predictor.
20
15
10
hp
Since we are also interested in the transmission type, we could also label the
points accordingly.
Automatic
30
25 Manual
mpg
20
15
10
hp
We used a common R “trick” when plotting this data. The am variable takes two
possible values; 0 for automatic transmission, and 1 for manual transmissions. R
can use numbers to represent colors, however the color for 0 is white. So we take
the am vector and add 1 to it. Then observations with automatic transmissions
are now represented by 1, which is black in R, and manual transmission are
represented by 2, which is red in R. (Note, we are only adding 1 inside the call
to plot(), we are not actually modifying the values stored in am.)
We now fit the SLR model
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝜖,
where 𝑌 is mpg and 𝑥1 is hp. For notational brevity, we drop the index 𝑖 for
observations.
We then re-plot the data and add the fitted line to the plot.
Automatic
Manual
30
25
mpg
20
15
10
hp
We should notice a pattern here. The red, manual observations largely fall above
the line, while the black, automatic observations are mostly below the line. This
means our model underestimates the fuel efficiency of manual transmissions, and
overestimates the fuel efficiency of automatic transmissions. To correct for this,
we will add a predictor to our model, namely, am as 𝑥2 .
Our new model is
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝜖,
1 manual transmission
𝑥2 = { .
0 automatic transmission
So, to fit the above model, we do so like any other multiple regression model we
have seen before.
Briefly checking the output, we see that R has estimated the three 𝛽 parameters.
mpg_hp_add
##
## Call:
## lm(formula = mpg ~ hp + am, data = mtcars)
##
## Coefficients:
## (Intercept) hp am
## 26.58491 -0.05889 5.27709
Since 𝑥2 can only take values 0 and 1, we can effectively write two different
models, one for manual and one for automatic transmissions.
For automatic transmissions, that is 𝑥2 = 0, we have,
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝜖.
𝑌 = (𝛽0 + 𝛽2 ) + 𝛽1 𝑥1 + 𝜖.
Notice that these models share the same slope, 𝛽1 , but have different intercepts,
differing by 𝛽2 . So the change in mpg is the same for both models, but on average
mpg differs by 𝛽2 between the two transmission types.
We’ll now calculate the estimated slope and intercept of these two models so
that we can add them to a plot. Note that:
We can then combine these to calculate the estimated slope and intercepts.
int_auto = coef(mpg_hp_add)[1]
int_manu = coef(mpg_hp_add)[1] + coef(mpg_hp_add)[3]
slope_auto = coef(mpg_hp_add)[2]
slope_manu = coef(mpg_hp_add)[2]
11.1. DUMMY VARIABLES 201
Re-plotting the data, we use these slopes and intercepts to add the “two” fitted
models to the plot.
Automatic
Manual
30
25
mpg
20
15
10
hp
We notice right away that the points are no longer systematically incorrect. The
red, manual observations vary about the red line in no particular pattern without
underestimating the observations as before. The black, automatic points vary
about the black line, also without an obvious pattern.
They say a picture is worth a thousand words, but as a statistician, sometimes a
picture is worth an entire analysis. The above picture makes it plainly obvious
that 𝛽2 is significant, but let’s verify mathematically. Essentially we would like
to test:
𝐻0 ∶ 𝛽 2 = 0 vs 𝐻1 ∶ 𝛽2 ≠ 0.
This is nothing new. Again, the math is the same as the multiple regression
analyses we have seen before. We could perform either a 𝑡 or 𝐹 test here. The
only difference is a slight change in interpretation. We could think of this as
202 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
testing a model with a single line (𝐻0 ) against a model that allows two lines
(𝐻1 ).
To obtain the test statistic and p-value for the 𝑡-test, we would use
summary(mpg_hp_add)$coefficients["am",]
anova(mpg_hp_slr, mpg_hp_add)
Notice that these are indeed testing the same thing, as the p-values are exactly
equal. (And the 𝐹 test statistic is the 𝑡 test statistic squared.)
Recapping some interpretations:
• 𝛽0̂ = 26.5849137 is the estimated average mpg for a car with an automatic
transmission and 0 hp.
• 𝛽0̂ + 𝛽2̂ = 31.8619991 is the estimated average mpg for a car with a manual
transmission and 0 hp.
• 𝛽2̂ = 5.2770853 is the estimated difference in average mpg for cars with
manual transmissions as compared to those with automatic transmission,
for any hp.
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝜖,
11.2. INTERACTIONS 203
11.2 Interactions
To remove the “same slope” restriction, we will now discuss interaction. To
illustrate this concept, we will return to the autompg dataset we created in the
last chapter, with a few more modifications.
str(autompg)
We’ve removed cars with 3 and 5 cylinders , as well as created a new variable
domestic which indicates whether or not a car was built in the United States.
Removing the 3 and 5 cylinders is simply for ease of demonstration later in the
chapter and would not be done in practice. The new variable domestic takes
the value 1 if the car was built in the United States, and 0 otherwise, which
we will refer to as “foreign.” (We are arbitrarily using the United States as the
reference point here.) We have also made cyl and origin into factor variables,
which we will discuss later.
We’ll now be concerned with three variables: mpg, disp, and domestic. We will
use mpg as the response. We can fit a model,
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝜖,
where
1 Domestic
𝑥2 = {
0 Foreign
We will fit this model, extract the slope and intercept for the “two lines,” plot
the data and add the lines.
int_for = coef(mpg_disp_add)[1]
11.2. INTERACTIONS 205
slope_for = coef(mpg_disp_add)[2]
slope_dom = coef(mpg_disp_add)[2]
Foreign
Domestic
40
30
mpg
20
10
disp
This is a model that allows for two parallel lines, meaning the mpg can be
different on average between foreign and domestic cars of the same engine dis-
placement, but the change in average mpg for an increase in displacement is the
same for both. We can see this model isn’t doing very well here. The red line fits
the red points fairly well, but the black line isn’t doing very well for the black
points, it should clearly have a more negative slope. Essentially, we would like
a model that allows for two different slopes.
Consider the following model,
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝛽3 𝑥1 𝑥2 + 𝜖,
where 𝑥1 , 𝑥2 , and 𝑌 are the same as before, but we have added a new inter-
action term 𝑥1 𝑥2 which multiplies 𝑥1 and 𝑥2 , so we also have an additional 𝛽
parameter 𝛽3 .
206 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
This model essentially creates two slopes and two intercepts, 𝛽2 being the dif-
ference in intercepts and 𝛽3 being the difference in slopes. To see this, we will
break down the model into the two “sub-models” for foreign and domestic cars.
For foreign cars, that is 𝑥2 = 0, we have
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝜖.
You should only do this as a last resort. We greatly prefer not to have to modify
our data simply to fit a model. Instead, we can tell R we would like to use the
existing data with an interaction term, which it will create automatically when
we use the : operator.
An alternative method, which will fit the exact same model as above would be
to use the * operator. This method automatically creates the interaction term,
as well as any “lower order terms,” which in this case are the first order terms
for disp and domestic
We can quickly verify that these are doing the same thing.
11.2. INTERACTIONS 207
coef(mpg_disp_int)
coef(mpg_disp_int2)
We see that both the variables, and their coefficient estimates are indeed the
same for both models.
summary(mpg_disp_int)
##
## Call:
## lm(formula = mpg ~ disp + domestic + disp:domestic, data = autompg)
##
## Residuals:
## Min 1Q Median 3Q Max
## -10.8332 -2.8956 -0.8332 2.2828 18.7749
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 46.05484 1.80582 25.504 < 2e-16 ***
## disp -0.15692 0.01668 -9.407 < 2e-16 ***
## domestic -12.57547 1.95644 -6.428 3.90e-10 ***
## disp:domestic 0.10252 0.01692 6.060 3.29e-09 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 4.308 on 379 degrees of freedom
## Multiple R-squared: 0.7011, Adjusted R-squared: 0.6987
## F-statistic: 296.3 on 3 and 379 DF, p-value: < 2.2e-16
We see that using summary() gives the usual output for a multiple regression
model. We pay close attention to the row for disp:domestic which tests,
𝐻0 ∶ 𝛽3 = 0.
In this case, testing for 𝛽3 = 0 is testing for two lines with parallel slopes
versus two lines with possibly different slopes. The disp:domestic line in the
summary() output uses a 𝑡-test to perform the test.
208 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
We could also use an ANOVA 𝐹 -test. The additive model without interaction
is our null model, and the interaction model is the alternative.
anova(mpg_disp_add, mpg_disp_int)
Again we see this test has the same p-value as the 𝑡-test. Also the p-value is
extremely low, so between the two, we choose the interaction model.
int_for = coef(mpg_disp_int)[1]
int_dom = coef(mpg_disp_int)[1] + coef(mpg_disp_int)[3]
slope_for = coef(mpg_disp_int)[2]
slope_dom = coef(mpg_disp_int)[2] + coef(mpg_disp_int)[4]
Here we again calculate the slope and intercepts for the two lines for use in
plotting.
Foreign
Domestic
40
30
mpg
20
10
disp
We see that these lines fit the data much better, which matches the result of
our tests.
So far we have only seen interaction between a categorical variable (domestic)
and a numerical variable (disp). While this is easy to visualize, since it allows
for different slopes for two lines, it is not the only type of interaction we can use
in a model. We can also consider interactions between two numerical variables.
Consider the model,
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝛽3 𝑥1 𝑥2 + 𝜖,
where
How does mpg change based on disp in this model? We can rearrange some
terms to see how.
𝑌 = 𝛽0 + (𝛽1 + 𝛽3 𝑥2 )𝑥1 + 𝛽2 𝑥2 + 𝜖
So, for a one unit increase in 𝑥1 (disp), the mean of 𝑌 (mpg) increases 𝛽1 +𝛽3 𝑥2 ,
which is a different value depending on the value of 𝑥2 (hp)!
210 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
Since we’re now working in three dimensions, this model can’t be easily justified
via visualizations like the previous example. Instead, we will have to rely on a
test.
##
## Call:
## lm(formula = mpg ~ disp * hp, data = autompg)
##
## Residuals:
## Min 1Q Median 3Q Max
## -10.7849 -2.3104 -0.5699 2.1453 17.9211
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 5.241e+01 1.523e+00 34.42 <2e-16 ***
## disp -1.002e-01 6.638e-03 -15.09 <2e-16 ***
## hp -2.198e-01 1.987e-02 -11.06 <2e-16 ***
## disp:hp 5.658e-04 5.165e-05 10.96 <2e-16 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 3.896 on 379 degrees of freedom
## Multiple R-squared: 0.7554, Adjusted R-squared: 0.7535
## F-statistic: 390.2 on 3 and 379 DF, p-value: < 2.2e-16
𝐻0 ∶ 𝛽3 = 0.
Again, we see a very low p-value so we reject the null (additive model) in favor
of the interaction model. Again, there is an equivalent 𝐹 -test.
anova(mpg_disp_add_hp, mpg_disp_int_hp)
We can take a closer look at the coefficients of our fitted interaction model.
coef(mpg_disp_int_hp)
• 𝛽0̂ = 52.4081998 is the estimated average mpg for a car with 0 disp and 0
hp.
• 𝛽1̂ = −0.1001738 is the estimated change in average mpg for an increase
in 1 disp, for a car with 0 hp.
• 𝛽2̂ = −0.21982 is the estimated change in average mpg for an increase in
1 hp, for a car with 0 disp.
• 𝛽3̂ = 5.658269 × 10−4 is an estimate of the modification to the change
in average mpg for an increase in disp, for a car of a certain hp (or vice
versa).
𝑌 = 𝛽0 + (𝛽1 + 𝛽3 𝑥2 )𝑥1 + 𝛽2 𝑥2 + 𝜖.
This says that, for an increase of one disp we see an estimated change in
average mpg of −0.1001738 + 5.658269 × 10−4 𝑥2 . So how disp and mpg are
related, depends on the hp of the car.
So for a car with 50 hp, the estimated change in average mpg for an increase of
one disp is
And for a car with 350 hp, the estimated change in average mpg for an increase
of one disp is
is.factor(autompg$domestic)
## [1] FALSE
Earlier when we used the domestic variable, it was not a factor variable. It was
simply a numerical variable that only took two possible values, 1 for domestic,
and 0 for foreign. Let’s create a new variable origin that stores the same
information, but in a different way.
autompg$origin[autompg$domestic == 1] = "domestic"
autompg$origin[autompg$domestic == 0] = "foreign"
head(autompg$origin)
Now the origin variable stores "domestic" for domestic cars and "foreign"
for foreign cars.
is.factor(autompg$origin)
## [1] FALSE
autompg$origin = as.factor(autompg$origin)
Now when we check the structure of the autompg dataset, we see that origin
is a factor variable.
11.3. FACTOR VARIABLES 213
str(autompg)
Factor variables have levels which are the possible values (categories) that the
variable may take, in this case foreign or domestic.
levels(autompg$origin)
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝛽3 𝑥1 𝑥2 + 𝜖,
where
##
## Call:
## lm(formula = mpg ~ disp * domestic, data = autompg)
##
## Coefficients:
## (Intercept) disp domestic disp:domestic
## 46.0548 -0.1569 -12.5755 0.1025
214 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
##
## Call:
## lm(formula = mpg ~ disp * origin, data = autompg)
##
## Coefficients:
## (Intercept) disp originforeign disp:originforeign
## 33.47937 -0.05441 12.57547 -0.10252
It seems that it doesn’t produce the same results. Right away we notice that
the intercept is different, as is the coefficient in front of disp. We also notice
that the remaining two coefficients are of the same magnitude as their respective
counterparts using the domestic variable, but with a different sign. Why is this
happening?
It turns out that by using a factor variable, R is automatically creating a dummy
variable for us. However, it is not the dummy variable that we had originally
used ourselves.
R is fitting the model
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝛽3 𝑥1 𝑥2 + 𝜖,
where
So now,
𝛽0̂ = 33.4793709
is the estimated average mpg for a domestic car with 0 disp, which is indeed
the same as before.
11.3. FACTOR VARIABLES 215
When R created 𝑥2 , the dummy variable, it used domestic cars as the reference
level, that is the default value of the factor variable. So when the dummy
variable is 0, the model represents this reference level, which is domestic. (R
makes this choice because domestic comes before foreign alphabetically.)
So the two models have different estimated coefficients, but due to the different
model representations, they are actually the same model.
Let’s now consider a factor variable with more than two levels. In this dataset,
cyl is an example.
is.factor(autompg$cyl)
## [1] TRUE
levels(autompg$cyl)
Here the cyl variable has three possible levels: 4, 6, and 8. You may wonder,
why not simply use cyl as a numerical variable? You certainly could.
However, that would force the difference in average mpg between 4 and 6 cylin-
ders to be the same as the difference in average mpg between 6 and 8 cylinders.
That usually makes sense for a continuous variable, but not for a discrete vari-
able with so few possible values. In the case of this variable, there is no such
thing as a 7-cylinder engine or a 6.23-cylinder engine in personal vehicles. For
these reasons, we will simply consider cyl to be categorical. This is a decision
that will commonly need to be made with ordinal variables. Often, with a large
number of categories, the decision to treat them as numerical variables is appro-
priate because, otherwise, a large number of dummy variables are then needed
to represent these variables.
Let’s define three dummy variables related to the cyl factor variable.
1 4 cylinder
𝑣1 = {
0 not 4 cylinder
1 6 cylinder
𝑣2 = {
0 not 6 cylinder
216 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
1 8 cylinder
𝑣3 = {
0 not 8 cylinder
Now, let’s fit an additive model in R, using mpg as the response, and disp and
cyl as predictors. This should be a model that uses “three regression lines” to
model mpg, one for each of the possible cyl levels. They will all have the same
slope (since it is an additive model), but each will have its own intercept.
##
## Call:
## lm(formula = mpg ~ disp + cyl, data = autompg)
##
## Coefficients:
## (Intercept) disp cyl6 cyl8
## 34.99929 -0.05217 -3.63325 -2.03603
The question is, what is the model that R has fit here? It has chosen to use the
model
𝑌 = 𝛽0 + 𝛽1 𝑥 + 𝛽2 𝑣2 + 𝛽3 𝑣3 + 𝜖,
where
Why doesn’t R use 𝑣1 ? Essentially because it doesn’t need to. To create three
lines, it only needs two dummy variables since it is using a reference level, which
in this case is a 4 cylinder car. The three “sub models” are then:
• 4 Cylinder: 𝑌 = 𝛽0 + 𝛽1 𝑥 + 𝜖
• 6 Cylinder: 𝑌 = (𝛽0 + 𝛽2 ) + 𝛽1 𝑥 + 𝜖
• 8 Cylinder: 𝑌 = (𝛽0 + 𝛽3 ) + 𝛽1 𝑥 + 𝜖
Notice that they all have the same slope. However, using the two dummy
variables, we achieve the three intercepts.
int_4cyl = coef(mpg_disp_add_cyl)[1]
int_6cyl = coef(mpg_disp_add_cyl)[1] + coef(mpg_disp_add_cyl)[3]
int_8cyl = coef(mpg_disp_add_cyl)[1] + coef(mpg_disp_add_cyl)[4]
slope_all_cyl = coef(mpg_disp_add_cyl)[2]
4 Cylinder
6 Cylinder
40
8 Cylinder
30
mpg
20
10
disp
The odd result here is that we’re estimating that 8 cylinder cars have better
fuel efficiency than 6 cylinder cars at any displacement! The dotted blue line
is always above the dashed grey line. That doesn’t seem right. Maybe for very
large displacement engines that could be true, but that seems wrong for medium
to low displacement.
To attempt to fix this, we will try using an interaction model, that is, instead
of simply three intercepts and one slope, we will allow for three slopes. Again,
we’ll let R take the wheel (no pun intended), then figure out what model it has
applied.
##
## Call:
## lm(formula = mpg ~ disp * cyl, data = autompg)
##
## Coefficients:
## (Intercept) disp cyl6 cyl8 disp:cyl6 disp:cyl8
## 43.59052 -0.13069 -13.20026 -20.85706 0.08299 0.10817
R has again chosen to use 4 cylinder cars as the reference level, but this also
now has an effect on the interaction terms. R has fit the model.
𝑌 = 𝛽0 + 𝛽1 𝑥 + 𝛽2 𝑣2 + 𝛽3 𝑣3 + 𝛾2 𝑥𝑣2 + 𝛾3 𝑥𝑣3 + 𝜖
We’re using 𝛾 like a 𝛽 parameter for simplicity, so that, for example 𝛽2 and 𝛾2
are both associated with 𝑣2 .
Now, the three “sub models” are:
• 4 Cylinder: 𝑌 = 𝛽0 + 𝛽1 𝑥 + 𝜖.
• 6 Cylinder: 𝑌 = (𝛽0 + 𝛽2 ) + (𝛽1 + 𝛾2 )𝑥 + 𝜖.
• 8 Cylinder: 𝑌 = (𝛽0 + 𝛽3 ) + (𝛽1 + 𝛾3 )𝑥 + 𝜖.
So, as we have seen before 𝛽2 and 𝛽3 change the intercepts for 6 and 8 cylinder
cars relative to the reference level of 𝛽0 for 4 cylinder cars.
Now, similarly 𝛾2 and 𝛾3 change the slopes for 6 and 8 cylinder cars relative to
the reference level of 𝛽1 for 4 cylinder cars.
Once again, we extract the coefficients and plot the results.
int_4cyl = coef(mpg_disp_int_cyl)[1]
int_6cyl = coef(mpg_disp_int_cyl)[1] + coef(mpg_disp_int_cyl)[3]
int_8cyl = coef(mpg_disp_int_cyl)[1] + coef(mpg_disp_int_cyl)[4]
slope_4cyl = coef(mpg_disp_int_cyl)[2]
slope_6cyl = coef(mpg_disp_int_cyl)[2] + coef(mpg_disp_int_cyl)[5]
slope_8cyl = coef(mpg_disp_int_cyl)[2] + coef(mpg_disp_int_cyl)[6]
4 Cylinder
6 Cylinder
40
8 Cylinder
30
mpg
20
10
disp
220 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
This looks much better! We can see that for medium displacement cars, 6
cylinder cars now perform better than 8 cylinder cars, which seems much more
reasonable than before.
To completely justify the interaction model (i.e., a unique slope for each cyl
level) compared to the additive model (single slope), we can perform an 𝐹 -test.
Notice first, that there is no 𝑡-test that will be able to do this since the difference
between the two models is not a single parameter.
We will test,
𝐻0 ∶ 𝛾 2 = 𝛾 3 = 0
𝑌 = 𝛽0 + 𝛽1 𝑥 + 𝛽2 𝑣2 + 𝛽3 𝑣3 + 𝜖.
anova(mpg_disp_add_cyl, mpg_disp_int_cyl)
As expected, we see a very low p-value, and thus reject the null. We prefer the
interaction model over the additive model.
Recapping a bit:
• Null Model: 𝑌 = 𝛽0 + 𝛽1 𝑥 + 𝛽2 𝑣2 + 𝛽3 𝑣3 + 𝜖
– Number of parameters: 𝑞 = 4
• Full Model: 𝑌 = 𝛽0 + 𝛽1 𝑥 + 𝛽2 𝑣2 + 𝛽3 𝑣3 + 𝛾2 𝑥𝑣2 + 𝛾3 𝑥𝑣3 + 𝜖
– Number of parameters: 𝑝 = 6
length(coef(mpg_disp_int_cyl)) - length(coef(mpg_disp_add_cyl))
11.4. PARAMETERIZATION 221
## [1] 2
nrow(autompg) - length(coef(mpg_disp_int_cyl))
## [1] 377
nrow(autompg) - length(coef(mpg_disp_add_cyl))
## [1] 379
11.4 Parameterization
So far we have been simply letting R decide how to create the dummy variables,
and thus R has been deciding the parameterization of the models. To illustrate
the ability to use alternative parameterizations, we will recreate the data, but
directly creating the dummy variables ourselves.
new_param_data = data.frame(
y = autompg$mpg,
x = autompg$disp,
v1 = 1 * as.numeric(autompg$cyl == 4),
v2 = 1 * as.numeric(autompg$cyl == 6),
v3 = 1 * as.numeric(autompg$cyl == 8))
head(new_param_data, 20)
## y x v1 v2 v3
## 1 18 307 0 0 1
## 2 15 350 0 0 1
## 3 18 318 0 0 1
## 4 16 304 0 0 1
## 5 17 302 0 0 1
## 6 15 429 0 0 1
## 7 14 454 0 0 1
## 8 14 440 0 0 1
## 9 14 455 0 0 1
## 10 15 390 0 0 1
## 11 15 383 0 0 1
222 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
## 12 14 340 0 0 1
## 13 15 400 0 0 1
## 14 14 455 0 0 1
## 15 24 113 1 0 0
## 16 22 198 0 1 0
## 17 18 199 0 1 0
## 18 21 200 0 1 0
## 19 27 97 1 0 0
## 20 26 97 1 0 0
Now,
• y is mpg
• x is disp, the displacement in cubic inches,
• v1, v2, and v3 are dummy variables as defined above.
First let’s try to fit an additive model using x as well as the three dummy
variables.
##
## Call:
## lm(formula = y ~ x + v1 + v2 + v3, data = new_param_data)
##
## Coefficients:
## (Intercept) x v1 v2 v3
## 32.96326 -0.05217 2.03603 -1.59722 NA
What is happening here? Notice that R is essentially ignoring v3, but why?
Well, because R uses an intercept, it cannot also use v3. This is because
1 = 𝑣 1 + 𝑣2 + 𝑣3
which means that 1, 𝑣1 , 𝑣2 , and 𝑣3 are linearly dependent. This would make
the 𝑋 ⊤ 𝑋 matrix singular, but we need to be able to invert it to solve the
normal equations and obtain 𝛽.̂ With the intercept, v1, and v2, R can make the
necessary “three intercepts.” So, in this case v3 is the reference level.
If we remove the intercept, then we can directly obtain all “three intercepts”
without a reference level.
11.4. PARAMETERIZATION 223
##
## Call:
## lm(formula = y ~ 0 + x + v1 + v2 + v3, data = new_param_data)
##
## Coefficients:
## x v1 v2 v3
## -0.05217 34.99929 31.36604 32.96326
𝑌 = 𝜇1 𝑣1 + 𝜇2 𝑣2 + 𝜇3 𝑣3 + 𝛽𝑥 + 𝜖.
Thus we have:
• 4 Cylinder: 𝑌 = 𝜇1 + 𝛽𝑥 + 𝜖
• 6 Cylinder: 𝑌 = 𝜇2 + 𝛽𝑥 + 𝜖
• 8 Cylinder: 𝑌 = 𝜇3 + 𝛽𝑥 + 𝜖
We could also do something similar with the interaction model, and give each
line an intercept and slope, without the need for a reference level.
##
## Call:
## lm(formula = y ~ 0 + v1 + v2 + v3 + x:v1 + x:v2 + x:v3, data = new_param_data)
##
## Coefficients:
## v1 v2 v3 v1:x v2:x v3:x
## 43.59052 30.39026 22.73346 -0.13069 -0.04770 -0.02252
• 4 Cylinder: 𝑌 = 𝜇1 + 𝛽1 𝑥 + 𝜖
• 6 Cylinder: 𝑌 = 𝜇2 + 𝛽2 𝑥 + 𝜖
• 8 Cylinder: 𝑌 = 𝜇3 + 𝛽3 𝑥 + 𝜖
Using the original data, we have (at least) three equivalent ways to specify the
interaction model with R.
224 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
##
## Call:
## lm(formula = mpg ~ disp * cyl, data = autompg)
##
## Coefficients:
## (Intercept) disp cyl6 cyl8 disp:cyl6 disp:cyl8
## 43.59052 -0.13069 -13.20026 -20.85706 0.08299 0.10817
##
## Call:
## lm(formula = mpg ~ 0 + cyl + disp:cyl, data = autompg)
##
## Coefficients:
## cyl4 cyl6 cyl8 cyl4:disp cyl6:disp cyl8:disp
## 43.59052 30.39026 22.73346 -0.13069 -0.04770 -0.02252
##
## Call:
## lm(formula = mpg ~ 0 + disp + cyl + disp:cyl, data = autompg)
##
## Coefficients:
## disp cyl4 cyl6 cyl8 disp:cyl6 disp:cyl8
## -0.13069 43.59052 30.39026 22.73346 0.08299 0.10817
They all fit the same model, importantly each using six parameters, but the
coefficients mean slightly different things in each. However, once they are in-
terpreted as slopes and intercepts for the “three lines” they will have the same
result.
Use ?all.equal to learn about the all.equal() function, and think about how
the following code verifies that the residuals of the two models are the same.
## [1] TRUE
11.5. BUILDING LARGER MODELS 225
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝛽3 𝑥3 + 𝛽4 𝑥1 𝑥2 + 𝛽5 𝑥1 𝑥3 + 𝛽6 𝑥2 𝑥3 + 𝛽7 𝑥1 𝑥2 𝑥3 + 𝜖.
Here,
• 𝑌 is mpg.
• 𝑥1 is disp.
• 𝑥2 is hp.
• 𝑥3 is domestic, which is a dummy variable we defined, where 1 is a do-
mestic vehicle.
First thing to note here, we have included a new term 𝑥1 𝑥2 𝑥3 which is a three-
way interaction. Interaction terms can be larger and larger, up to the number
of predictors in the model.
Since we are using the three-way interaction term, we also use all possible two-
way interactions, as well as each of the first order (main effect) terms. This is
the concept of a hierarchy. Any time a “higher-order” term is in a model, the
related “lower-order” terms should also be included. Mathematically their inclu-
sion or exclusion is sometimes irrelevant, but from an interpretation standpoint,
it is best to follow the hierarchy rules.
Let’s do some rearrangement to obtain a “coefficient” in front of 𝑥1 .
𝑌 = 𝛽0 + 𝛽2 𝑥2 + 𝛽3 𝑥3 + 𝛽6 𝑥2 𝑥3 + (𝛽1 + 𝛽4 𝑥2 + 𝛽5 𝑥3 + 𝛽7 𝑥2 𝑥3 )𝑥1 + 𝜖.
(𝛽1 + 𝛽4 𝑥2 + 𝛽5 𝑥3 + 𝛽7 𝑥2 𝑥3 ).
Let’s discuss this “coefficient” to help us understand the idea of the flexibility
of a model. Recall that,
If the two and three way interactions were not in the model, the whole “coeffi-
cient” would simply be
𝛽1 .
(𝛽1 + 𝛽4 𝑥2 + 𝛽5 𝑥3 ).
(𝛽1 + 𝛽4 𝑥2 + 𝛽5 𝑥3 + 𝛽7 𝑥2 𝑥3 )
which is even more flexible. Now changing 𝑥1 (disp) has a different effect on 𝑌
(mpg), depending on the values of 𝑥2 and 𝑥3 , but in a more flexible way which
we can see with some more rearrangement. Now the “coefficient” in front of 𝑥3
in this “coefficient” is dependent on 𝑥2 .
##
## Call:
## lm(formula = mpg ~ disp * hp * domestic, data = autompg)
##
## Residuals:
## Min 1Q Median 3Q Max
## -11.9410 -2.2147 -0.4008 1.9430 18.4094
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 6.065e+01 6.600e+00 9.189 < 2e-16 ***
## disp -1.416e-01 6.344e-02 -2.232 0.0262 *
11.5. BUILDING LARGER MODELS 227
Do we actually need this large of a model? Let’s first test for the necessity of
the three-way interaction term. That is,
𝐻0 ∶ 𝛽7 = 0.
So,
• Full Model: 𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝛽3 𝑥3 + 𝛽4 𝑥1 𝑥2 + 𝛽5 𝑥1 𝑥3 + 𝛽6 𝑥2 𝑥3 +
𝛽7 𝑥1 𝑥2 𝑥3 + 𝜖
• Null Model: 𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝛽3 𝑥3 + 𝛽4 𝑥1 𝑥2 + 𝛽5 𝑥1 𝑥3 + 𝛽6 𝑥2 𝑥3 + 𝜖
We see the p-value is somewhat large, so we would fail to reject. We prefer the
smaller, less flexible, null model, without the three-way interaction.
A quick note here: the full model does still “fit better.” Notice that it has a
smaller RMSE than the null model, which means the full model makes smaller
(squared) errors on average.
228 CHAPTER 11. CATEGORICAL PREDICTORS AND INTERACTIONS
mean(resid(big_model) ^ 2)
## [1] 14.74053
mean(resid(two_way_int_mod) ^ 2)
## [1] 14.81259
However, it is not much smaller. We could even say that the difference is
insignificant. This is an idea we will return to later in greater detail.
Now that we have chosen the model without the three-way interaction, can we
go further? Do we need the two-way interactions? Let’s test
𝐻0 ∶ 𝛽4 = 𝛽5 = 𝛽6 = 0.
• Full Model: 𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝛽3 𝑥3 + 𝛽4 𝑥1 𝑥2 + 𝛽5 𝑥1 𝑥3 + 𝛽6 𝑥2 𝑥3 + 𝜖
• Null Model: 𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝛽3 𝑥3 + 𝜖
Here the p-value is small, so we reject the null, and we prefer the full (alternative)
model. Of the models we have considered, our final preference is for
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝛽3 𝑥3 + 𝛽4 𝑥1 𝑥2 + 𝛽5 𝑥1 𝑥3 + 𝛽6 𝑥2 𝑥3 + 𝜖.
11.6. R MARKDOWN 229
11.6 R Markdown
The R Markdown file for this chapter can be found here:
• cat-int.Rmd
Analysis of Variance
Chapter Status: This chapter should be considered optional for a first reading
of this text. Its inclusion is mostly for the benefit of some courses that use the
text. Additionally, this chapter is currently somewhat underdeveloped compared
to the rest of the text. If you are interested in contributing, you can find several
lines marked “TODO” in the source. Pull requests encouraged!
“To find out what happens when you change something, it is neces-
sary to change it.”
— Box, Hunter, and Hunter, Statistics for Experimenters (1978)
Thus far, we have built models for numeric responses, when the predictors are all
numeric. We’ll take a minor detour to go back and consider models which only
have categorical predictors. A categorical predictor is a variable which takes
only a finite number of values, which are not ordered. For example a variable
which takes possible values red, blue, green is categorical. In the context
of using a categorical variable as a predictor, it would place observations into
different groups (categories).
We’ve also mostly been dealing with observational data. The methods in this
section are most useful in experimental settings, but still work with observational
data. (However, for determining causation, we require experiments.)
12.1 Experiments
231
232 CHAPTER 12. ANALYSIS OF VARIANCE
𝑦𝑖𝑗 ∼ 𝑁 (𝜇𝑖 , 𝜎2 )
𝑦1𝑗 ∼ 𝑁 (𝜇1 , 𝜎2 )
𝑦2𝑗 ∼ 𝑁 (𝜇2 , 𝜎2 )
Later, we will investigate the normal and equal variance assumptions. For now,
we will continue to assume they are reasonable.
The natural question to ask: Is there a difference between the two groups? The
specific question we’ll answer: Are the means of the two groups different?
Mathematically, that is
𝐻0 ∶ 𝜇 1 = 𝜇 2 vs 𝐻1 ∶ 𝜇1 ≠ 𝜇2
For the stated model and assuming the null hypothesis is true, the 𝑡 test statistic
would follow a 𝑡 distribution with degrees of freedom 𝑛1 + 𝑛2 − 2.
As an example, suppose we are interested in the effect of melatonin on sleep
duration. A researcher obtains a random sample of 20 adult males. Of these
subjects, 10 are randomly chosen for the control group, which will receive a
placebo. The remaining 10 will be given 5mg of melatonin before bed. The sleep
duration in hours of each subject is then measured. The researcher chooses a
significance level of 𝛼 = 0.10. Was sleep duration affected by the melatonin?
melatonin
## sleep group
## 1 8.145150 control
## 2 7.522362 treatment
## 3 6.935754 control
## 4 8.959435 treatment
## 5 6.985122 control
## 6 8.072651 treatment
## 7 8.313826 control
## 8 8.086409 treatment
## 9 8.922108 control
## 10 8.124743 treatment
## 11 8.065844 control
## 12 10.943974 treatment
## 13 4.833367 control
## 14 7.865453 treatment
## 15 6.340014 control
## 16 8.963140 treatment
## 17 6.158896 control
## 18 5.012253 treatment
234 CHAPTER 12. ANALYSIS OF VARIANCE
## 19 3.571440 control
## 20 9.784136 treatment
𝐻0 ∶ 𝜇 𝐶 = 𝜇 𝑇 vs 𝐻1 ∶ 𝜇𝐶 ≠ 𝜇𝑇
##
## Two Sample t-test
##
## data: sleep by group
## t = -2.0854, df = 18, p-value = 0.05154
## alternative hypothesis: true difference in means between group control and group tre
## 95 percent confidence interval:
## -3.02378261 0.01117547
## sample estimates:
## mean in group control mean in group treatment
## 6.827152 8.333456
Here we see that the subjects in the melatonin group sleep an average of about
1.5 hours longer than the control group. An hour and a half of sleep is certainly
important!
With a big enough sample size, we could make an effect size of say, four minutes
statistically significant. Is it worth taking a pill every night to get an extra four
minutes of sleep? (Probably not.)
12.3. ONE-WAY ANOVA 235
6
4
control treatment
group
𝑦𝑖𝑗 = 𝜇 + 𝛼𝑖 + 𝑒𝑖𝑗
where
𝑔
∑ 𝛼𝑖 = 0
𝑖=1
and
𝑒𝑖𝑗 ∼ 𝑁 (0, 𝜎2 ).
Here,
𝑔
𝑁 = ∑ 𝑛𝑖
𝑖=1
𝑦𝑖𝑗 ∼ 𝑁 (𝜇𝑖 , 𝜎2 )
𝜇𝑖 = 𝜇 + 𝛼𝑖 .
Here 𝛼𝑖 measures the effect of group 𝑖. It is the difference between the overall
mean and the mean of group 𝑖.
Essentially, the assumptions here are the same as the two-sample case, however
now, we simply have more groups.
Much like the two-sample case, we would again like to test if the means of the
groups are equal.
Notice that the alternative simply indicates that some of the means are not
equal, not specifically which are not equal. More on that later.
Alternatively, we could write
We’ll then decompose the variance, as we’ve seen before in regression. The total
variation measures how much the observations vary about the overall sample
mean, ignoring the groups.
𝑔 𝑛𝑖
𝑆𝑆𝑇 = ∑ ∑(𝑦𝑖𝑗 − 𝑦)̄ 2
𝑖=1 𝑗=1
The variation between groups looks at how far the individual sample means
are from the overall sample mean.
𝑔 𝑛𝑖 𝑔
𝑆𝑆𝐵 = ∑ ∑(𝑦𝑖̄ − 𝑦)̄ = ∑ 𝑛𝑖 (𝑦𝑖̄ − 𝑦)̄ 2
2
Lastly, the within group variation measures how far observations are from the
sample mean of its group.
𝑔 𝑛𝑖 𝑔
𝑆𝑆𝑊 = ∑ ∑(𝑦𝑖𝑗 − 𝑦𝑖̄ ) = ∑(𝑛𝑖 − 1)𝑠2𝑖
2
This could also be thought of as the error sum of squares, where 𝑦𝑖𝑗 is an
observation and 𝑦𝑖̄ is its fitted (predicted) value from the model.
To develop the test statistic for ANOVA, we place this information into an
ANVOA table.
We reject the null (equal means) when the 𝐹 statistic is large. This occurs when
the variation between groups is large compared to the variation within groups.
Under the null hypothesis, the distribution of the test statistic is 𝐹 with degrees
of freedom 𝑔 − 1 and 𝑁 − 𝑔.
Let’s see what this looks like in a few situations. In each of the following exam-
ples, we’ll consider sampling 20 observations (𝑛𝑖 = 20) from three populations
(groups; 𝑔 = 3).
First, consider 𝜇𝐴 = −5, 𝜇𝐵 = 0, 𝜇𝐶 = 5 with 𝜎 = 1.
238 CHAPTER 12. ANALYSIS OF VARIANCE
0.4
5
0.3
response
density
0.2
0
0.1
-5
0.0
-5 0 5 A B C
observations group
The left panel shows the three normal distributions we are sampling from. The
ticks along the 𝑥-axis show the randomly sampled observations. The right panel
re-displays only the sampled values in a boxplot. Note that the mid-line of the
boxes is usually the sample median. These boxplots have been modified to use
the sample mean.
Here the sample means vary a lot around the overall sample mean, which is the
solid grey line on the right panel. Within the groups there is variability, but it
is still obvious that the sample means are very different.
• 𝐹 = 374.4469511
• p-value = 1.6349862 × 10−33
3
0.3
2
response
1
density
0.2
0
0.1
-1
-2
0.0
-3 -2 -1 0 1 2 3 A B C
observations group
Here the sample means vary only a tiny bit around the overall sample mean.
Within the groups there is variability, this time much larger than the variability
of the sample means.
As a result, we obtain a small test statistic, thus large p-value.
• 𝐹 = 2.667892
• p-value = 0.0780579
The next two examples show different means, with different levels of noise.
Notice how these affect the test statistic and p-value.
• 𝜇𝐴 = −1, 𝜇𝐵 = 0, 𝜇𝐶 = 1, 𝜎 = 1
3
2
0.3
1
response
density
0.2
0
-1
0.1
-2
-3
0.0
-4 -2 0 2 4 A B C
observations group
240 CHAPTER 12. ANALYSIS OF VARIANCE
• 𝐹 = 16.4879492
• p-value = 2.2378806 × 10−6
Above, there isn’t obvious separation between the groups like the first example,
but it is still obvious the means are different. Below, there is more noise. Visu-
ally it is somewhat hard to tell, but the test still suggests a difference of means.
(At an 𝛼 of 0.05.)
• 𝜇𝐴 = −1, 𝜇𝐵 = 0, 𝜇𝐶 = 1, 𝜎 = 2
6
0.4
4
0.3
2
response
density
0.2
0
-2
0.1
-4
0.0
-6
-6 -4 -2 0 2 4 6 A B C
observations group
• 𝐹 = 4.6256472
• p-value = 0.0137529
Let’s consider an example with real data. We’ll use the coagulation dataset
from the faraway package. Here four different diets (A, B, C, D) were adminis-
tered to a random sample of 24 animals. The subjects were randomly assigned
to one of the four diets. For each, their blood coagulation time was measured
in seconds.
Here we would like to test
𝐻0 ∶ 𝜇 𝐴 = 𝜇 𝐵 = 𝜇 𝐶 = 𝜇 𝐷
where, for example, 𝜇𝐴 is the mean blood coagulation time for an animal that
ate diet A.
library(faraway)
names(coagulation)
12.3. ONE-WAY ANOVA 241
60
A B C D
diet
We first load the data and create the relevant boxplot. The plot alone suggests
a difference of means. The aov() function is used to obtain the relevant sums
of squares. Using the summary() function on the output from aov() creates the
desired ANOVA table (without the unneeded row for total).
## Call:
## aov(formula = coag ~ diet, data = coagulation)
##
## Terms:
## diet Residuals
## Sum of Squares 228 112
## Deg. of Freedom 3 20
##
## Residual standard error: 2.366432
## Estimated effects may be unbalanced
242 CHAPTER 12. ANALYSIS OF VARIANCE
summary(coag_aov)
## diet coag
## 1 A 61
## 2 B 66
## 3 C 68
## 4 D 61
Here, we’ve created a dataframe with a row for each diet. By predicting on this
dataframe, we obtain the sample means of each diet (group).
set.seed(42)
response = rnorm(15)
group = c(rep(1, 5), rep(2, 5), rep(3, 5))
bad = data.frame(response, group)
summary(aov(response ~ group, data = bad)) # wrong DF!
## [1] FALSE
## [1] TRUE
Here we verify the distribution of the test statistic under the null hypothesis. We
simulate from a null model (equal variance) to obtain an empirical distribution
of the 𝐹 statistic. We add the curve for the expected distribution.
library(broom)
sim_anova = function(n = 10, mu_a = 0, mu_b = 0, mu_c = 0, mu_d = 0, sigma = 1, stat = TRUE) {
# create data from one-way ANOVA model with four groups of equal size
# response simulated from normal with group mean, shared variance
# group variable indicates group A, B, C or D
sim_data = data.frame(
response = c(rnorm(n = n, mean = mu_a, sd = sigma),
rnorm(n = n, mean = mu_b, sd = sigma),
rnorm(n = n, mean = mu_c, sd = sigma),
rnorm(n = n, mean = mu_d, sd = sigma)),
group = c(rep("A", times = n), rep("B", times = n),
rep("C", times = n), rep("D", times = n))
)
hist(f_stats, breaks = 100, prob = TRUE, border = "dodgerblue", main = "Empirical Distr
curve(df(x, df1 = 4 - 1, df2 = 40 - 4), col = "darkorange", add = TRUE, lwd = 2)
Empirical Distribution of F
0.6
Density
0.4
0.2
0.0
0 2 4 6 8 10
f_stats
12.3.3 Power
Now that we’re performing experiments, getting more data means finding more
test subjects, running more lab tests, etc. In other words, it will cost more time
and money.
We’d like to design our experiment so that we have a good chance of detecting
an interesting effect size, without spending too much money. There’s no point in
running an experiment if there’s only a very low chance that it has a significant
result that you care about. (Remember, not all statistically significant results
have practical value.)
We’d like the ANOVA test to have high power for an alternative hypothesis
with a minimum desired effect size.
12.3. ONE-WAY ANOVA 245
That is, for a true difference of means that we deem interesting, we want the
test to reject with high probability.
A number of things can affect the power of a test:
The following simulations look at the effect of significance level, effect size, and
noise level on the power of an ANOVA 𝐹 -test. Homework will look into sample
size and balance.
## [1] 0.661
## [1] 0.384
## [1] 0.425
## [1] 0.19
246 CHAPTER 12. ANALYSIS OF VARIANCE
## [1] 0.956
## [1] 0.837
##
## Pairwise comparisons using t tests with pooled SD
##
## data: coag and diet
##
## A B C
## B 0.00380 - -
## C 0.00018 0.15878 -
## D 1.00000 0.00086 2.3e-05
##
## P value adjustment method: none
going to perform 100 𝑡-tests. Suppose you wish to do this with a false positive
rate of 𝛼 = 0.05. If we use this significance level for each test, for 100 tests,
we then expect 5 false positives. That means, with 100 tests, we’re almost
guaranteed to have at least one error.
What we’d really like is for the family-wise error rate (FWER) to be 0.05. If
we consider the 100 tests to be a single “experiment,” the FWER is the rate of
one or more false positives for the full experiment (100 tests). Consider it an
error rate for an entire procedure, instead of a single test.
With this in mind, one of the simplest adjustments we can make, is to increase
the p-values for each test, depending on the number of tests. In particular the
Bonferroni correction simply multiplies by the number of tests.
##
## Pairwise comparisons using t tests with pooled SD
##
## data: coag and diet
##
## A B C
## B 0.02282 - -
## C 0.00108 0.95266 -
## D 1.00000 0.00518 0.00014
##
## P value adjustment method: bonferroni
We see that these p-values are much higher than the unadjusted p-values, thus,
we are less likely to reject each test. As a result, the FWER is 0.05, instead of
an error rate of 0.05 for each test.
We can simulate the 100 test scenarios to illustrate this point.
get_p_val = function() {
}
248 CHAPTER 12. ANALYSIS OF VARIANCE
set.seed(1337)
## [1] 0.994
## [1] 0.058
For the specific case of testing all two-way mean differences after an ANOVA
test, there are a number of potential methods for making an adjustment of this
type. The pros and cons of the potential methods are beyond the scope of
this course. We choose a method for its ease of use, and to a lesser extent, its
developer.
Tukey’s Honest Significance difference can be applied directly to an object which
was created using aov(). It will adjust the p-values of the pairwise comparisons
of the means to control the FWER, in this case, for 0.05. Notice it also gives
confidence intervals for the difference of the means.
-10 -5 0 5 10
The creator of this method, John Tukey, is an important figure in the history of
data science. He essentially predicted the rise of data science over 50 years ago.
For some retrospective thoughts on those 50 years, see this paper from David
Donoho.
𝐼 𝐽
∑ 𝛼𝑖 = 0 ∑ 𝛽𝑗 = 0.
𝑖=1 𝑗=1
and
for any 𝑖 or 𝑗.
Here,
Under this setup, there are a number of models that we can compare. Consider
a 2 × 2 factorial design. The following tables show the means for each of the
possible groups under each model.
Interaction Model: 𝑦𝑖𝑗𝑘 = 𝜇 + 𝛼𝑖 + 𝛽𝑗 + (𝛼𝛽)𝑖𝑗 + 𝜖𝑖𝑗𝑘
The question then, is which of these models should we use if we have two factors?
The most important question to consider is whether or not we should model the
interaction. Is the effect of Factor A the same for all levels of Factor B? In
the additive model, yes. In the interaction model, no. Both models would use
a different mean for each group, but in a very specific way in both cases.
Let’s discuss these comparisons by looking at some examples. We’ll first look at
the rats data from the faraway package. There are two factors here: poison
and treat. We use the levels() function to extract the levels of a factor
variable.
levels(rats$poison)
levels(rats$treat)
Here, 48 rats were randomly assigned both one of three poisons and one of four
possible treatments. The experimenters then measured their survival time in
tens of hours. A total of 12 groups, each with 4 replicates.
Before running any tests, we should first look at the data. We will create
interaction plots, which will help us visualize the effect of one factor, as we
move through the levels of another factor.
0.9
treat poison
0.8
0.8
B II
D I
0.7
0.7
C III
mean of time
mean of time
A
0.6
0.6
0.5
0.5
0.4
0.4
0.3
0.3
0.2
0.2
I II III A B C D
poison treat
To get the estimates, we’ll create a table which we will predict on.
## poison treat
## 1 I A
## 2 II A
## 3 III A
## 4 I B
## 5 II B
## 6 III B
## 7 I C
## 8 II C
## 9 III C
## 10 I D
## 11 II D
## 12 III D
First, we obtain the estimates from the interaction model. Note that each cell
has a different value.
254 CHAPTER 12. ANALYSIS OF VARIANCE
I II III
A 0.4125 0.3200 0.210
B 0.8800 0.8150 0.335
C 0.5675 0.3750 0.235
D 0.6100 0.6675 0.325
Next, we obtain the estimates from the additive model. Again, each cell has
a different value. We also see that these estimates are somewhat close to those
from the interaction model.
I II III
A 0.4522917 0.3791667 0.1110417
B 0.8147917 0.7416667 0.4735417
C 0.5306250 0.4575000 0.1893750
D 0.6722917 0.5991667 0.3310417
To understand the difference, let’s consider the effect of the treatments.
## I II III
## -0.3625 -0.3625 -0.3625
## I II III
## -0.4675 -0.4950 -0.1250
This is the key difference between the interaction and additive models. The
difference between the effect of treatments A and B is the same for each poison
in the additive model. They are different in the interaction model.
The remaining three models are much simpler, having either only row or only
column effects. Or no effects in the case of the null model.
I II III
A 0.6175 0.544375 0.27625
B 0.6175 0.544375 0.27625
C 0.6175 0.544375 0.27625
D 0.6175 0.544375 0.27625
I II III
A 0.3141667 0.3141667 0.3141667
B 0.6766667 0.6766667 0.6766667
C 0.3925000 0.3925000 0.3925000
D 0.5341667 0.5341667 0.5341667
I II III
A 0.479375 0.479375 0.479375
B 0.479375 0.479375 0.479375
C 0.479375 0.479375 0.479375
D 0.479375 0.479375 0.479375
To perform the needed tests, we will need to create another ANOVA table.
(We’ll skip the details of the sums of squares calculations and simply let R take
care of them.)
We reject the null when the 𝐹 statistic is large. Under the null hypothesis, the
distribution of the test statistic is 𝐹 with degrees of freedom (𝐼 − 1)(𝐽 − 1) and
𝐼𝐽 (𝐾 − 1).
256 CHAPTER 12. ANALYSIS OF VARIANCE
We reject the null when the 𝐹 statistic is large. Under the null hypothesis,
the distribution of the test statistic is 𝐹 with degrees of freedom 𝐽 − 1 and
𝐼𝐽 (𝐾 − 1).
The row for Factor A tests:
We reject the null when the 𝐹 statistic is large. Under the null hypothesis, the
distribution of the test statistic is 𝐹 with degrees of freedom 𝐼 −1 and 𝐼𝐽 (𝐾 −1).
These tests should be performed according to the model hierarchy. First con-
sider the test of interaction. If it is significant, we select the interaction model
and perform no further testing. If interaction is not significant, we then consider
the necessity of the individual factors of the additive model.
Using a significance level of 𝛼 = 0.05, we see that the interaction is not signif-
icant. Within the additive model, both factors are significant, so we select the
additive model.
Within the additive model, we could do further testing about the main effects.
12.5. TWO-WAY ANOVA 257
45
tension wool
M A
40
40
L B
H
mean of breaks
mean of breaks
35
35
30
30
25
25
20
20
A B L M H
wool tension
Either plot makes it rather clear that the wool and tensions factors interact.
12.6. R MARKDOWN 259
Using an 𝛼 of 0.05, the ANOVA test finds that the interaction is significant, so
we use the interaction model here.
12.6 R Markdown
The R Markdown file for this chapter can be found here:
• anova.Rmd
Model Diagnostics
“Your assumptions are your windows on the world. Scrub them off
every once in a while, or the light won’t come in.”
— Isaac Asimov
Using matrix notation, this model can be written much more succinctly as
𝑌 = 𝑋𝛽 + 𝜖.
−1
𝛽 ̂ = (𝑋 ⊤ 𝑋) 𝑋 ⊤ 𝑦.
261
262 CHAPTER 13. MODEL DIAGNOSTICS
E[𝛽]̂ = 𝛽,
and variance
−1
Var[𝛽]̂ = 𝜎2 (𝑋 ⊤ 𝑋) .
−1
𝐶 = (𝑋 ⊤ 𝑋) .
𝛽𝑗̂ − 𝛽𝑗
∼ 𝑡𝑛−𝑝 ,
𝑠𝑒 √𝐶𝑗𝑗
𝑛
∑(𝑦𝑖 − 𝑦𝑖̂ )2 .
𝑖=1
So, essentially each of these looks at how close the data points are to the model.
However is that all we care about?
• It could be that the errors are made in a systematic way, which means
that our model is misspecified. We may need additional interaction terms,
or polynomial terms which we will see later.
• It is also possible that at a particular set of predictor values, the errors are
very small, but at a different set of predictor values, the errors are large.
• Perhaps most of the errors are very small, but some are very large. This
would suggest that the errors do not follow a normal distribution.
13.2. CHECKING ASSUMPTIONS 263
Are these issues that we care about? If all we would like to do is predict, possibly
not, since we would only care about the size of our errors. However, if we would
like to perform inference, for example to determine if a particular predictor is
important, we care a great deal. All of the distributional results, such as a 𝑡-test
for a single predictor, are derived under the assumptions of our model.
Technically, the assumptions of the model are encoded directly in a model state-
ment such as,
where 𝜖𝑖 ∼ 𝑁 (0, 𝜎2 ).
Often, the assumptions of linear regression, are stated as,
𝜖𝑖 ∼ 𝑁 (0, 𝜎2 ),
since the 𝜖𝑖 are 𝑖𝑖𝑑 normal random variables with constant variance.
If these assumptions are met, great! We can perform inference, and it is valid.
If these assumptions are not met, we can still “perform” a 𝑡-test using R, but
the results are not valid. The distributions of the parameter estimates will
not be what we expect. Hypothesis tests will then accept or reject incorrectly.
Essentially, garbage in, garbage out.
Model 1: 𝑌 = 3 + 5𝑥 + 𝜖, 𝜖 ∼ 𝑁 (0, 1)
Model 2: 𝑌 = 3 + 5𝑥 + 𝜖, 𝜖 ∼ 𝑁 (0, 𝑥2 )
Probably our most useful tool will be a Fitted versus Residuals Plot. It will
be useful for checking both the linearity and constant variance assumptions.
Data generated from Model 1 above should not show any signs of violating
assumptions, so we’ll use this to see what a good fitted versus residuals plot
should look like. First, we’ll simulate observations from this model.
set.seed(42)
sim_data_1 = sim_1()
head(sim_data_1)
## x y
## 1 4.574030 24.773995
## 2 4.685377 26.475936
## 3 1.430698 8.954993
13.2. CHECKING ASSUMPTIONS 265
## 4 4.152238 23.951210
## 5 3.208728 20.341344
## 6 2.595480 14.943525
We then fit the model and add the fitted line to a scatterplot.
10
5
0 1 2 3 4 5
We now plot a fitted versus residuals plot. Note, this is residuals on the 𝑦-axis
despite the ordering in the name. Sometimes you will see this called a residuals
versus fitted, or residuals versus predicted plot.
3
2
1
Residuals
0
-1
-2
-3
5 10 15 20 25
Fitted
• At any fitted value, the mean of the residuals should be roughly 0. If this
is the case, the linearity assumption is valid. For this reason, we generally
add a horizontal line at 𝑦 = 0 to emphasize this point.
• At every fitted value, the spread of the residuals should be roughly the
same. If this is the case, the constant variance assumption is valid.
To get a better idea of how a fitted versus residuals plot can be useful, we will
simulate from models with violated assumptions.
set.seed(42)
sim_data_2 = sim_2()
fit_2 = lm(y ~ x, data = sim_data_2)
plot(y ~ x, data = sim_data_2, col = "grey", pch = 20,
main = "Data from Model 2")
abline(fit_2, col = "darkorange", lwd = 3)
13.2. CHECKING ASSUMPTIONS 267
20
10
0 1 2 3 4 5
This actually is rather easy to see here by adding the fitted line to a scatterplot.
This is because we are only performing simple linear regression. With multiple
regression, a fitted versus residuals plot is a necessity, since adding a fitted
regression to a scatterplot isn’t exactly possible.
15
10
5
Residuals
0
-5
-10
-15
5 10 15 20 25
Fitted
On the fitted versus residuals plot, we see two things very clearly. For any fitted
value, the residuals seem roughly centered at 0. This is good! The linearity
assumption is not violated. However, we also see very clearly, that for larger
fitted values, the spread of the residuals is larger. This is bad! The constant
variance assumption is violated here.
Now we will demonstrate a model which does not meet the linearity assumption.
Model 3 is an example of a model where 𝑌 is not a linear combination of the
predictors. In this case the predictor is 𝑥, but the model uses 𝑥2 . (We’ll see later
that this is something that a “linear” model can deal with. The fix is simple,
just make 𝑥2 a predictor!)
set.seed(42)
sim_data_3 = sim_3()
fit_3 = lm(y ~ x, data = sim_data_3)
plot(y ~ x, data = sim_data_3, col = "grey", pch = 20,
main = "Data from Model 3")
abline(fit_3, col = "darkorange", lwd = 3)
13.2. CHECKING ASSUMPTIONS 269
60
40
20
0
0 1 2 3 4 5
Again, this is rather clear on the scatterplot, but again, we wouldn’t be able to
check this plot for multiple regression.
30
20
Residuals
10
0
-10
-20
-20 0 20 40 60 80 100
Fitted
This time on the fitted versus residuals plot, for any fitted value, the spread of
the residuals is about the same. However, they are not even close to centered
at zero! At small and large fitted values the model is underestimating, while at
medium fitted values, the model is overestimating. These are systematic errors,
not random noise. So the constant variance assumption is met, but the linearity
assumption is violated. The form of our model is simply wrong. We’re trying
to fit a line to a curve!
Isn’t that convenient? A test that will specifically test the constant variance
assumption.
The Breusch-Pagan Test can not be performed by default in R, however the
function bptest in the lmtest package implements the test.
#install.packages("lmtest")
library(lmtest)
bptest(fit_1)
##
## studentized Breusch-Pagan test
##
## data: fit_1
## BP = 1.0234, df = 1, p-value = 0.3117
For fit_1 we see a large p-value, so we do not reject the null of homoscedasticity,
which is what we would expect.
bptest(fit_2)
##
## studentized Breusch-Pagan test
##
## data: fit_2
## BP = 76.693, df = 1, p-value < 2.2e-16
bptest(fit_3)
##
## studentized Breusch-Pagan test
##
## data: fit_3
## BP = 0.33466, df = 1, p-value = 0.5629
272 CHAPTER 13. MODEL DIAGNOSTICS
Lastly, for fit_3 we again see a large p-value, so we do not reject the null of
homoscedasticity, which matches our findings with a fitted versus residuals plot.
13.2.3 Histograms
We have a number of tools for assessing the normality assumption. The most
obvious would be to make a histogram of the residuals. If it appears roughly
normal, then we’ll believe the errors could truly be normal.
150
80
30
60
100
Frequency
Frequency
Frequency
20
40
50
10
20
0
Above are histograms for each of the three regression models we have been
considering. Notice that the first, for fit_1 appears very normal. The third,
for fit_3, appears to be very non-normal. However fit_2 is not as clear. It
13.2. CHECKING ASSUMPTIONS 273
does have a rough bell shape, however, it also has a very sharp peak. For this
reason we will usually use more powerful tools such as Q-Q plots and the
Shapiro-Wilk test for assessing the normality of errors.
Another visual method for assessing the normality of errors, which is more
powerful than a histogram, is a normal quantile-quantile plot, or Q-Q plot for
short.
In R these are very easy to make. The qqnorm() function plots the points, and
the qqline() function adds the necessary line. We create a Q-Q plot for the
residuals of fit_1 to check if the errors could truly be normally distributed.
1
0
-1
-2
-3
-3 -2 -1 0 1 2 3
Theoretical Quantiles
In short, if the points of the plot do not closely follow a straight line, this would
suggest that the data do not come from a normal distribution.
The calculations required to create the plot vary depending on the implementa-
tion, but essentially the 𝑦-axis is the sorted data (observed, or sample quantiles),
and the 𝑥-axis is the values we would expect if the data did come from a normal
distribution (theoretical quantiles).
274 CHAPTER 13. MODEL DIAGNOSTICS
The Wikipedia page for Normal probability plots gives details on how this is
implemented in R if you are interested.
Also, to get a better idea of how Q-Q plots work, here is a quick function which
creates a Q-Q plot:
qq_plot = function(e) {
n = length(e)
normal_quantiles = qnorm(((1:n - 0.5) / n))
# normal_quantiles = qnorm(((1:n) / (n + 1)))
set.seed(420)
x = rnorm(100, mean = 0 , sd = 1)
par(mfrow = c(1, 2))
qqnorm(x, col = "darkgrey")
qqline(x, lty = 2, lwd = 2, col = "dodgerblue")
qq_plot(x)
13.2. CHECKING ASSUMPTIONS 275
2
1
1
Sample Quantiles
Sample Quantiles
0
0
-1
-1
-2
-2
-3
-3
-2 -1 0 1 2 -2 -1 0 1 2
To get a better idea of what “close to the line” means, we perform a number of
simulations, and create Q-Q plots.
First we simulate data from a normal distribution with different sample sizes,
and each time create a Q-Q plot.
2
0.5
1.5
0.0
1
1.0
-0.5
Sample Quantiles
Sample Quantiles
Sample Quantiles
0
0.5
-1.0
-1.5
0.0
-1
-2.0
-0.5
-2
-2.5
-1.0
-3.0
-3
Since this data is sampled from a normal distribution, these are all, by definition,
good Q-Q plots. The points are “close to the line” and we would conclude that
this data could have been sampled from a normal distribution. Notice in the first
plot, one point is somewhat far from the line, but just one point, in combination
with the small sample size, is not enough to make us worried. We see with the
large sample size, all of the points are rather close to the line.
276 CHAPTER 13. MODEL DIAGNOSTICS
4
0.5
2
Sample Quantiles
Sample Quantiles
Sample Quantiles
0.0
0
-0.5
0
-2
-1.0
-2
-4
-1.5
Recall that as the degrees of freedom for a 𝑡 distribution become larger, the
distribution becomes more and more similar to a normal. Here, using 4 degrees
of freedom, we have a distribution that is somewhat normal, it is symmetrical
and roughly bell-shaped, however it has “fat tails.” This presents itself clearly in
the third panel. While many of the points are close to the line, at the edges, there
are large discrepancies. This indicates that the values are too small (negative) or
too large (positive) compared to what we would expect for a normal distribution.
So for the sample size of 100, we would conclude that the normality assumption
is violated. (If these were residuals of a model.) For sample sizes of 10 and 25
we may be suspicious, but not entirely confident. Reading Q-Q plots, is a bit
of an art, not completely a science.
4
6
1.5
3
Sample Quantiles
Sample Quantiles
Sample Quantiles
4
1.0
2
3
2
0.5
1
1
0.0
0
0
-1.5 -1.0 -0.5 0.0 0.5 1.0 1.5 -2 -1 0 1 2 -2 -1 0 1 2
This is a distribution that is not very similar to a normal, so in all three cases,
we see points that are far from the lines, so we would think that the normality
assumption is violated.
For a better understanding of which Q-Q plots are “good,” repeat the simula-
tions above a number of times (without setting the seed) and pay attention to
the differences between those that are simulated from normal, and those that
are not. Also consider different sample sizes and distribution parameters.
We’ll now create a Q-Q plot for each to assess normality of errors.
3
2
Sample Quantiles
1
0
-1
-2
-3
-3 -2 -1 0 1 2 3
Theoretical Quantiles
For fit_1, we have a near perfect Q-Q plot. We would believe the errors follow
a normal distribution.
5
0
-5
-10
-15
-3 -2 -1 0 1 2 3
Theoretical Quantiles
For fit_2, we have a suspect Q-Q plot. We would probably not believe the
errors follow a normal distribution.
30
20
Sample Quantiles
10
0
-10
-20
-3 -2 -1 0 1 2 3
Theoretical Quantiles
Lastly, for fit_3, we again have a suspect Q-Q plot. We would probably not
believe the errors follow a normal distribution.
Histograms and Q-Q Plots give a nice visual representation of the residuals
distribution, however if we are interested in formal testing, there are a number
of options available. A commonly used test is the Shapiro–Wilk test, which
is implemented in R.
set.seed(42)
shapiro.test(rnorm(25))
##
## Shapiro-Wilk normality test
##
## data: rnorm(25)
## W = 0.9499, p-value = 0.2495
shapiro.test(rexp(25))
##
13.2. CHECKING ASSUMPTIONS 281
This gives us the value of the test statistic and its p-value. The null hypothesis
assumes the data were sampled from a normal distribution, thus a small p-value
indicates we believe there is only a small probability the data could have been
sampled from a normal distribution.
For details, see: Wikipedia: Shapiro–Wilk test.
In the above examples, we see we fail to reject for the data sampled from normal,
and reject on the non-normal data, for any reasonable 𝛼.
Returning again to fit_1, fit_2, and fit_3, we see the result of running
shapiro.test() on the residuals of each, returns a result for each that matches
decisions based on the Q-Q plots.
shapiro.test(resid(fit_1))
##
## Shapiro-Wilk normality test
##
## data: resid(fit_1)
## W = 0.99858, p-value = 0.9622
shapiro.test(resid(fit_2))
##
## Shapiro-Wilk normality test
##
## data: resid(fit_2)
## W = 0.93697, p-value = 1.056e-13
shapiro.test(resid(fit_3))
##
## Shapiro-Wilk normality test
##
## data: resid(fit_3)
## W = 0.97643, p-value = 3.231e-07
282 CHAPTER 13. MODEL DIAGNOSTICS
Low Leverage, Large Residual, Small Influence High Leverage, Small Residual, Small Influence High Leverage, Large Residual, Large Influence
10
10
10
8
5
y
y
6
0
4
0
2
-5
2 4 6 8 10 5 10 15 2 4 6 8 10 12 14
x x x
The blue solid line in each plot is a regression fit to the 10 original data points
stored in ex_data. The dashed orange line in each plot is the result of adding a
single point to the original data in ex_data. This additional point is indicated
by the circled point.
The slope of the regression for the original ten points, the solid blue line, is
given by:
coef(ex_model)[2]
## x
## -0.9696033
The added point in the first plot has a small effect on the slope, which becomes:
coef(model_1)[2]
## x
## -0.9749534
We will say that this point has low leverage, is an outlier due to its large residual,
but has small influence.
The added point in the second plot also has a small effect on the slope, which
is:
284 CHAPTER 13. MODEL DIAGNOSTICS
coef(model_2)[2]
## x
## -0.9507397
We will say that this point has high leverage, is not an outlier due to its small
residual, and has a very small influence.
Lastly, the added point in the third plot has a large effect on the slope, which
is now:
coef(model_3)[2]
## x
## -0.5892241
This added point is influential. It both has high leverage, and is an outlier due
to its large residual.
We’ve now mentioned three new concepts: leverage, outliers, and influential
points, each of which we will discuss in detail.
13.3.1 Leverage
A data point with high leverage, is a data point that could have a large influence
when fitting the model.
Recall that,
−1
𝛽 ̂ = (𝑋 ⊤ 𝑋) 𝑋 ⊤ 𝑦.
Thus,
−1
𝑦 ̂ = 𝑋 𝛽 ̂ = 𝑋 (𝑋 ⊤ 𝑋) 𝑋⊤𝑦
Now we define,
−1
𝐻 = 𝑋 (𝑋 ⊤ 𝑋) 𝑋⊤
which we will refer to as the hat matrix. The hat matrix is used to project
onto the subspace spanned by the columns of 𝑋. It is also simply known as a
projection matrix.
13.3. UNUSUAL OBSERVATIONS 285
The hat matrix is a matrix that takes the original 𝑦 values, and adds a hat!
𝑦 ̂ = 𝐻𝑦
𝐻𝑖𝑖 = ℎ𝑖 ,
𝑛
∑ ℎ𝑖 = 𝑝
𝑖=1
ℎ𝑖 > 2ℎ̄
𝑛
∑𝑖=1 ℎ𝑖 𝑝
ℎ̄ = = .
𝑛 𝑛
For simple linear regression, the leverage for each point is given by
1 (𝑥 − 𝑥)̄ 2
ℎ𝑖 = + 𝑖 .
𝑛 𝑆𝑥𝑥
This expression should be familiar. (Think back to inference for SLR.) It sug-
gests that the large leverages occur when 𝑥 values are far from their mean.
Recall that the regression goes through the point (𝑥,̄ 𝑦).
̄
There are multiple ways to find leverages in R.
286 CHAPTER 13. MODEL DIAGNOSTICS
lev_ex = data.frame(
x1 = c(0, 11, 11, 7, 4, 10, 5, 8),
x2 = c(1, 5, 4, 3, 1, 4, 4, 2),
y = c(11, 15, 13, 14, 0, 19, 16, 8))
3
2
1
0 2 4 6 8 10
x1
Here we’ve created some multivariate data. Notice that we have plotted the 𝑥
values, not the 𝑦 values. The red point is (7, 3) which is the mean of x1 and the
mean of x2 respectively.
We could calculate the leverages using the expressions defined above. We first
create the 𝑋 matrix, then calculate 𝐻 as defined, and extract the diagonal
elements.
Notice here, we have two predictors, so the regression would have 3 𝛽 parameters,
so the sum of the diagonal elements is 3.
13.3. UNUSUAL OBSERVATIONS 287
sum(diag(H))
## [1] 3
Alternatively, the method we will use more often, is to simply fit a regression,
then use the hatvalues() function, which returns the leverages.
## 1 2 3 4 5 6 7 8
## 0.6000 0.3750 0.2875 0.1250 0.4000 0.2125 0.5875 0.4125
Again, note that here we have “used” the 𝑦 values to fit the regression, but R
still ignores them when calculating the leverages, as leverages only depend on
the 𝑥 values.
coef(lev_fit)
## (Intercept) x1 x2
## 3.7 -0.7 4.4
Let’s see what happens to these coefficients when we modify the y value of the
point with the highest leverage.
which.max(hatvalues(lev_fit))
## 1
## 1
lev_ex[which.max(hatvalues(lev_fit)),]
## x1 x2 y
## 1 0 1 11
We see that the original y value is 11. We’ll create a copy of the data, and
modify this point to have a y value of 20.
lev_ex_1 = lev_ex
lev_ex_1$y[1] = 20
lm(y ~ ., data = lev_ex_1)
288 CHAPTER 13. MODEL DIAGNOSTICS
##
## Call:
## lm(formula = y ~ ., data = lev_ex_1)
##
## Coefficients:
## (Intercept) x1 x2
## 8.875 -1.375 4.625
Notice the large changes in the coefficients. Also notice that each of the coef-
ficients has changed in some way. Note that the leverages of the points would
not have changed, as we have not modified any of the 𝑥 values.
Now let’s see what happens to these coefficients when we modify the y value of
the point with the lowest leverage.
which.min(hatvalues(lev_fit))
## 4
## 4
lev_ex[which.min(hatvalues(lev_fit)),]
## x1 x2 y
## 4 7 3 14
We see that the original y value is 14. We’ll again create a copy of the data,
and modify this point to have a y value of 30.
lev_ex_2 = lev_ex
lev_ex_2$y[4] = 30
lm(y ~ ., data = lev_ex_2)
##
## Call:
## lm(formula = y ~ ., data = lev_ex_2)
##
## Coefficients:
## (Intercept) x1 x2
## 5.7 -0.7 4.4
This time despite a large change in the y value, there is only small change in
the coefficients. Also, only the intercept has changed!
13.3. UNUSUAL OBSERVATIONS 289
mean(lev_ex$x1)
## [1] 7
mean(lev_ex$x2)
## [1] 3
lev_ex[4,]
## x1 x2 y
## 4 7 3 14
Notice that this point was the mean of both of the predictors.
Returning to our three plots, each with an added point, we can calculate the
leverages for each. Note that the 11th data point each time is the added data
point.
hatvalues(model_1)
## 1 2 3 4 5 6 7
## 0.33534597 0.23860732 0.16610842 0.11784927 0.09382988 0.09405024 0.11851036
## 8 9 10 11
## 0.16721022 0.24014985 0.33732922 0.09100926
hatvalues(model_2)
## 1 2 3 4 5 6 7
## 0.23238866 0.18663968 0.14979757 0.12186235 0.10283401 0.09271255 0.09149798
## 8 9 10 11
## 0.09919028 0.11578947 0.14129555 0.66599190
hatvalues(model_3)
## 1 2 3 4 5 6 7
## 0.27852761 0.21411043 0.16319018 0.12576687 0.10184049 0.09141104 0.09447853
## 8 9 10 11
## 0.11104294 0.14110429 0.18466258 0.49386503
## 1 2 3 4 5 6 7 8 9 10 11
## FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE
## 1 2 3 4 5 6 7 8 9 10 11
## FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE TRUE
## 1 2 3 4 5 6 7 8 9 10 11
## FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE TRUE
We see that in the second and third plots, the added point is a point of high
leverage. Recall that only in the third plot did that have an influence on the
regression. To understand why, we’ll need to discuss outliers.
13.3.2 Outliers
Outliers are points which do not fit the model well. They may or may not have
a large effect on the model. To identify outliers, we will look for observations
with large residuals.
Note,
𝑒 = 𝑦 − 𝑦 ̂ = 𝐼𝑦 − 𝐻𝑦 = (𝐼 − 𝐻)𝑦
Var(𝑒𝑖 ) = (1 − ℎ𝑖 )𝜎2
SE[𝑒𝑖 ] = 𝑠𝑒 √(1 − ℎ𝑖 ).
𝑒𝑖 𝑎𝑝𝑝𝑟𝑜𝑥
𝑟𝑖 = ∼ 𝑁 (𝜇 = 0, 𝜎2 = 1)
𝑠𝑒 √1 − ℎ𝑖
13.3. UNUSUAL OBSERVATIONS 291
when 𝑛 is large.
We can use this fact to identify “large” residuals. For example, standardized
residuals greater than 2 in magnitude should only happen approximately 5 per-
cent of the time.
Returning again to our three plots, each with an added point, we can calculate
the residuals and standardized residuals for each. Standardized residuals can
be obtained in R by using rstandard() where we would normally use resid().
resid(model_1)
## 1 2 3 4 5 6 7
## 0.4949887 -1.4657145 -0.5629345 -0.3182468 -0.5718877 -1.1073271 0.4852728
## 8 9 10 11
## -1.1459548 0.9420814 -1.1641029 4.4138254
rstandard(model_1)
## 1 2 3 4 5 6 7
## 0.3464701 -0.9585470 -0.3517802 -0.1933575 -0.3428264 -0.6638841 0.2949482
## 8 9 10 11
## -0.7165857 0.6167268 -0.8160389 2.6418234
rstandard(model_1)[abs(rstandard(model_1)) > 2]
## 11
## 2.641823
In the first plot, we see that the 11th point, the added point, is a large stan-
dardized residual.
resid(model_2)
## 1 2 3 4 5 6
## 1.03288292 -0.95203397 -0.07346766 0.14700626 -0.13084829 -0.69050140
## 7 8 9 10 11
## 0.87788484 -0.77755647 1.28626601 -0.84413207 0.12449986
rstandard(model_2)
## 1 2 3 4 5 6
## 1.41447023 -1.26655590 -0.09559792 0.18822094 -0.16574677 -0.86977220
## 7 8 9 10 11
## 1.10506546 -0.98294409 1.64121833 -1.09295417 0.25846620
292 CHAPTER 13. MODEL DIAGNOSTICS
rstandard(model_2)[abs(rstandard(model_2)) > 2]
## named numeric(0)
In the second plot, we see that there are no points with large standardized
residuals.
resid(model_3)
## 1 2 3 4 5 6
## 2.30296166 -0.04347087 0.47357980 0.33253808 -0.30683212 -1.22800087
## 7 8 9 10 11
## -0.02113027 -2.03808722 -0.33578039 -2.82769411 3.69191633
rstandard(model_3)
## 1 2 3 4 5 6
## 1.41302755 -0.02555591 0.26980722 0.18535382 -0.16873216 -0.67141143
## 7 8 9 10 11
## -0.01157256 -1.12656475 -0.18882474 -1.63206526 2.70453408
rstandard(model_3)[abs(rstandard(model_3)) > 2]
## 11
## 2.704534
In the last plot, we see that the 11th point, the added point, is a large stan-
dardized residual.
Recall that the added point in plots two and three were both high leverage, but
now only the point in plot three has a large residual. We will now combine this
information and discuss influence.
13.3.3 Influence
As we have now seen in the three plots, some outliers only change the regression
a small amount (plot one) and some outliers have a large effect on the regression
(plot three). Observations that fall into the latter category, points with (some
combination of) high leverage and large residual, we will call influential.
A common measure of influence is Cook’s Distance, which is defined as
13.3. UNUSUAL OBSERVATIONS 293
1 2 ℎ𝑖
𝐷𝑖 = 𝑟 .
𝑝 𝑖 1 − ℎ𝑖
4
𝐷𝑖 >
𝑛
Low Leverage, Large Residual, Small Influence High Leverage, Small Residual, Small Influence High Leverage, Large Residual, Large Influence
10
10
10
8
5
y
y
6
0
4
0
2
-5
2 4 6 8 10 5 10 15 2 4 6 8 10 12 14
x x x
Recall that the circled points in each plot have different characteristics:
## 11
## FALSE
## 11
## FALSE
## 11
## TRUE
And, as expected, the added point in the third plot, with high leverage and a
large residual, is considered influential!
Last chapter we fit an additive regression to the mtcars data with mpg as the
response and hp and am as predictors. Let’s perform some diagnostics on this
model.
0
-2
-4
15 20 25
Fitted
The fitted versus residuals plot looks good. We don’t see any obvious pattern,
and the variance looks roughly constant. (Maybe a little larger for large fitted
values, but not enough to worry about.)
bptest(mpg_hp_add)
##
## studentized Breusch-Pagan test
##
## data: mpg_hp_add
## BP = 7.5858, df = 2, p-value = 0.02253
6
4
Sample Quantiles
2
0
-2
-4
-2 -1 0 1 2
Theoretical Quantiles
The Q-Q plot looks extremely good and the Shapiro-Wilk test agrees.
shapiro.test(resid(mpg_hp_add))
##
## Shapiro-Wilk normality test
##
## data: resid(mpg_hp_add)
## W = 0.96485, p-value = 0.3706
## [1] 2
sum(abs(rstandard(mpg_hp_add)) > 2)
## [1] 1
There is also one point with a large residual. Do these result in any points that
are considered influential?
13.4. DATA ANALYSIS EXAMPLES 297
cd_mpg_hp_add = cooks.distance(mpg_hp_add)
sum(cd_mpg_hp_add > 4 / length(cd_mpg_hp_add))
## [1] 2
We find two influential points. Interestingly, they are very different cars.
coef(mpg_hp_add)
## (Intercept) hp am
## 26.5849137 -0.0588878 5.2770853
Since the diagnostics looked good, there isn’t much need to worry about these
two points, but let’s see how much the coefficients change if we remove them.
## (Intercept) hp am
## 27.22190933 -0.06286249 4.29765867
6
Toyota Corolla Toyota Corolla
2
Lotus Europa Lotus Europa
Fiat 128 Fiat 128
Standardized residuals
4
1
Residuals
2
0
0
-2
-1
-4
15 20 25 -2 -1 0 1 2
Toyota Corolla
Lotus Europa Toyota Corolla 1
2
Fiat 128
Fiat 128
Standardized residuals
Standardized residuals
0.5
Maserati Bora
1.0
1
0
0.5
-1
0.5
0.0
Cook's distance
-2
Notice that calling plot() on a variable which stores an object created by lm()
outputs four diagnostic plots by default. Use ?plot.lm to learn more. The first
two should already be familiar.
Let’s consider the model big_model from last chapter which was fit to the
autompg dataset. It used mpg as the response, and considered many interaction
terms between the predictors disp, hp, and domestic.
str(autompg)
10
5
0
-5
-10
-3 -2 -1 0 1 2 3
Theoretical Quantiles
shapiro.test(resid(big_model))
##
## Shapiro-Wilk normality test
##
## data: resid(big_model)
## W = 0.96161, p-value = 1.824e-08
Here both the Q-Q plot, and the Shapiro-Wilk test suggest that the normality
assumption is violated.
300 CHAPTER 13. MODEL DIAGNOSTICS
big_mod_cd = cooks.distance(big_model)
sum(big_mod_cd > 4 / length(big_mod_cd))
## [1] 31
5
0
-5
-3 -2 -1 0 1 2 3
Theoretical Quantiles
shapiro.test(resid(big_model_fix))
##
## Shapiro-Wilk normality test
##
## data: resid(big_model_fix)
## W = 0.99035, p-value = 0.02068
Removing these points results in a much better Q-Q plot, and now Shapiro-Wilk
fails to reject for a low 𝛼.
13.5. R MARKDOWN 301
We’ve now seen that sometimes modifying the data can fix issues with regression.
However, next chapter, instead of modifying the data, we will modify the model
via transformations.
13.5 R Markdown
The R Markdown file for this chapter can be found here:
• diagnostics.Rmd
Transformations
Please note: some data currently used in this chapter was used, changed, and
passed around over the years in STAT 420 at UIUC. Its original sources, if they
exist, are at this time unknown to the author. As a result, they should only be
considered for use with STAT 420. Going forward they will likely be replaced
with alternative sourceable data that illustrates the same concepts. At the end
of this chapter you can find code seen in videos for Week 8 for STAT 420 in
the MCS-DS program. It is currently in the process of being merged into the
narrative of this chapter.
After reading this chapter you will be able to:
303
304 CHAPTER 14. TRANSFORMATIONS
initech = read.csv("data/initech.csv")
plot(salary ~ years, data = initech, col = "grey", pch = 20, cex = 1.5,
main = "Salaries at Initech, By Seniority")
150000
50000
5 10 15 20 25
years
##
## Call:
## lm(formula = salary ~ years, data = initech)
##
## Residuals:
## Min 1Q Median 3Q Max
## -57225 -18104 241 15589 91332
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 5302 5750 0.922 0.359
## years 8637 389 22.200 <2e-16 ***
## ---
14.1. RESPONSE TRANSFORMATION 305
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 27360 on 98 degrees of freedom
## Multiple R-squared: 0.8341, Adjusted R-squared: 0.8324
## F-statistic: 492.8 on 1 and 98 DF, p-value: < 2.2e-16
This model appears significant, but does it meet the model assumptions?
plot(salary ~ years, data = initech, col = "grey", pch = 20, cex = 1.5,
main = "Salaries at Initech, By Seniority")
abline(initech_fit, col = "darkorange", lwd = 2)
150000
50000
5 10 15 20 25
years
Adding the fitted line to the plot, we see that the linear relationship appears
correct.
50000
50000
Sample Quantiles
Residuals
0
-50000
-50000
50000 100000 150000 200000 -2 -1 0 1 2
However, from the fitted versus residuals plot it appears there is non-constant
variance. Specifically, the variance increases as the fitted value increases.
Recall the fitted value is our estimate of the mean at a particular value of 𝑥.
Under our usual assumptions,
𝜖 ∼ 𝑁 (0, 𝜎2 )
and thus
Var[𝑌 |𝑋 = 𝑥] = 𝜎2
Var[𝑔(𝑌 ) ∣ 𝑋 = 𝑥] = 𝑐
14.1. RESPONSE TRANSFORMATION 307
where 𝑐 is a constant that does not depend on the mean, E[𝑌 ∣ 𝑋 = 𝑥]. A
transformation that accomplishes this is called a variance stabilizing trans-
formation.
A reminder, that for our purposes, log and ln are both the natural log. R uses
log to mean the natural log, unless a different base is specified.
We will now use a model with a log transformed response for the Initech data,
log(𝑌𝑖 ) = 𝛽0 + 𝛽1 𝑥𝑖 + 𝜖𝑖 .
Note, if we re-scale the model from a log scale back to the original scale of the
data, we now have
𝑌𝑖 = exp(𝛽0 + 𝛽1 𝑥𝑖 ) ⋅ exp(𝜖𝑖 )
Fitting this model in R requires only a minor modification to our formula spec-
ification.
Note that while log(y) is considered the new response variable, we do not
actually create a new variable in R, but simply transform the variable inside the
model formula.
plot(log(salary) ~ years, data = initech, col = "grey", pch = 20, cex = 1.5,
main = "Salaries at Initech, By Seniority")
abline(initech_fit_log, col = "darkorange", lwd = 2)
308 CHAPTER 14. TRANSFORMATIONS
12.5
12.0
log(salary)
11.5
11.0
10.5
5 10 15 20 25
years
Plotting the data on the transformed log scale and adding the fitted line, the
relationship again appears linear, and we can already see that the variation
about the fitted line looks constant.
plot(salary ~ years, data = initech, col = "grey", pch = 20, cex = 1.5,
main = "Salaries at Initech, By Seniority")
curve(exp(initech_fit_log$coef[1] + initech_fit_log$coef[2] * x),
from = 0, to = 30, add = TRUE, col = "darkorange", lwd = 2)
14.1. RESPONSE TRANSFORMATION 309
150000
50000
5 10 15 20 25
years
By plotting the data on the original scale, and adding the fitted regression, we
see an exponential relationship. However, this is still a linear model, since the
new transformed response, log(𝑦), is still a linear combination of the predictors.
0.4
0.4
0.2
0.2
Sample Quantiles
Residuals
0.0
0.0
-0.2
-0.2
-0.4
-0.4
-0.6
-0.6
10.5 11.0 11.5 12.0 12.5 -2 -1 0 1 2
The fitted versus residuals plot looks much better. It appears the constant
variance assumption is no longer violated.
Comparing the RMSE using the original and transformed response, we also
see that the log transformed model simply fits better, with a smaller average
squared error.
sqrt(mean(resid(initech_fit) ^ 2))
## [1] 27080.16
sqrt(mean(resid(initech_fit_log) ^ 2))
## [1] 0.1934907
But wait, that isn’t fair, this difference is simply due to the different scales being
used.
## [1] 27080.16
## [1] 24280.36
Transforming the fitted values of the log model back to the data scale, we do
indeed see that it fits better!
14.1. RESPONSE TRANSFORMATION 311
summary(initech_fit_log)
##
## Call:
## lm(formula = log(salary) ~ years, data = initech)
##
## Residuals:
## Min 1Q Median 3Q Max
## -0.57022 -0.13560 0.03048 0.14157 0.41366
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 10.48381 0.04108 255.18 <2e-16 ***
## years 0.07888 0.00278 28.38 <2e-16 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 0.1955 on 98 degrees of freedom
## Multiple R-squared: 0.8915, Adjusted R-squared: 0.8904
## F-statistic: 805.2 on 1 and 98 DF, p-value: < 2.2e-16
log(𝑦(𝑥))
̂ = 𝛽0̂ + 𝛽1̂ 𝑥 = 10.484 + 0.079𝑥.
But now, if we re-scale the data from a log scale back to the original scale of
the data, we now have
𝑦(𝑥)
̂ = exp(𝛽0̂ ) exp(𝛽1̂ 𝑥) = exp(10.484) exp(0.079𝑥).
We see that for every one additional year of experience, average salary increases
exp(0.079) = 1.0822 times. We are now multiplying, not adding.
While using a log transform is possibly the most common response variable
transformation, many others exist. We will now consider a family of transfor-
mations and choose the best from among them, which includes the log transform.
⎧ 𝑦𝜆 − 1
{ 𝜆≠0
𝑔𝜆 (𝑦) = 𝜆
⎨
{
⎩ log(𝑦) 𝜆=0
𝑛
𝐿(𝜆) = − log(𝑅𝑆𝑆𝜆 /𝑛) + (𝜆 − 1) ∑ log(𝑦𝑖 ).
2
1
{𝜆 ∶ 𝐿(𝜆) > 𝐿(𝜆)̂ − 𝜒21,𝛼 }
2
which R will plot for us to help quickly select an appropriate 𝜆 value. We often
choose a “nice” value from within the confidence interval, instead of the value
of 𝜆 that truly maximizes the likelihood.
library(MASS)
library(faraway)
Here we need the MASS package for the boxcox() function, and we will consider
a couple of datasets from the faraway package.
First we will use the savings dataset as an example of using the Box-Cox
method to justify the use of no transformation. We fit an additive multiple
regression model with sr as the response and each of the other variables as
predictors.
We then use the boxcox() function to find the best transformation of the form
considered by the Box-Cox method.
-50
95%
-100
log-Likelihood
-150
-200
-2 -1 0 1 2
-57.0
log-Likelihood
-58.0
95%
-59.0
-60.0
Note that we can specify a range of 𝜆 values to consider and thus be plotted. We
often specify a range that is more visually interesting. Here we see that 𝜆 = 1
is both in the confidence interval, and is extremely close to the maximum. This
suggests a transformation of the form
𝑦𝜆 − 1 𝑦1 − 1
= = 𝑦 − 1.
𝜆 1
10
5
Residuals
0
-5
6 8 10 12 14 16
Fitted
Looking at a fitted versus residuals plot verifies that there likely are not any
issues with the assumptions of this model, which Breusch-Pagan and Shapiro-
Wilk tests verify.
library(lmtest)
bptest(savings_model)
##
## studentized Breusch-Pagan test
##
## data: savings_model
## BP = 4.9852, df = 4, p-value = 0.2888
shapiro.test(resid(savings_model))
##
## Shapiro-Wilk normality test
##
## data: resid(savings_model)
## W = 0.98698, p-value = 0.8524
Now we will use the gala dataset as an example of using the Box-Cox method
to justify a transformation other than log. We fit an additive multiple regres-
sion model with Species as the response and most of the other variables as
predictors.
316 CHAPTER 14. TRANSFORMATIONS
50
0
-100
Fitted
Even though there is not a lot of data for large fitted values, it still seems very
clear that the constant variance assumption is violated.
95%
log-Likelihood
Using the Box-Cox method, we see that 𝜆 = 0.3 is both in the confidence inter-
val, and is extremely close to the maximum, which suggests a transformation of
the form
𝑦𝜆 − 1 𝑦0.3 − 1
= .
𝜆 0.3
4
2
Residuals
0
-2
-4
5 10 15
Fitted
Lastly, we return to the initech data, and the initech_fit model we had
used earlier. Recall that this was the untransformed model, that we used a log
transform to fix.
boxcox(initech_fit)
14.2. PREDICTOR TRANSFORMATION 319
95%
-80
log-Likelihood
-120
-160
-200
-2 -1 0 1 2
Using the Box-Cox method, we see that 𝜆 = 0 is both in the interval, and
extremely close to the maximum, which suggests a transformation of the form
log(𝑦).
str(autompg)
Recall the autompg dataset from the previous chapter. Here we will attempt to
model mpg as a function of hp.
10 15
40
Residuals
5
30
mpg
0
20
-10
10
hp Fitted
We first attempt SLR, but we see a rather obvious pattern in the fitted versus
residuals plot, which includes increasing variance, so we attempt a log transform
of the response.
0.6
3.5
0.2
Residuals
log(mpg)
3.0
-0.2
2.5
-0.6
50 100 150 200 2.2 2.4 2.6 2.8 3.0 3.2 3.4
hp Fitted
After performing the log transform of the response, we still have some of the
same issues with the fitted versus response. Now, we will try also log transform-
ing the predictor.
0.2
Residuals
log(mpg)
3.0
-0.2
2.5
-0.6
4.0 4.5 5.0 5.5 2.4 2.6 2.8 3.0 3.2 3.4 3.6
log(hp) Fitted
14.2.1 Polynomials
marketing = read.csv("data/marketing.csv")
20
15
10
2 4 6 8 10 12 14
𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖 + 𝛽2 𝑥2𝑖 + 𝜖𝑖
14.2. PREDICTOR TRANSFORMATION 323
1 𝑥1 𝑥21
⎡ ⎤
⎢1 𝑥2 𝑥22 ⎥
⎢1 𝑥3 𝑥23 ⎥
⎢ ⎥
⎢⋮ ⋮ ⋮ ⎥
⎣1 𝑥𝑛 𝑥2𝑛 ⎦
We can then proceed to fit the model as we have in the past for multiple linear
regression.
−1
𝛽 ̂ = (𝑋 ⊤ 𝑋) 𝑋 ⊤ 𝑦.
Our estimates will have the usual properties. The mean is still
𝐸[𝛽]̂ = 𝛽,
and variance
−1
Var[𝛽]̂ = 𝜎2 (𝑋 ⊤ 𝑋) .
##
## Call:
## lm(formula = sales ~ advert, data = marketing)
##
## Residuals:
## Min 1Q Median 3Q Max
## -2.7845 -1.4762 -0.5103 1.2361 3.1869
##
324 CHAPTER 14. TRANSFORMATIONS
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 9.4502 0.6806 13.88 2.13e-11 ***
## advert 1.1918 0.0937 12.72 9.65e-11 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 1.907 on 19 degrees of freedom
## Multiple R-squared: 0.8949, Adjusted R-squared: 0.8894
## F-statistic: 161.8 on 1 and 19 DF, p-value: 9.646e-11
While the SLR model is significant, the fitted versus residuals plot would have
a very clear pattern.
##
## Call:
## lm(formula = sales ~ advert + I(advert^2), data = marketing)
##
## Residuals:
## Min 1Q Median 3Q Max
## -1.9175 -0.8333 -0.1948 0.9292 2.1385
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 6.76161 0.67219 10.059 8.16e-09 ***
## advert 2.46231 0.24830 9.917 1.02e-08 ***
## I(advert^2) -0.08745 0.01658 -5.275 5.14e-05 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 1.228 on 18 degrees of freedom
## Multiple R-squared: 0.9587, Adjusted R-squared: 0.9541
## F-statistic: 209 on 2 and 18 DF, p-value: 3.486e-13
To add the second order term we need to use the I() function in the model
specification around our newly created predictor. We see that with the first
order term in the model, the quadratic term is also significant.
n = length(marketing$advert)
X = cbind(rep(1, n), marketing$advert, marketing$advert ^ 2)
t(X) %*% X
14.2. PREDICTOR TRANSFORMATION 325
## [,1]
## [1,] 6.76161045
## [2,] 2.46230964
## [3,] -0.08745394
𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖 + 𝛽2 𝑥2𝑖 + 𝛽3 𝑥3𝑖 + 𝜖𝑖
1 𝑥1 𝑥21 𝑥31
⎡ ⎤
⎢1 𝑥2 𝑥22 𝑥32 ⎥
⎢1 𝑥3 𝑥23 𝑥33 ⎥
⎢ ⎥
⎢⋮ ⋮ ⋮ ⋮ ⎥
⎣1 𝑥𝑛 𝑥2𝑛 𝑥3𝑛 ⎦
##
## Call:
## lm(formula = sales ~ advert + I(advert^2) + I(advert^3), data = marketing)
##
## Residuals:
## Min 1Q Median 3Q Max
## -1.44322 -0.61310 -0.01527 0.68131 1.22517
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 3.890070 0.761956 5.105 8.79e-05 ***
## advert 4.681864 0.501032 9.344 4.14e-08 ***
## I(advert^2) -0.455152 0.078977 -5.763 2.30e-05 ***
## I(advert^3) 0.016131 0.003429 4.704 0.000205 ***
326 CHAPTER 14. TRANSFORMATIONS
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 0.8329 on 17 degrees of freedom
## Multiple R-squared: 0.9821, Adjusted R-squared: 0.9789
## F-statistic: 310.2 on 3 and 17 DF, p-value: 4.892e-15
Now we see that with the first and second order terms in the model, the third
order term is also significant. But does this make sense practically? The fol-
lowing plot should gives hints as to why it doesn’t. (The model with the third
order term doesn’t have diminishing returns!)
20
15
10
2 4 6 8 10 12 14
The previous plot was made using base graphics in R. The next plot was made
using the package ggplot2, an increasingly popular plotting method in R.
14.2. PREDICTOR TRANSFORMATION 327
library(ggplot2)
ggplot(data = marketing, aes(x = advert, y = sales)) +
stat_smooth(method = "lm", se = FALSE, color = "green", formula = y ~ x) +
stat_smooth(method = "lm", se = FALSE, color = "blue", formula = y ~ x + I(x ^ 2)) +
stat_smooth(method = "lm", se = FALSE, color = "red", formula = y ~ x + I(x ^ 2)+ I(x ^ 3)) +
geom_point(colour = "black", size = 3)
25
20
sales
15
10
0 5 10 15
advert
set.seed(1234)
x = seq(0, 10)
y = 3 + x + 4 * x ^ 2 + rnorm(11, 0, 20)
plot(x, y, ylim = c(-300, 400), cex = 2, pch = 20)
fit = lm(y ~ x + I(x ^ 2))
#summary(fit)
fit_perf = lm(y ~ x + I(x ^ 2) + I(x ^ 3) + I(x ^ 4) + I(x ^ 5) + I(x ^ 6)
+ I(x ^ 7) + I(x ^ 8) + I(x ^ 9) + I(x ^ 10))
summary(fit_perf)
328 CHAPTER 14. TRANSFORMATIONS
##
## Call:
## lm(formula = y ~ x + I(x^2) + I(x^3) + I(x^4) + I(x^5) + I(x^6) +
## I(x^7) + I(x^8) + I(x^9) + I(x^10))
##
## Residuals:
## ALL 11 residuals are 0: no residual degrees of freedom!
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -2.114e+01 NaN NaN NaN
## x -1.918e+03 NaN NaN NaN
## I(x^2) 4.969e+03 NaN NaN NaN
## I(x^3) -4.932e+03 NaN NaN NaN
## I(x^4) 2.581e+03 NaN NaN NaN
## I(x^5) -8.035e+02 NaN NaN NaN
## I(x^6) 1.570e+02 NaN NaN NaN
## I(x^7) -1.947e+01 NaN NaN NaN
## I(x^8) 1.490e+00 NaN NaN NaN
## I(x^9) -6.424e-02 NaN NaN NaN
## I(x^10) 1.195e-03 NaN NaN NaN
##
## Residual standard error: NaN on 0 degrees of freedom
## Multiple R-squared: 1, Adjusted R-squared: NaN
## F-statistic: NaN on 10 and 0 DF, p-value: NA
300
100
y
-100
-300
0 2 4 6 8 10
Notice in the summary, R could not calculate standard errors. This is a result
of being “out” of degrees of freedom. With 11 𝛽 parameters and 11 data points,
we use up all the degrees of freedom before we can estimate 𝜎.
In this example, the true relationship is quadratic, but the order 10 polynomial’s
fit is “perfect”. Next chapter we will focus on the trade-off between goodness of
fit (minimizing errors) and complexity of model.
Suppose you work for an automobile manufacturer which makes a large luxury
sedan. You would like to know how the car performs from a fuel efficiency
standpoint when it is driven at various speeds. Instead of testing the car at
every conceivable speed (which would be impossible) you create an experiment
where the car is driven at speeds of interest in increments of 5 miles per hour.
Our goal then, is to fit a model to this data in order to be able to predict fuel
efficiency when driving at certain speeds. The data from this example can be
found in fuel_econ.csv.
econ = read.csv("data/fuel_econ.csv")
In this example, we will be frequently looking at the fitted versus residuals plot,
so we should write a function to make our life easier, but this is left as an exercise
for homework.
We will also be adding fitted curves to scatterplots repeatedly, so smartly we
will write a function to do so.
330 CHAPTER 14. TRANSFORMATIONS
plot_econ_curve = function(model) {
plot(mpg ~ mph, data = econ, xlab = "Speed (Miles per Hour)",
ylab = "Fuel Efficiency (Miles per Gallon)", col = "dodgerblue",
pch = 20, cex = 2)
xplot = seq(10, 75, by = 0.1)
lines(xplot, predict(model, newdata = data.frame(mph = xplot)),
col = "darkorange", lwd = 2, lty = 1)
}
30
5
Residuals
25
0
20
-5
15
Pretty clearly we can do better. Yes fuel efficiency does increase as speed in-
creases, but only up to a certain point.
We will now add polynomial terms until we fit a suitable fit.
##
14.2. PREDICTOR TRANSFORMATION 331
## Call:
## lm(formula = mpg ~ mph + I(mph^2), data = econ)
##
## Residuals:
## Min 1Q Median 3Q Max
## -2.8411 -0.9694 0.0017 1.0181 3.3900
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 2.4444505 1.4241091 1.716 0.0984 .
## mph 1.2716937 0.0757321 16.792 3.99e-15 ***
## I(mph^2) -0.0145014 0.0008719 -16.633 4.97e-15 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 1.663 on 25 degrees of freedom
## Multiple R-squared: 0.9188, Adjusted R-squared: 0.9123
## F-statistic: 141.5 on 2 and 25 DF, p-value: 2.338e-14
3
30
2
Residuals
1
25
0
-1
20
-2
15
-3
10 20 30 40 50 60 70 15 20 25 30
While this model clearly fits much better, and the second order term is sig-
nificant, we still see a pattern in the fitted versus residuals plot which suggests
higher order terms will help. Also, we would expect the curve to flatten as speed
increases or decreases, not go sharply downward as we see here.
332 CHAPTER 14. TRANSFORMATIONS
##
## Call:
## lm(formula = mpg ~ mph + I(mph^2) + I(mph^3), data = econ)
##
## Residuals:
## Min 1Q Median 3Q Max
## -2.8112 -0.9677 0.0264 1.0345 3.3827
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 2.258e+00 2.768e+00 0.816 0.4227
## mph 1.291e+00 2.529e-01 5.103 3.2e-05 ***
## I(mph^2) -1.502e-02 6.604e-03 -2.274 0.0322 *
## I(mph^3) 4.066e-06 5.132e-05 0.079 0.9375
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 1.697 on 24 degrees of freedom
## Multiple R-squared: 0.9188, Adjusted R-squared: 0.9087
## F-statistic: 90.56 on 3 and 24 DF, p-value: 3.17e-13
3
30
2
Residuals
1
25
0
-1
20
-2
15
-3
10 20 30 40 50 60 70 15 20 25 30
Adding the third order term doesn’t seem to help at all. The fitted curve hardly
changes. This makes sense, since what we would like is for the curve to flatten
at the extremes. For this we will need an even degree polynomial term.
##
## Call:
## lm(formula = mpg ~ mph + I(mph^2) + I(mph^3) + I(mph^4), data = econ)
##
## Residuals:
## Min 1Q Median 3Q Max
## -1.57410 -0.60308 0.04236 0.74481 1.93038
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 2.146e+01 2.965e+00 7.238 2.28e-07 ***
## mph -1.468e+00 3.913e-01 -3.751 0.00104 **
## I(mph^2) 1.081e-01 1.673e-02 6.463 1.35e-06 ***
## I(mph^3) -2.130e-03 2.844e-04 -7.488 1.31e-07 ***
## I(mph^4) 1.255e-05 1.665e-06 7.539 1.17e-07 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 0.9307 on 23 degrees of freedom
## Multiple R-squared: 0.9766, Adjusted R-squared: 0.9726
## F-statistic: 240.2 on 4 and 23 DF, p-value: < 2.2e-16
1.5
30
Residuals
0.5
25
-0.5
20
-1.5
15
10 20 30 40 50 60 70 15 20 25 30
Now we are making progress. The fourth order term is significant with the other
terms in the model. Also we are starting to see what we expected for low and
high speed. However, there still seems to be a bit of a pattern in the residuals,
so we will again try more higher order terms. We will add the fifth and sixth
together, since adding the fifth will be similar to adding the third.
##
## Call:
## lm(formula = mpg ~ mph + I(mph^2) + I(mph^3) + I(mph^4) + I(mph^5) +
## I(mph^6), data = econ)
##
## Residuals:
## Min 1Q Median 3Q Max
## -1.1129 -0.5717 -0.1707 0.5026 1.5288
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -4.206e+00 1.204e+01 -0.349 0.7304
## mph 4.203e+00 2.553e+00 1.646 0.1146
## I(mph^2) -3.521e-01 2.012e-01 -1.750 0.0947 .
## I(mph^3) 1.579e-02 7.691e-03 2.053 0.0527 .
## I(mph^4) -3.473e-04 1.529e-04 -2.271 0.0338 *
## I(mph^5) 3.585e-06 1.518e-06 2.362 0.0279 *
## I(mph^6) -1.402e-08 5.941e-09 -2.360 0.0280 *
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
14.2. PREDICTOR TRANSFORMATION 335
##
## Residual standard error: 0.8657 on 21 degrees of freedom
## Multiple R-squared: 0.9815, Adjusted R-squared: 0.9762
## F-statistic: 186 on 6 and 21 DF, p-value: < 2.2e-16
Residuals
25
20
-1.0
15
10 20 30 40 50 60 70 15 20 25 30
Again the sixth order term is significant with the other terms in the model
and here we see less pattern in the residuals plot. Let’s now test which of the
previous two models we prefer. We will test
𝐻0 ∶ 𝛽5 = 𝛽6 = 0.
anova(fit4, fit6)
So, this test does not reject the null hypothesis at a level of significance of
𝛼 = 0.05, however the p-value is still rather small, and the fitted versus residuals
plot is much better for the model with the sixth order term. This makes the
sixth order model a good choice. We could repeat this process one more time.
##
## Call:
## lm(formula = mpg ~ mph + I(mph^2) + I(mph^3) + I(mph^4) + I(mph^5) +
## I(mph^6) + I(mph^7) + I(mph^8), data = econ)
##
## Residuals:
## Min 1Q Median 3Q Max
## -1.21938 -0.50464 -0.09105 0.49029 1.45440
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -1.202e+01 7.045e+01 -0.171 0.866
## mph 6.021e+00 2.014e+01 0.299 0.768
## I(mph^2) -5.037e-01 2.313e+00 -0.218 0.830
## I(mph^3) 2.121e-02 1.408e-01 0.151 0.882
## I(mph^4) -4.008e-04 5.017e-03 -0.080 0.937
## I(mph^5) 1.789e-06 1.080e-04 0.017 0.987
## I(mph^6) 4.486e-08 1.381e-06 0.032 0.974
## I(mph^7) -6.456e-10 9.649e-09 -0.067 0.947
## I(mph^8) 2.530e-12 2.835e-11 0.089 0.930
##
## Residual standard error: 0.9034 on 19 degrees of freedom
## Multiple R-squared: 0.9818, Adjusted R-squared: 0.9741
## F-statistic: 128.1 on 8 and 19 DF, p-value: 7.074e-15
Residuals
25
20
-1.0
15
10 20 30 40 50 60 70 15 20 25 30
summary(fit8)
##
## Call:
## lm(formula = mpg ~ mph + I(mph^2) + I(mph^3) + I(mph^4) + I(mph^5) +
## I(mph^6) + I(mph^7) + I(mph^8), data = econ)
##
## Residuals:
## Min 1Q Median 3Q Max
## -1.21938 -0.50464 -0.09105 0.49029 1.45440
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -1.202e+01 7.045e+01 -0.171 0.866
## mph 6.021e+00 2.014e+01 0.299 0.768
## I(mph^2) -5.037e-01 2.313e+00 -0.218 0.830
## I(mph^3) 2.121e-02 1.408e-01 0.151 0.882
## I(mph^4) -4.008e-04 5.017e-03 -0.080 0.937
## I(mph^5) 1.789e-06 1.080e-04 0.017 0.987
## I(mph^6) 4.486e-08 1.381e-06 0.032 0.974
## I(mph^7) -6.456e-10 9.649e-09 -0.067 0.947
## I(mph^8) 2.530e-12 2.835e-11 0.089 0.930
##
## Residual standard error: 0.9034 on 19 degrees of freedom
## Multiple R-squared: 0.9818, Adjusted R-squared: 0.9741
## F-statistic: 128.1 on 8 and 19 DF, p-value: 7.074e-15
anova(fit6, fit8)
##
## Model 1: mpg ~ mph + I(mph^2) + I(mph^3) + I(mph^4) + I(mph^5) + I(mph^6)
## Model 2: mpg ~ mph + I(mph^2) + I(mph^3) + I(mph^4) + I(mph^5) + I(mph^6) +
## I(mph^7) + I(mph^8)
## Res.Df RSS Df Sum of Sq F Pr(>F)
## 1 21 15.739
## 2 19 15.506 2 0.2324 0.1424 0.8682
Here we would clearly stick with fit6. The eighth order term is not significant
with the other terms in the model and the F-test does not reject.
As an aside, be aware that there is a quicker way to specify a model with many
higher order terms.
## [1] TRUE
We first verify that this method produces the same fitted values. However, the
estimated coefficients are different.
coef(fit6)
coef(fit6_alt)
summary(fit6)
##
## Call:
14.2. PREDICTOR TRANSFORMATION 339
summary(fit6_alt)
##
## Call:
## lm(formula = mpg ~ poly(mph, 6), data = econ)
##
## Residuals:
## Min 1Q Median 3Q Max
## -1.1129 -0.5717 -0.1707 0.5026 1.5288
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 24.40714 0.16360 149.184 < 2e-16 ***
## poly(mph, 6)1 4.16770 0.86571 4.814 9.31e-05 ***
## poly(mph, 6)2 -27.66686 0.86571 -31.958 < 2e-16 ***
## poly(mph, 6)3 0.13447 0.86571 0.155 0.878
## poly(mph, 6)4 7.01671 0.86571 8.105 6.68e-08 ***
## poly(mph, 6)5 0.09289 0.86571 0.107 0.916
## poly(mph, 6)6 -2.04308 0.86571 -2.360 0.028 *
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
340 CHAPTER 14. TRANSFORMATIONS
Notice though that the p-value for testing the degree 6 term is the same. Because
of this, for the most part we can use these interchangeably.
To use poly() to obtain the same results as using I() repeatedly, we would
need to set raw = TRUE.
We’ve now seen how to transform predictor and response variables. In this
chapter we have mostly focused on using this in the context of fixing SLR models.
However, these concepts can easily be used together with categorical variables
and interactions to build larger, more flexible models. In the next chapter, we
will discuss how to choose a good model from a collection of possible models.
Material below here is currently being merged into the content above.
Response Transformations
initech = read.csv("data/initech.csv")
plot(salary ~ years, data = initech, col = "grey", pch = 20, cex = 1.5,
main = "Salaries at Initech, By Seniority")
14.2. PREDICTOR TRANSFORMATION 341
150000
50000
5 10 15 20 25
years
##
## Call:
## lm(formula = salary ~ years, data = initech)
##
## Residuals:
## Min 1Q Median 3Q Max
## -57225 -18104 241 15589 91332
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 5302 5750 0.922 0.359
## years 8637 389 22.200 <2e-16 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 27360 on 98 degrees of freedom
## Multiple R-squared: 0.8341, Adjusted R-squared: 0.8324
## F-statistic: 492.8 on 1 and 98 DF, p-value: < 2.2e-16
342 CHAPTER 14. TRANSFORMATIONS
plot(salary ~ years, data = initech, col = "grey", pch = 20, cex = 1.5,
main = "Salaries at Initech, By Seniority")
abline(initech_fit, col = "darkorange", lwd = 2)
150000
50000
5 10 15 20 25
years
50000
Sample Quantiles
Residuals
0
-50000
-50000
50000 100000 150000 200000 -2 -1 0 1 2
log(𝑌𝑖 ) = 𝛽0 + 𝛽1 𝑥𝑖 + 𝜖𝑖
plot(log(salary) ~ years, data = initech, col = "grey", pch = 20, cex = 1.5,
main = "Salaries at Initech, By Seniority")
abline(initech_fit_log, col = "darkorange", lwd = 2)
11.5
11.0
10.5
5 10 15 20 25
years
344 CHAPTER 14. TRANSFORMATIONS
𝑌𝑖 = exp(𝛽0 + 𝛽1 𝑥𝑖 ) ⋅ exp(𝜖𝑖 )
plot(salary ~ years, data = initech, col = "grey", pch = 20, cex = 1.5,
main = "Salaries at Initech, By Seniority")
curve(exp(initech_fit_log$coef[1] + initech_fit_log$coef[2] * x),
from = 0, to = 30, add = TRUE, col = "darkorange", lwd = 2)
150000
50000
5 10 15 20 25
years
0.4
0.2
0.2
Sample Quantiles
Residuals
0.0
0.0
-0.2
-0.2
-0.4
-0.4
-0.6
-0.6
10.5 11.0 11.5 12.0 12.5 -2 -1 0 1 2
sqrt(mean(resid(initech_fit) ^ 2))
## [1] 27080.16
sqrt(mean(resid(initech_fit_log) ^ 2))
## [1] 0.1934907
## [1] 27080.16
## [1] 24280.36
Predictor Transformations
set.seed(314)
quad_data = sim_quad(sample_size = 200)
##
## Call:
## lm(formula = y ~ x, data = quad_data)
##
## Residuals:
## Min 1Q Median 3Q Max
## -20.363 -7.550 -3.416 8.472 26.181
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -18.3271 1.5494 -11.83 <2e-16 ***
## x 24.8716 0.5343 46.55 <2e-16 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 10.79 on 198 degrees of freedom
## Multiple R-squared: 0.9163, Adjusted R-squared: 0.9158
## F-statistic: 2167 on 1 and 198 DF, p-value: < 2.2e-16
40
20
0
0 1 2 3 4 5
20
Sample Quantiles
10
10
Residuals
0
-10
-10
-20
-20
-20 0 20 40 60 80 100 -3 -2 -1 0 1 2 3
𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖 + 𝛽2 𝑥2𝑖 + 𝜖𝑖
##
## Call:
## lm(formula = y ~ x + I(x^2), data = quad_data)
##
## Residuals:
## Min 1Q Median 3Q Max
## -11.4167 -3.0581 0.2297 3.1024 12.1256
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 3.0649 0.9577 3.200 0.0016 **
## x -0.5108 0.8637 -0.591 0.5549
## I(x^2) 5.0740 0.1667 30.433 <2e-16 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 4.531 on 197 degrees of freedom
## Multiple R-squared: 0.9853, Adjusted R-squared: 0.9852
## F-statistic: 6608 on 2 and 197 DF, p-value: < 2.2e-16
40
20
0
0 1 2 3 4 5
10
Sample Quantiles
5
5
Residuals
0
-5
-5
-10
-10
0 20 40 60 80 100 120 -3 -2 -1 0 1 2 3
sim_for_perf = function() {
x = seq(0, 10)
y = 3 + x - 4 * x ^ 2 + rnorm(n = 11, mean = 0, sd = 25)
data.frame(x, y)
}
set.seed(1234)
data_for_perf = sim_for_perf()
-200
-300
-400
0 2 4 6 8 10
x
14.2. PREDICTOR TRANSFORMATION 351
𝑌𝑖 = 𝛽0 + 𝛽1 𝑥𝑖 + 𝛽2 𝑥2𝑖 + 𝜖𝑖
set.seed(42)
data_higher = sim_higher()
-5
-10
-2 -1 0 1 2
x
352 CHAPTER 14. TRANSFORMATIONS
-5
-10
-2 -1 0 1 2
5
Sample Quantiles
Residuals
0
-5
-5
-8 -6 -4 -2 0 -3 -2 -1 0 1 2 3
5
Sample Quantiles
Residuals
0
-5
-5
-6 -4 -2 0 2 -3 -2 -1 0 1 2 3
anova(fit_2, fit_4)
## Model 1: y ~ poly(x, 2)
## Model 2: y ~ poly(x, 4)
## Res.Df RSS Df Sum of Sq F Pr(>F)
## 1 247 2334.1
## 2 245 1912.6 2 421.51 26.997 2.536e-11 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
anova(fit_4, fit_6)
coef(fit_4a)
coef(fit_4b)
coef(fit_4c)
unname(coef(fit_4a))
unname(coef(fit_4b))
unname(coef(fit_4c))
all.equal(fitted(fit_4a),
fitted(fit_4b))
## [1] TRUE
all.equal(resid(fit_4a),
resid(fit_4b))
## [1] TRUE
summary(fit_4a)
##
## Call:
## lm(formula = y ~ poly(x, degree = 4), data = data_higher)
##
## Residuals:
## Min 1Q Median 3Q Max
## -7.6982 -2.0334 0.0042 1.9532 7.4626
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -1.9800 0.1767 -11.205 < 2e-16 ***
356 CHAPTER 14. TRANSFORMATIONS
summary(fit_4c)
##
## Call:
## lm(formula = y ~ x + I(x^2) + I(x^3) + I(x^4), data = data_higher)
##
## Residuals:
## Min 1Q Median 3Q Max
## -7.6982 -2.0334 0.0042 1.9532 7.4626
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 2.9996 0.3315 9.048 < 2e-16 ***
## x -0.3880 0.3828 -1.014 0.312
## I(x^2) -6.1511 0.5049 -12.183 < 2e-16 ***
## I(x^3) 0.1269 0.1456 0.871 0.384
## I(x^4) 1.0282 0.1400 7.344 3.06e-12 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 2.794 on 245 degrees of freedom
## Multiple R-squared: 0.5993, Adjusted R-squared: 0.5928
## F-statistic: 91.61 on 4 and 245 DF, p-value: < 2.2e-16
## (Intercept) x
## -18.32715 24.87163
14.2. PREDICTOR TRANSFORMATION 357
## (Intercept) x I(x^2)
## 3.0649446 -0.5108131 5.0739805
## (Intercept) x
## -18.32715 24.87163
## (Intercept) x
## -18.32715 24.87163
## (Intercept) x
## -18.32715 24.87163
## (Intercept) x
## -18.32715 24.87163
## (Intercept) I(x + x)
## -18.32715 12.43582
## (Intercept) x
## -18.32715 24.87163
pairs(autompg)
mpg
30
10
3.0
cyl
2.0
1.0
300
disp
100
150
hp
50
acc
15
10
82
78
year
74
70
3.0
origin
2.0
1.0
domestic 0.8
0.4
0.0
plot(mpg ~ hp, data = autompg, col = "dodgerblue", pch = 20, cex = 1.5)
abline(mpg_hp, col = "darkorange", lwd = 2)
15
40
10
5
Residuals
30
mpg
0
20
-5
-10
10
hp Fitted
plot(mpg ~ hp, data = autompg, col = "dodgerblue", pch = 20, cex = 1.5)
xplot = seq(min(autompg$hp), max(autompg$hp), by = 0.1)
lines(xplot, predict(mpg_hp_log, newdata = data.frame(hp = xplot)),
col = "darkorange", lwd = 2, lty = 1)
10
5
Residuals
30
mpg
0
-5
20
-10
10
-15
hp Fitted
360 CHAPTER 14. TRANSFORMATIONS
plot(log(mpg) ~ hp, data = autompg, col = "dodgerblue", pch = 20, cex = 1.5)
xplot = seq(min(autompg$hp), max(autompg$hp), by = 0.1)
lines(xplot, predict(mpg_hp_log, newdata = data.frame(hp = xplot)),
col = "darkorange", lwd = 2, lty = 1)
0.6
0.4
3.5
0.2
Residuals
log(mpg)
0.0
3.0
hp Fitted
0.6
0.4
3.5
0.2
Residuals
log(mpg)
0.0
3.0
-0.2
-0.4
2.5
-0.6
4.0 4.5 5.0 5.5 2.4 2.6 2.8 3.0 3.2 3.4 3.6
log(hp) Fitted
10
5
0
-5
-10
-3 -2 -1 0 1 2 3
Theoretical Quantiles
##
## Call:
## lm(formula = log(mpg) ~ disp * hp * domestic + I(disp^2) + I(hp^2),
## data = autompg)
##
## Residuals:
## Min 1Q Median 3Q Max
## -0.40381 -0.08635 -0.01040 0.09995 0.71365
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 4.276e+00 2.564e-01 16.674 <2e-16 ***
## disp -5.289e-03 2.565e-03 -2.062 0.0399 *
## hp -7.386e-03 3.309e-03 -2.232 0.0262 *
## domestic -2.496e-01 2.787e-01 -0.896 0.3710
## I(disp^2) 8.552e-06 4.141e-06 2.065 0.0396 *
## I(hp^2) -1.565e-05 1.679e-05 -0.932 0.3519
## disp:hp 2.685e-05 3.082e-05 0.871 0.3842
## disp:domestic -1.101e-03 2.526e-03 -0.436 0.6631
## hp:domestic 7.560e-03 3.689e-03 2.049 0.0411 *
## disp:hp:domestic -2.311e-05 2.662e-05 -0.868 0.3859
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 0.1507 on 373 degrees of freedom
## Multiple R-squared: 0.8107, Adjusted R-squared: 0.8062
## F-statistic: 177.5 on 9 and 373 DF, p-value: < 2.2e-16
0.4
0.2
0.0
-0.4 -0.2
-3 -2 -1 0 1 2 3
Theoretical Quantiles
14.3 R Markdown
The R Markdown file for this chapter can be found here:
• transformations.Rmd
Collinearity
Notice that the way we are generating this data, the response 𝑦 only really
depends on 𝑥1 and 𝑥2 .
set.seed(42)
exact_collin_data = gen_exact_collin_data()
head(exact_collin_data)
365
366 CHAPTER 15. COLLINEARITY
## y x1 x2 x3
## 1 170.7135 93.70958 76.00483 494.4385
## 2 152.9106 74.35302 75.22376 452.6011
## 3 152.7866 83.63128 64.98396 430.1984
## 4 170.6306 86.32863 79.24241 492.6269
## 5 152.3320 84.04268 66.66613 437.7499
## 6 151.3155 78.93875 70.52757 442.9878
What happens when we attempt to fit a regression model in R using all of the
predictors?
##
## Call:
## lm(formula = y ~ x1 + x2 + x3, data = exact_collin_data)
##
## Residuals:
## Min 1Q Median 3Q Max
## -2.57662 -0.66188 -0.08253 0.63706 2.52057
##
## Coefficients: (1 not defined because of singularities)
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 2.957336 1.735165 1.704 0.0915 .
## x1 0.985629 0.009788 100.702 <2e-16 ***
## x2 1.017059 0.022545 45.112 <2e-16 ***
## x3 NA NA NA NA
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 1.014 on 97 degrees of freedom
## Multiple R-squared: 0.9923, Adjusted R-squared: 0.9921
## F-statistic: 6236 on 2 and 97 DF, p-value: < 2.2e-16
X = cbind(1, as.matrix(exact_collin_data[,-1]))
solve(t(X) %*% X)
𝑇 −1
If we attempt to find 𝛽 ̂ using (𝑋 𝑋) , we see that this is not possible, due
to the fact that the columns of 𝑋 are linearly dependent. The previous lines of
code were not run, because they produce an error!
When this happens, we say there is exact collinearity in the dataset.
15.1. EXACT COLLINEARITY 367
We see that the fitted values for each of the three models are exactly the same.
This is a result of 𝑥3 containing all of the information from 𝑥1 and 𝑥2 . As
long as one of 𝑥1 or 𝑥2 is included in the model, 𝑥3 can be used to recover the
information from the variable not included.
all.equal(fitted(fit1), fitted(fit2))
## [1] TRUE
all.equal(fitted(fit2), fitted(fit3))
## [1] TRUE
While their fitted values are all the same, their estimated coefficients are wildly
different. The sign of 𝑥2 is switched in two of the models! So only fit1 properly
explains the relationship between the variables, fit2 and fit3 still predict as
well as fit1, despite the coefficients having little to no meaning, a concept we
will return to later.
coef(fit1)
## (Intercept) x1 x2
## 2.9573357 0.9856291 1.0170586
coef(fit2)
## (Intercept) x1 x3
## 2.1945418 0.4770998 0.2542647
coef(fit3)
## (Intercept) x2 x3
## 1.4788921 -0.9541995 0.4928145
368 CHAPTER 15. COLLINEARITY
15.2 Collinearity
Looking at the seatpos dataset from the faraway package, we will see an
example of this concept. The predictors in this dataset are various attributes
of car drivers, such as their height, weight and age. The response variable
hipcenter measures the “horizontal distance of the midpoint of the hips from a
fixed location in the car in mm.” Essentially, it measures the position of the seat
for a given driver. This is potentially useful information for car manufacturers
considering comfort and safety when designing vehicles.
We will attempt to fit a model that predicts hipcenter. Two predictor variables
are immediately interesting to us: HtShoes and Ht. We certainly expect a
person’s height to be highly correlated to their height when wearing shoes.
We’ll pay special attention to these two variables when fitting models.
library(faraway)
pairs(seatpos, col = "dodgerblue")
15.2. COLLINEARITY 369
20 40 60
Age
300
200
Weight
100
190
HtShoes
160
180
Ht
150
100
Seated
90
80
38
Arm
32
26
45
Thigh
35
42
Leg
36
30
-100
hipcenter
-250
round(cor(seatpos), 2)
We can also do this numerically with the cor() function, which when applied to
a dataset, returns all pairwise correlations. Notice this is a symmetric matrix.
Recall that correlation measures strength and direction of the linear relationship
between two variables. The correlation between Ht and HtShoes is extremely
high. So high, that rounded to two decimal places, it appears to be 1!
Unlike exact collinearity, here we can still fit a model with all of the predictors,
but what effect does this have?
##
## Call:
## lm(formula = hipcenter ~ ., data = seatpos)
##
## Residuals:
## Min 1Q Median 3Q Max
## -73.827 -22.833 -3.678 25.017 62.337
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 436.43213 166.57162 2.620 0.0138 *
## Age 0.77572 0.57033 1.360 0.1843
## Weight 0.02631 0.33097 0.080 0.9372
## HtShoes -2.69241 9.75304 -0.276 0.7845
## Ht 0.60134 10.12987 0.059 0.9531
## Seated 0.53375 3.76189 0.142 0.8882
## Arm -1.32807 3.90020 -0.341 0.7359
## Thigh -1.14312 2.66002 -0.430 0.6706
## Leg -6.43905 4.71386 -1.366 0.1824
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 37.72 on 29 degrees of freedom
## Multiple R-squared: 0.6866, Adjusted R-squared: 0.6001
## F-statistic: 7.94 on 8 and 29 DF, p-value: 1.306e-05
One of the first things we should notice is that the 𝐹 -test for the regression tells
us that the regression is significant, however each individual predictor is not.
Another interesting result is the opposite signs of the coefficients for Ht and
HtShoes. This should seem rather counter-intuitive. Increasing Ht increases
hipcenter, but increasing HtShoes decreases hipcenter?
This happens as a result of the predictors being highly correlated. For example,
the HtShoe variable explains a large amount of the variation in Ht. When they
15.2. COLLINEARITY 371
are both in the model, their effects on the response are lessened individually,
but together they still explain a large portion of the variation of hipcenter.
We define 𝑅𝑗2 to be the proportion of observed variation in the 𝑗-th predictor
explained by the other predictors. In other words 𝑅𝑗2 is the multiple R-Squared
for the regression of 𝑥𝑗 on each of the other predictors.
## [1] 0.9967472
Here we see that the other predictors explain 99.67% of the variation in HtShoe.
When fitting this model, we removed hipcenter since it is not a predictor.
1 1
Var(𝛽𝑗̂ ) = 𝜎2 𝐶𝑗𝑗 = 𝜎2 ( )
1 − 𝑅𝑗2 𝑆𝑥𝑗 𝑥𝑗
where
This gives us a way to understand how collinearity affects our regression esti-
mates.
We will call,
1
1 − 𝑅𝑗2
the variance inflation factor. The variance inflation factor quantifies the
effect of collinearity on the variance of our regression estimates. When 𝑅𝑗2 is
large, that is close to 1, 𝑥𝑗 is well explained by the other predictors. With a
large 𝑅𝑗2 the variance inflation factor becomes large. This tells us that when 𝑥𝑗
is highly correlated with other predictors, our estimate of 𝛽𝑗 is highly variable.
The vif function from the faraway package calculates the VIFs for each of the
predictors of a model.
372 CHAPTER 15. COLLINEARITY
vif(hip_model)
In practice it is common to say that any VIF greater than 5 is cause for concern.
So in this example we see there is a huge multicollinearity issue as many of the
predictors have a VIF greater than 5.
Let’s further investigate how the presence of collinearity actually affects a model.
If we add a moderate amount of noise to the data, we see that the estimates of
the coefficients change drastically. This is a rather undesirable effect. Adding
random noise should not affect the coefficients of a model.
set.seed(1337)
noise = rnorm(n = nrow(seatpos), mean = 0, sd = 5)
hip_model_noise = lm(hipcenter + noise ~ ., data = seatpos)
Adding the noise had such a large effect, the sign of the coefficient for Ht has
changed.
coef(hip_model)
coef(hip_model_noise)
This tells us that a model with collinearity is bad at explaining the relationship
between the response and the predictors. We cannot even be confident in the
direction of the relationship. However, does collinearity affect prediction?
15.2. COLLINEARITY 373
-150
-200
-250
We see that by plotting the predicted values using both models against each
other, they are actually rather similar.
Let’s now look at a smaller model,
##
## Call:
## lm(formula = hipcenter ~ Age + Arm + Ht, data = seatpos)
##
## Residuals:
## Min 1Q Median 3Q Max
## -82.347 -24.745 -0.094 23.555 58.314
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 493.2491 101.0724 4.880 2.46e-05 ***
374 CHAPTER 15. COLLINEARITY
vif(hip_model_small)
## Age Arm Ht
## 1.749943 3.996766 3.508693
anova(hip_model_small, hip_model)
Also notice that using an 𝐹 -test to compare the two models, we would prefer
the smaller model.
We now investigate the effect of adding another variable to this smaller model.
Specifically we want to look at adding the variable HtShoes. So now our possible
predictors are HtShoes, Age, Arm, and Ht. Our response is still hipcenter.
To quantify this effect we will look at a variable added plot and a partial
correlation coefficient. For both of these, we will look at the residuals of two
models:
The correlation of these two residuals gives us the partial correlation coeffi-
cient of HtShoes and hipcenter with the effects of Age, Arm, and Ht removed.
cor(resid(ht_shoes_model_small), resid(hip_model_small))
## [1] -0.03311061
Since this value is small, close to zero, it means that the variation of hipcenter
that is unexplained by Age, Arm, and Ht shows very little correlation with the
variation of HtShoes that is not explained by Age, Arm, and Ht. Thus adding
HtShoes to the model would likely be of little benefit.
Similarly a variable added plot visualizes these residuals against each other.
It is also helpful to regress the residuals of the response against the residuals of
the predictor and add the regression line to the plot.
plot(resid(hip_model_small) ~ resid(ht_shoes_model_small),
col = "dodgerblue", pch = 20,
xlab = "Residuals, Added Predictor",
ylab = "Residuals, Original Model",
main = "Variable Added Plot")
abline(h = 0, lty = 2)
abline(v = 0, lty = 2)
abline(lm(resid(hip_model_small) ~ resid(ht_shoes_model_small)),
col = "darkorange", lwd = 2)
376 CHAPTER 15. COLLINEARITY
20 40 60
Residuals, Original Model
0
-40
-80
Here the variable added plot shows almost no linear relationship. This tells us
that adding HtShoes to the model would probably not be worthwhile. Since its
variation is largely explained by the other predictors, adding it to the model
will not do much to improve the model. However it will increase the variation
of the estimates and make the model much harder to interpret.
Had there been a strong linear relationship here, thus a large partial correlation
coefficient, it would likely have been useful to add the additional predictor to
the model.
This trade-off is mostly true in general. As a model gets more predictors, errors
will get smaller and its prediction will be better, but it will be harder to interpret.
This is why, if we are interested in explaining the relationship between the
predictors and the response, we often want a model that fits well, but with a
small number of predictors with little correlation.
Next chapter we will learn about methods to find models that both fit well,
but also have a small number of predictors. We will also discuss overfitting. Al-
though, adding additional predictors will always make errors smaller, sometimes
we will be “fitting the noise” and such a model will not generalize to additional
observations well.
15.3. SIMULATION 377
15.3 Simulation
Here we simulate example data with and without collinearity. We will note the
difference in the distribution of the estimates of the 𝛽 parameters, in particular
their variance. However, we will also notice the similarity in their 𝑀 𝑆𝐸.
We will use the model,
𝑌 = 𝛽0 + 𝛽1 𝑥1 + 𝛽2 𝑥2 + 𝜖
set.seed(42)
beta_0 = 7
beta_1 = 3
beta_2 = 4
sigma = 5
We will use a sample size of 10, and 2500 simulations for both situations.
sample_size = 10
num_sim = 2500
We’ll first consider the situation with a collinearity issue, so we manually create
the two predictor variables.
x1 = c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
x2 = c(1, 2, 3, 4, 5, 7, 6, 10, 9, 8)
c(sd(x1), sd(x2))
cor(x1, x2)
## [1] 0.9393939
We perform the simulation 2500 times, each time fitting a regression model, and
storing the estimated coefficients and the MSE.
for (s in 1:num_sim) {
y = true_line_bad + rnorm(n = sample_size, mean = 0, sd = sigma)
reg_out = lm(y ~ x1 + x2)
beta_hat_bad[s, ] = coef(reg_out)[-1]
mse_bad[s] = mean(resid(reg_out) ^ 2)
}
z1 = c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
z2 = c(9, 2, 7, 4, 5, 6, 3, 8, 1, 10)
Notice that the standard deviations of each are the same as before, however,
now the correlation is extremely close to 0.
c(sd(z1), sd(z2))
cor(z1, z2)
## [1] 0.03030303
for (s in 1:num_sim) {
y = true_line_good + rnorm(n = sample_size, mean = 0, sd = sigma)
reg_out = lm(y ~ z1 + z2)
beta_hat_good[s, ] = coef(reg_out)[-1]
mse_good[s] = mean(resid(reg_out) ^ 2)
}
^ with Collinearity
Histogram of β ^ without Collinearity
Histogram of β
1 1
300
300
250
200
Frequency
Frequency
200
150
100
100
50
0
-2 0 2 4 6 8 10 1 2 3 4 5
^
β ^
β
1 1
First, for 𝛽1 , which has a true value of 3, we see that both with and without
collinearity, the simulated values are centered near 3.
mean(beta_hat_bad[, 1])
## [1] 2.963325
mean(beta_hat_good[, 1])
## [1] 3.013414
The way the predictors were created, the 𝑆𝑥𝑗 𝑥𝑗 portion of the variance is the
same for the predictors in both cases, but the variance is still much larger in the
simulations performed with collinearity. The variance is so large in the collinear
case, that sometimes the estimated coefficient for 𝛽1 is negative!
380 CHAPTER 15. COLLINEARITY
sd(beta_hat_bad[, 1])
## [1] 1.633294
sd(beta_hat_good[, 1])
## [1] 0.5484684
^ with Collinearity
Histogram of β ^ without Collinearity
Histogram of β
2 2
400
300
250
300
200
Frequency
Frequency
200
150
100
100
50
0
-2 0 2 4 6 8 10 2 3 4 5 6
^
β ^
β
2 2
We see the same issues with 𝛽2 . On average the estimates are correct, but the
variance is again much larger with collinearity.
mean(beta_hat_bad[, 2])
## [1] 4.025059
15.3. SIMULATION 381
mean(beta_hat_good[, 2])
## [1] 4.004913
sd(beta_hat_bad[, 2])
## [1] 1.642592
sd(beta_hat_good[, 2])
## [1] 0.5470381
500
500
400
400
Frequency
Frequency
300
300
200
200
100
100
0
0 20 40 60 0 10 20 30 40 50 60 70
MSE MSE
Interestingly, in both cases, the MSE is roughly the same on average. Again,
this is because collinearity affects a model’s ability to explain, but not predict.
382 CHAPTER 15. COLLINEARITY
mean(mse_bad)
## [1] 17.7186
mean(mse_good)
## [1] 17.70513
15.4 R Markdown
The R Markdown file for this chapter can be found here:
• collinearity.Rmd
Last chapter we saw how correlation between predictor variables can have un-
desirable effects on models. We used variance inflation factors to assess the
severity of the collinearity issues caused by these correlations. We also saw how
fitting a smaller model, leaving out some of the correlated predictors, results
in a model which no longer suffers from collinearity issues. But how should we
choose this smaller model?
This chapter, we will discuss several criteria and procedures for choosing a
“good” model from among a choice of many.
383
384 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
The first criteria we will discuss is the Akaike Information Criterion, or AIC
for short. (Note that, when Akaike first introduced this metric, it was simply
called An Information Criterion. The A has changed meaning over the years.)
Recall, the maximized log-likelihood of a regression model can be written as
𝑛 𝑛 RSS 𝑛
log 𝐿(𝛽,̂ 𝜎̂ 2 ) = − log(2𝜋) − log ( )− ,
2 2 𝑛 2
𝑛
where RSS = ∑𝑖=1 (𝑦𝑖 − 𝑦𝑖̂ )2 and 𝛽 ̂ and 𝜎̂ 2 were chosen to maximize the likeli-
hood.
Then we can define AIC as
RSS
AIC = −2 log 𝐿(𝛽,̂ 𝜎̂ 2 ) + 2𝑝 = 𝑛 + 𝑛 log(2𝜋) + 𝑛 log ( ) + 2𝑝,
𝑛
which is a measure of quality of the model. The smaller the AIC, the better.
To see why, let’s talk about the two main components of AIC, the likelihood
(which measures “goodness-of-fit”) and the penalty (which is a function of the
size of the model).
The likelihood portion of AIC is given by
RSS
−2 log 𝐿(𝛽,̂ 𝜎̂ 2 ) = 𝑛 + 𝑛 log(2𝜋) + 𝑛 log ( ).
𝑛
For the sake of comparing models, the only term here that will change is
𝑛 log ( RSS
𝑛 ), which is a function of RSS. The
𝑛 + 𝑛 log(2𝜋)
16.1. QUALITY CRITERION 385
terms will be constant across all models applied to the same data. So, when a
model fits well, that is, has a low RSS, then this likelihood component will be
small.
Similarly, we can discuss the penalty component of AIC which is,
2𝑝,
RSS
AIC = 𝑛 log ( ) + 2𝑝
𝑛
is a sufficient expression, as 𝑛 + 𝑛 log(2𝜋) is the same across all models for any
particular dataset.
The Bayesian Information Criterion, or BIC, is similar to AIC, but has a larger
penalty. BIC also quantifies the trade-off between a model which fits well and
the number of model parameters, however for a reasonable sample size, generally
picks a smaller model than AIC. Again, for model selection use the model with
the smallest BIC.
RSS
BIC = −2 log 𝐿(𝛽,̂ 𝜎̂ 2 ) + log(𝑛)𝑝 = 𝑛 + 𝑛 log(2𝜋) + 𝑛 log ( ) + log(𝑛)𝑝.
𝑛
2𝑝,
log(𝑛)𝑝.
So, for any dataset where 𝑙𝑜𝑔(𝑛) > 2 the BIC penalty will be larger than the
AIC penalty, thus BIC will likely prefer a smaller model.
Note that sometimes the penalty is considered a general expression of the form
386 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
𝑘 ⋅ 𝑝.
RSS
BIC = 𝑛 log ( ) + log(𝑛)𝑝
𝑛
Recall,
𝑛
SSE ∑ (𝑦𝑖 − 𝑦𝑖̂ )2
𝑅2 = 1 − = 1 − 𝑖=1
𝑛 .
SST ∑𝑖=1 (𝑦𝑖 − 𝑦)̄ 2
We now define
SSE/(𝑛 − 𝑝) 𝑛−1
𝑅𝑎2 = 1 − =1−( ) (1 − 𝑅2 )
SST/(𝑛 − 1) 𝑛−𝑝
Each of the previous three metrics explicitly used 𝑝, the number of parameters,
in their calculations. Thus, they all explicitly limit the size of models chosen
when used to compare models.
We’ll now briefly introduce overfitting and cross-validation.
set.seed(1234)
poly_data = make_poly_data()
𝑌 = 3 + 𝑥 + 4𝑥2 + 𝜖.
We’ll now fit two models to this data, one which has the correct form, quadratic,
and one that is large, which includes terms up to and including an eighth degree.
We then plot the data and the results of the two models.
100
0
-100
0 2 4 6 8 10
x
388 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
We can see that the solid blue curve models this data rather nicely. The dashed
orange curve fits the points better, making smaller errors, however it is unlikely
that it is correctly modeling the true relationship between 𝑥 and 𝑦. It is fitting
the random noise. This is an example of overfitting.
We see that the larger model indeed has a lower RMSE.
sqrt(mean(resid(fit_quad) ^ 2))
## [1] 17.61812
sqrt(mean(resid(fit_big) ^ 2))
## [1] 10.4197
1 𝑛 2
RMSELOOCV = √ ∑𝑒 .
𝑛 𝑖=1 [𝑖]
The 𝑒[𝑖] are the residual for the 𝑖th observation, when that observation is not
used to fit the model.
𝑒[𝑖] = 𝑦𝑖 − 𝑦[𝑖]
̂
̂ = 𝑥⊤
𝑦[𝑖] ̂
𝑖 𝛽[𝑖]
√
√1 𝑛 2
𝑒𝑖
RMSELOOCV = √ ∑ ( ) ,
𝑛 1 − ℎ𝑖
⎷ 𝑖=1
where ℎ𝑖 are the leverages and 𝑒𝑖 are the usual residuals. This is great, because
now we can obtain the LOOCV RMSE by fitting only one model! In practice 5
16.1. QUALITY CRITERION 389
or 10 fold cross-validation are much more popular. For example, in 5-fold cross-
validation, the model is fit 5 times, each time leaving out a fifth of the data, then
predicting on those values. We’ll leave in-depth examination of cross-validation
to a machine learning course, and simply use LOOCV here.
Let’s calculate LOOCV RMSE for both models, then discuss why we want to
do so. We first write a function which calculates the LOOCV RMSE as defined
using the shortcut formula for linear models.
calc_loocv_rmse = function(model) {
sqrt(mean((resid(model) / (1 - hatvalues(model))) ^ 2))
}
calc_loocv_rmse(fit_quad)
## [1] 23.57189
calc_loocv_rmse(fit_big)
## [1] 1334.357
Now we see that the quadratic model has a much smaller LOOCV RMSE, so we
would prefer this quadratic model. This is because the large model has severely
over-fit the data. By leaving a single data point out and fitting the large model,
the resulting fit is much different than the fit using all of the data. For example,
let’s leave out the third data point and fit both models, then plot the result.
400
300
200
y
100
0
-100
0 2 4 6 8 10
We see that on average, the solid blue line for the quadratic model has similar
errors as before. It has changed very slightly. However, the dashed orange line
for the large model, has a huge error at the point that was removed and is much
different than the previous fit.
This is the purpose of cross-validation. By assessing how the model fits points
that were not used to perform the regression, we get an idea of how well the
model will work for future observations. It assesses how well the model works
in general, not simply on the observed data.
library(faraway)
hipcenter_mod = lm(hipcenter ~ ., data = seatpos)
coef(hipcenter_mod)
Let’s return to the seatpos data from the faraway package. Now, let’s consider
only models with first order terms, thus no interactions and no polynomials.
There are eight predictors in this model. So if we consider all possible models,
ranging from using 0 predictors, to all eight predictors, there are
𝑝−1
𝑝−1
∑( ) = 2𝑝−1 = 28 = 256
𝑘=0
𝑘
possible models.
If we had 10 or more predictors, we would already be considering over 1000
models! For this reason, we often search through possible models in an intelligent
way, bypassing some models that are unlikely to be considered good. We will
consider three search procedures: backwards, forwards, and stepwise.
Backward selection procedures start with all possible predictors in the model,
then consider how deleting a single predictor will affect a chosen metric. Let’s
try this on the seatpos data. We will use the step() function in R which by
default uses AIC as its metric of choice.
## Start: AIC=283.62
## hipcenter ~ Age + Weight + HtShoes + Ht + Seated + Arm + Thigh +
## Leg
##
## Df Sum of Sq RSS AIC
## - Ht 1 5.01 41267 281.63
## - Weight 1 8.99 41271 281.63
## - Seated 1 28.64 41290 281.65
## - HtShoes 1 108.43 41370 281.72
## - Arm 1 164.97 41427 281.78
## - Thigh 1 262.76 41525 281.87
## <none> 41262 283.62
## - Age 1 2632.12 43894 283.97
## - Leg 1 2654.85 43917 283.99
##
## Step: AIC=281.63
## hipcenter ~ Age + Weight + HtShoes + Seated + Arm + Thigh + Leg
##
## Df Sum of Sq RSS AIC
## - Weight 1 11.10 41278 279.64
392 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
RSS
AIC = 𝑛 log ( ) + 2𝑝,
𝑛
n = length(resid(hipcenter_mod))
(p = length(coef(hipcenter_mod)))
## [1] 9
n * log(mean(resid(hipcenter_mod) ^ 2)) + 2 * p
## [1] 283.624
Returning to the first step, R then gives us a row which shows the effect of
deleting each of the current predictors. The - signs at the beginning of each
row indicate we are considering removing a predictor. There is also a row with
<none> which is a row for keeping the current model. Notice that this row has
the smallest RSS, as it is the largest model.
We see that every row above <none> has a smaller AIC than the row for <none>
with the one at the top, Ht, giving the lowest AIC. Thus we remove Ht from
the model, and continue the process.
394 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
Notice, in the second step, we start with the model hipcenter ~ Age + Weight
+ HtShoes + Seated + Arm + Thigh + Leg and the variable Ht is no longer
considered.
We continue the process until we reach the model hipcenter ~ Age + HtShoes
+ Leg. At this step, the row for <none> tops the list, as removing any addi-
tional variable will not improve the AIC This is the model which is stored in
hipcenter_mod_back_aic.
coef(hipcenter_mod_back_aic)
We could also search through the possible models in a backwards fashion using
BIC. To do so, we again use the step() function, but now specify k = log(n),
where n stores the number of observations in the data.
n = length(resid(hipcenter_mod))
hipcenter_mod_back_bic = step(hipcenter_mod, direction = "backward", k = log(n))
## Start: AIC=298.36
## hipcenter ~ Age + Weight + HtShoes + Ht + Seated + Arm + Thigh +
## Leg
##
## Df Sum of Sq RSS AIC
## - Ht 1 5.01 41267 294.73
## - Weight 1 8.99 41271 294.73
## - Seated 1 28.64 41290 294.75
## - HtShoes 1 108.43 41370 294.82
## - Arm 1 164.97 41427 294.88
## - Thigh 1 262.76 41525 294.97
## - Age 1 2632.12 43894 297.07
## - Leg 1 2654.85 43917 297.09
## <none> 41262 298.36
##
## Step: AIC=294.73
## hipcenter ~ Age + Weight + HtShoes + Seated + Arm + Thigh + Leg
##
## Df Sum of Sq RSS AIC
## - Weight 1 11.10 41278 291.10
## - Seated 1 30.52 41297 291.12
## - Arm 1 160.50 41427 291.24
## - Thigh 1 269.08 41536 291.34
## - HtShoes 1 971.84 42239 291.98
16.2. SELECTION PROCEDURES 395
## Step: AIC=279.89
## hipcenter ~ HtShoes + Leg
##
## Df Sum of Sq RSS AIC
## - Leg 1 3038.8 48105 278.73
## <none> 45067 279.89
## - HtShoes 1 5004.4 50071 280.25
##
## Step: AIC=278.73
## hipcenter ~ HtShoes
##
## Df Sum of Sq RSS AIC
## <none> 48105 278.73
## - HtShoes 1 83534 131639 313.35
The procedure is exactly the same, except at each step we look to improve the
BIC, which R still labels AIC in the output.
The variable hipcenter_mod_back_bic stores the model chosen by this proce-
dure.
coef(hipcenter_mod_back_bic)
## (Intercept) HtShoes
## 565.592659 -4.262091
We note that this model is smaller, has fewer predictors, than the model chosen
by AIC, which is what we would expect. Also note that while both models are
different, neither uses both Ht and HtShoes which are extremely correlated.
We can use information from the summary() function to compare their Adjusted
𝑅2 values. Note that either selected model performs better than the original
full model.
summary(hipcenter_mod)$adj.r.squared
## [1] 0.6000855
summary(hipcenter_mod_back_aic)$adj.r.squared
## [1] 0.6531427
16.2. SELECTION PROCEDURES 397
summary(hipcenter_mod_back_bic)$adj.r.squared
## [1] 0.6244149
We can also calculate the LOOCV RMSE for both selected models, as well as
the full model.
calc_loocv_rmse(hipcenter_mod)
## [1] 44.44564
calc_loocv_rmse(hipcenter_mod_back_aic)
## [1] 37.58473
calc_loocv_rmse(hipcenter_mod_back_bic)
## [1] 37.40564
We see that we would prefer the model chosen via BIC if using LOOCV RMSE
as our metric.
## Start: AIC=311.71
## hipcenter ~ 1
##
## Df Sum of Sq RSS AIC
398 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
Again, by default R uses AIC as its quality metric when using the step()
function. Also note that now the rows begin with a + which indicates addition
of predictors to the current model from any step.
hipcenter_mod_forw_bic = step(
hipcenter_mod_start,
scope = hipcenter ~ Age + Weight + HtShoes + Ht + Seated + Arm + Thigh + Leg,
direction = "forward", k = log(n))
## Start: AIC=313.35
## hipcenter ~ 1
##
## Df Sum of Sq RSS AIC
## + Ht 1 84023 47616 278.34
## + HtShoes 1 83534 48105 278.73
## + Leg 1 81568 50071 280.25
## + Seated 1 70392 61247 287.91
## + Weight 1 53975 77664 296.93
## + Thigh 1 46010 85629 300.64
## + Arm 1 45065 86574 301.06
## <none> 131639 313.35
## + Age 1 5541 126098 315.35
##
## Step: AIC=278.34
## hipcenter ~ Ht
##
## Df Sum of Sq RSS AIC
## <none> 47616 278.34
## + Leg 1 2781.10 44835 279.69
## + Age 1 2353.51 45262 280.05
## + Weight 1 195.86 47420 281.82
## + Seated 1 101.56 47514 281.90
## + Arm 1 75.78 47540 281.92
## + HtShoes 1 25.76 47590 281.96
## + Thigh 1 4.63 47611 281.98
We can make the same modification as last time to instead use BIC with forward
selection.
summary(hipcenter_mod)$adj.r.squared
## [1] 0.6000855
400 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
summary(hipcenter_mod_forw_aic)$adj.r.squared
## [1] 0.6533055
summary(hipcenter_mod_forw_bic)$adj.r.squared
## [1] 0.6282374
We can compare the two selected models’ Adjusted 𝑅2 as well as their LOOCV
RMSE The results are very similar to those using backwards selection, although
the models are not exactly the same.
calc_loocv_rmse(hipcenter_mod)
## [1] 44.44564
calc_loocv_rmse(hipcenter_mod_forw_aic)
## [1] 37.62516
calc_loocv_rmse(hipcenter_mod_forw_bic)
## [1] 37.2511
Stepwise search checks going both backwards and forwards at every step. It
considers the addition of any variable not currently in the model, as well as the
removal of any variable currently in the model.
Here we perform stepwise search using AIC as our metric. We start with
the model hipcenter ~ 1 and search up to hipcenter ~ Age + Weight +
HtShoes + Ht + Seated + Arm + Thigh + Leg. Notice that at many of the
steps, some row begin with -, while others begin with +.
hipcenter_mod_both_aic = step(
hipcenter_mod_start,
scope = hipcenter ~ Age + Weight + HtShoes + Ht + Seated + Arm + Thigh + Leg,
direction = "both")
16.2. SELECTION PROCEDURES 401
## Start: AIC=311.71
## hipcenter ~ 1
##
## Df Sum of Sq RSS AIC
## + Ht 1 84023 47616 275.07
## + HtShoes 1 83534 48105 275.45
## + Leg 1 81568 50071 276.98
## + Seated 1 70392 61247 284.63
## + Weight 1 53975 77664 293.66
## + Thigh 1 46010 85629 297.37
## + Arm 1 45065 86574 297.78
## <none> 131639 311.71
## + Age 1 5541 126098 312.07
##
## Step: AIC=275.07
## hipcenter ~ Ht
##
## Df Sum of Sq RSS AIC
## + Leg 1 2781 44835 274.78
## <none> 47616 275.07
## + Age 1 2354 45262 275.14
## + Weight 1 196 47420 276.91
## + Seated 1 102 47514 276.99
## + Arm 1 76 47540 277.01
## + HtShoes 1 26 47590 277.05
## + Thigh 1 5 47611 277.06
## - Ht 1 84023 131639 311.71
##
## Step: AIC=274.78
## hipcenter ~ Ht + Leg
##
## Df Sum of Sq RSS AIC
## + Age 1 2896.6 41938 274.24
## <none> 44835 274.78
## - Leg 1 2781.1 47616 275.07
## + Arm 1 522.7 44312 276.33
## + Weight 1 445.1 44390 276.40
## + HtShoes 1 34.1 44801 276.75
## + Thigh 1 33.0 44802 276.75
## + Seated 1 1.1 44834 276.78
## - Ht 1 5236.3 50071 276.98
##
## Step: AIC=274.24
## hipcenter ~ Ht + Leg + Age
##
## Df Sum of Sq RSS AIC
402 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
hipcenter_mod_both_bic = step(
hipcenter_mod_start,
scope = hipcenter ~ Age + Weight + HtShoes + Ht + Seated + Arm + Thigh + Leg,
direction = "both", k = log(n))
## Start: AIC=313.35
## hipcenter ~ 1
##
## Df Sum of Sq RSS AIC
## + Ht 1 84023 47616 278.34
## + HtShoes 1 83534 48105 278.73
## + Leg 1 81568 50071 280.25
## + Seated 1 70392 61247 287.91
## + Weight 1 53975 77664 296.93
## + Thigh 1 46010 85629 300.64
## + Arm 1 45065 86574 301.06
## <none> 131639 313.35
## + Age 1 5541 126098 315.35
##
## Step: AIC=278.34
## hipcenter ~ Ht
##
## Df Sum of Sq RSS AIC
## <none> 47616 278.34
## + Leg 1 2781 44835 279.69
## + Age 1 2354 45262 280.05
## + Weight 1 196 47420 281.82
## + Seated 1 102 47514 281.90
## + Arm 1 76 47540 281.92
## + HtShoes 1 26 47590 281.96
## + Thigh 1 5 47611 281.98
## - Ht 1 84023 131639 313.35
16.2. SELECTION PROCEDURES 403
summary(hipcenter_mod)$adj.r.squared
## [1] 0.6000855
summary(hipcenter_mod_both_aic)$adj.r.squared
## [1] 0.6533055
summary(hipcenter_mod_both_bic)$adj.r.squared
## [1] 0.6282374
calc_loocv_rmse(hipcenter_mod)
## [1] 44.44564
calc_loocv_rmse(hipcenter_mod_both_aic)
## [1] 37.62516
calc_loocv_rmse(hipcenter_mod_both_bic)
## [1] 37.2511
Backward, forward, and stepwise search are all useful, but do have an obvious
issue. By not checking every possible model, sometimes they will miss the best
possible model. With an extremely large number of predictors, sometimes this is
necessary since checking every possible model would be rather time consuming,
even with current computers.
However, with a reasonably sized dataset, it isn’t too difficult to check all pos-
sible models. To do so, we will use the regsubsets() function in the R package
leaps.
404 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
library(leaps)
all_hipcenter_mod = summary(regsubsets(hipcenter ~ ., data = seatpos))
A few points about this line of code. First, note that we immediately
use summary() and store those results. That is simply the intended use
of regsubsets(). Second, inside of regsubsets() we specify the model
hipcenter ~ .. This will be the largest model considered, that is the model
using all first-order predictors, and R will check all possible subsets. Third,
regsubsets() has an argument of nvmax to set the maximum size of subsets to
examine with 8 as default. You need to change it if you investigate the subsets
with more than 8 predictors, although increasing nvmax will significantly
increase computation time.
We’ll now look at the information stored in all_hipcenter_mod.
all_hipcenter_mod$which
Using $which gives us the best model, according to RSS, for a model of each
possible size, in this case ranging from one to eight predictors. For example the
best model with four predictors (𝑝 = 5) would use Age, HtShoes, Thigh, and
Leg.
all_hipcenter_mod$rss
We can obtain the RSS for each of these models using $rss. Notice that these
are decreasing since the models range from small to large.
Now that we have the RSS for each of these models, it is rather easy to obtain
AIC, BIC, and Adjusted 𝑅2 since they are all a function of RSS Also, since we
have the models with the best RSS for each size, they will result in the models
with the best AIC, BIC, and Adjusted 𝑅2 for each size. Then by picking from
those, we can find the overall best AIC, BIC, and Adjusted 𝑅2 .
Conveniently, Adjusted 𝑅2 is automatically calculated.
16.2. SELECTION PROCEDURES 405
all_hipcenter_mod$adjr2
To find which model has the highest Adjusted 𝑅2 we can use the which.max()
function.
(best_r2_ind = which.max(all_hipcenter_mod$adjr2))
## [1] 3
all_hipcenter_mod$which[best_r2_ind, ]
We’ll now calculate AIC and BIC for each of the models with the best RSS. To
do so, we will need both 𝑛 and the 𝑝 for the largest possible model.
p = length(coef(hipcenter_mod))
n = length(resid(hipcenter_mod))
We’ll use the form of AIC which leaves out the constant term that is equal
across all models.
RSS
AIC = 𝑛 log ( ) + 2𝑝.
𝑛
Since we have the RSS of each model stored, this is easy to calculate.
We can then extract the predictors of the model with the best AIC.
406 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
best_aic_ind = which.min(hipcenter_mod_aic)
all_hipcenter_mod$which[best_aic_ind,]
Let’s fit this model so we can compare to our previously chosen models using
AIC and search procedures.
The extractAIC() function will calculate the AIC defined above for a fitted
model.
extractAIC(hipcenter_mod_best_aic)
extractAIC(hipcenter_mod_back_aic)
extractAIC(hipcenter_mod_forw_aic)
extractAIC(hipcenter_mod_both_aic)
We see that two of the models chosen by search procedures have the best possible
AIC, as they are the same model. This is however never guaranteed. We see
that the model chosen using backwards selection does not achieve the smallest
possible AIC.
278
276
274
2 3 4 5 6 7 8 9
p, number of parameters
RSS
BIC = 𝑛 log ( ) + log(𝑛)𝑝.
𝑛
which.min(hipcenter_mod_bic)
## [1] 1
all_hipcenter_mod$which[1,]
extractAIC(hipcenter_mod_best_bic, k = log(n))
extractAIC(hipcenter_mod_back_bic, k = log(n))
extractAIC(hipcenter_mod_forw_bic, k = log(n))
extractAIC(hipcenter_mod_both_bic, k = log(n))
autompg = read.table(
"http://archive.ics.uci.edu/ml/machine-learning-databases/auto-mpg/auto-mpg.data",
quote = "\"",
comment.char = "",
stringsAsFactors = FALSE)
colnames(autompg) = c("mpg", "cyl", "disp", "hp", "wt", "acc",
"year", "origin", "name")
autompg = subset(autompg, autompg$hp != "?")
autompg = subset(autompg, autompg$name != "plymouth reliant")
rownames(autompg) = paste(autompg$cyl, "cylinder", autompg$year, autompg$name)
autompg$hp = as.numeric(autompg$hp)
autompg$domestic = as.numeric(autompg$origin == 1)
autompg = autompg[autompg$cyl != 5,]
autompg = autompg[autompg$cyl != 3,]
autompg$cyl = as.factor(autompg$cyl)
autompg$domestic = as.factor(autompg$domestic)
autompg = subset(autompg, select = c("mpg", "cyl", "disp", "hp",
"wt", "acc", "year", "domestic"))
16.3. HIGHER ORDER TERMS 409
str(autompg)
Recall that we have two factor variables, cyl and domestic. The cyl variable
has three levels, while the domestic variable has only two. Thus the cyl variable
will be coded using two dummy variables, while the domestic variable will only
need one. We will pay attention to this later.
mpg
30
10
3.0
cyl
2.0
1.0
300
disp
100
150
hp
50
3500
wt
1500
20
acc
10
70 74 78 82
year
1.8
domestic
1.4
1.0
We’ll use the pairs() plot to determine which variables may benefit from a
quadratic relationship with the response. We’ll also consider all possible two-
way interactions. We won’t consider any three-order or higher. For example, we
won’t consider the interaction between first-order terms and the added quadratic
terms.
So now, we’ll fit this rather large model. We’ll use a log-transformed response.
Notice that log(mpg) ~ . ^ 2 will automatically consider all first-order terms,
as well as all two-way interactions. We use I(var_name ^ 2) to add quadratic
terms for some variables. This generally works better than using poly() when
performing variable selection.
autompg_big_mod = lm(
log(mpg) ~ . ^ 2 + I(disp ^ 2) + I(hp ^ 2) + I(wt ^ 2) + I(acc ^ 2),
data = autompg)
16.3. HIGHER ORDER TERMS 411
We think it is rather unlikely that we truly need all of these terms. There are
quite a few!
length(coef(autompg_big_mod))
## [1] 40
We’ll try backwards search with both AIC and BIC to attempt to find a smaller,
more reasonable model.
Notice that we used trace = 0 in the function call. This suppresses the output
for each step, and simply stores the chosen model. This is useful, as this code
would otherwise create a large amount of output. If we had viewed the output,
which you can try on your own by removing trace = 0, we would see that R
only considers the cyl variable as a single variable, despite the fact that it is
coded using two dummy variables. So removing cyl would actually remove two
parameters from the resulting model.
You should also notice that R respects hierarchy when attempting to remove
variables. That is, for example, R will not consider removing hp if hp:disp or
I(hp ^ 2) are currently in the model.
We also use BIC.
n = length(resid(autompg_big_mod))
autompg_mod_back_bic = step(autompg_big_mod, direction = "backward",
k = log(n), trace = 0)
Looking at the coefficients of the two chosen models, we see they are still rather
large.
coef(autompg_mod_back_aic)
coef(autompg_mod_back_bic)
However, they are much smaller than the original full model. Also notice that
the resulting models respect hierarchy.
length(coef(autompg_big_mod))
## [1] 40
length(coef(autompg_mod_back_aic))
## [1] 19
length(coef(autompg_mod_back_bic))
## [1] 15
Calculating the LOOCV RMSE for each, we see that the model chosen using
BIC performs the best. That means that it is both the best model for pre-
diction, since it achieves the best LOOCV RMSE, but also the best model for
explanation, as it is also the smallest.
calc_loocv_rmse(autompg_big_mod)
## [1] 0.1112024
calc_loocv_rmse(autompg_mod_back_aic)
## [1] 0.1032888
calc_loocv_rmse(autompg_mod_back_bic)
## [1] 0.103134
16.4. EXPLANATION VERSUS PREDICTION 413
autompg_mod_back_bic
##
## Call:
## lm(formula = log(mpg) ~ cyl + disp + hp + wt + acc + year + domestic +
## cyl:acc + disp:wt + hp:acc + acc:year + acc:domestic, data = autompg)
##
## Coefficients:
## (Intercept) cyl6 cyl8 disp hp
## 4.658e+00 -1.086e-01 -7.612e-01 -1.609e-03 2.621e-03
## wt acc year domestic1 cyl6:acc
## -2.636e-04 -1.671e-01 -1.046e-02 3.342e-01 4.315e-03
## cyl8:acc disp:wt hp:acc acc:year acc:domestic1
## 4.610e-02 4.103e-07 -3.386e-04 2.500e-03 -2.193e-02
16.4.1 Explanation
Suppose we would like to use this model for explanation. Perhaps we are a car
manufacturer trying to engineer a fuel efficient vehicle. If this is the case, we are
interested in both what predictor variables are useful for explaining the car’s fuel
efficiency, as well as how those variables affect fuel efficiency. By understanding
this relationship, we can use this knowledge to our advantage when designing a
car.
To explain a relationship, we are interested in keeping models as small as pos-
sible, since smaller models are easy to interpret. The fewer predictors the fewer
considerations we need to make in our design process. Also the fewer inter-
actions and polynomial terms, the easier it is to interpret any one parameter,
414 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
A word of caution when using a model to explain a relationship. There are two
terms often used to describe a relationship between two variables: causation
and correlation. Correlation is often also referred to as association.
Just because two variables are correlated does not necessarily mean that one
causes the other. For example, considering modeling mpg as only a function of
hp.
plot(mpg ~ hp, data = autompg, col = "dodgerblue", pch = 20, cex = 1.5)
40
30
mpg
20
10
hp
16.4. EXPLANATION VERSUS PREDICTION 415
The issue here is that we have observational data. With observational data,
we can only detect associations. To speak with confidence about causality, we
would need to run experiments.
This is a concept that you should encounter often in your statistics education.
For some further reading, and some related fallacies, see: Wikipedia: Correla-
tion does not imply causation.
16.4.2 Prediction
Suppose now instead of the manufacturer who would like to build a car, we are
a consumer who wishes to purchase a new car. However this particular car is so
new, it has not been rigorously tested, so we are unsure of what fuel efficiency
to expect. (And, as skeptics, we don’t trust what the manufacturer is telling
us.)
In this case, we would like to use the model to help predict the fuel efficiency
of this car based on its attributes, which are the predictors of the model. The
smaller the errors the model makes, the more confident we are in its prediction.
Thus, to find models for prediction, we would use selection criteria that implicitly
penalize larger models, such as LOOCV RMSE. So long as the model does not
over-fit, we do not actually care how large the model becomes. Explaining the
relationship between the variables is not our goal here, we simply want to know
what kind of fuel efficiency we should expect!
We also don’t care about model assumptions. Least squares is least squares. For
a specified model, it will find the values of the parameters which will minimize
the squared error loss. Your results might be largely uninterpretable and useless
for inference, but for prediction none of that matters.
416 CHAPTER 16. VARIABLE SELECTION AND MODEL BUILDING
16.5 R Markdown
The R Markdown file for this chapter can be found here:
• selection.Rmd
Logistic Regression
Note to current readers: This chapter is slightly less tested than previous
chapters. Please do not hesitate to report any errors, or suggest sections that
need better explanation! Also, as a result, this material is more likely to receive
edits.
After reading this chapter you will be able to:
So far we have only considered models for numeric response variables. What
about response variables that only take integer values? What about a response
variable that is categorical? Can we use linear models in these situations? Yes!
The model that we have been using, which we will call ordinary linear regression,
is actually a specific case of the more general, generalized linear model. (Aren’t
statisticians great at naming things?)
417
418 CHAPTER 17. LOGISTIC REGRESSION
Now we’ll allow for two modifications of this situation, which will let us use linear
models in many more situations. Instead of using a normal distribution for the
response conditioned on the predictors, we’ll allow for other distributions. Also,
instead of the conditional mean being a linear combination of the predictors, it
can be some function of a linear combination of the predictors.
In general, a generalized linear model has three parts:
• A link function, 𝑔(), that defines how 𝜂(x), the linear combination of
the predictors, is related to the mean of the response conditioned on the
predictors, E[𝑌 ∣ X = x].
Linear Poisson
Regression Regression Logistic Regression
2
𝑌 ∣X=x 𝑁 (𝜇(x), 𝜎 ) Pois(𝜆(x)) Bern(𝑝(x))
Distribution Normal Poisson Bernoulli
Name (Binomial)
E[𝑌 ∣ X = x] 𝜇(x) 𝜆(x) 𝑝(x)
Support Real: (−∞, ∞) Integer: 0, 1, 2, … Integer: 0, 1
Usage Numeric Data Count (Integer) Binary (Class )
Data Data
Link Name Identity Log Logit
𝑝(x)
Link 𝜂(x) = 𝜇(x) 𝜂(x) = log(𝜆(x)) 𝜂(x) = log ( 1−𝑝(x) )
Function
𝑒𝜂(x)
Mean 𝜇(x) = 𝜂(x) 𝜆(x) = 𝑒𝜂(x) 𝑝(x) = 1+𝑒𝜂(x)
=
Function 1
1+𝑒−𝜂(x)
Like ordinary linear regression, we will seek to “fit” the model by estimating
the 𝛽 parameters. To do so, we will use the method of maximum likelihood.
17.2. BINARY RESPONSE 419
1 yes
𝑌 ={
0 no
𝑝(x) = 𝑃 [𝑌 = 1 ∣ X = x]
With a binary (Bernoulli) response, we’ll mostly focus on the case when 𝑌 = 1,
since with only two possibilities, it is trivial to obtain probabilities when 𝑌 = 0.
𝑃 [𝑌 = 0 ∣ X = x] + 𝑃 [𝑌 = 1 ∣ X = x] = 1
𝑃 [𝑌 = 0 ∣ X = x] = 1 − 𝑝(x)
𝑝(x)
log ( ) = 𝛽0 + 𝛽1 𝑥1 + … + 𝛽𝑝−1 𝑥𝑝−1
1 − 𝑝(x)
more machine learning focused texts will use 𝑝 as the number of predictors.
This is an arbitrary choice, but you should be aware of it.)
The left-hand side is called the log odds, which is the log of the odds. The
odds are the probability for a positive event (𝑌 = 1) divided by the probability
of a negative event (𝑌 = 0). So when the odds are 1, the two events have equal
probability. Odds greater than 1 favor a positive event. The opposite is true
when the odds are less than 1.
𝑝(x) 𝑃 [𝑌 = 1 ∣ X = x]
=
1 − 𝑝(x) 𝑃 [𝑌 = 0 ∣ X = x]
Essentially, the log odds are the logit transform applied to 𝑝(x).
𝜉
logit(𝜉) = log ( )
1−𝜉
It will also be useful to define the inverse logit, otherwise known as the “logistic”
or sigmoid function.
−1 𝑒𝜉 1
logit (𝜉) = =
1 + 𝑒𝜉 1 + 𝑒−𝜉
Note that for 𝑥 ∈ (−∞, ∞)), this function outputs values between 0 and 1.
Students often ask, where is the error term? The answer is that it’s something
that is specific to the normal model. First notice that the model with the error
term,
𝑌 = 𝛽0 + 𝛽1 𝑥1 + … + 𝛽𝑞 𝑥𝑞 + 𝜖, 𝜖 ∼ 𝑁 (0, 𝜎2 )
can instead be written as
𝑌 ∣ X = x ∼ 𝑁 (𝛽0 + 𝛽1 𝑥1 + … + 𝛽𝑞 𝑥𝑞 , 𝜎2 ).
𝑝(x)
log ( ) = 𝛽 0 + 𝛽 1 𝑥1 + … + 𝛽 𝑞 𝑥𝑞
1 − 𝑝(x)
17.2. BINARY RESPONSE 421
With 𝑛 observations, we write the model indexed with 𝑖 to note that it is being
applied to each observation.
𝑝(xi )
log ( ) = 𝛽0 + 𝛽1 𝑥𝑖1 + ⋯ + 𝛽𝑝−1 𝑥𝑖(𝑝−1)
1 − 𝑝(xi )
1
1 − 𝑝(xi ) = 𝑃 [𝑌𝑖 = 0 ∣ X = xi ] =
1 + 𝑒𝛽0 +𝛽1 𝑥𝑖1 +⋯+𝛽𝑝−1 𝑥𝑖(𝑝−1)
To “fit” this model, that is estimate the 𝛽 parameters, we will use maximum
likelihood.
𝛽 = [𝛽0 , 𝛽1 , 𝛽2 , 𝛽3 , … , 𝛽𝑝−1 ]
𝑛
𝐿(𝛽) = ∏ 𝑃 [𝑌𝑖 = 𝑦𝑖 ∣ Xi = xi ]
𝑖=1
𝑛
𝐿(𝛽) = ∏ 𝑝(xi )𝑦𝑖 (1 − 𝑝(xi ))(1−𝑦𝑖 )
𝑖=1
422 CHAPTER 17. LOGISTIC REGRESSION
𝑛 𝑛
𝐿(𝛽) = ∏ 𝑝(xi ) ∏ (1 − 𝑝(xj ))
𝑖∶𝑦𝑖 =1 𝑗∶𝑦𝑗 =0
xi ⊤ 𝛽 ∗ > 0 ⟹ 𝑦𝑖 = 1
and
xi ⊤ 𝛽 ∗ < 0 ⟹ 𝑦𝑖 = 0
for all observations, then the MLE is not unique. Such data is said to be
separable.
This, and similar numeric issues related to estimated probabilities near 0 or 1,
will return a warning in R:
When this happens, the model is still “fit,” but there are consequences, namely,
the estimated coefficients are highly suspect. This is an issue when then trying
to interpret the model. When this happens, the model will often still be useful
for creating a classifier, which will be discussed later. However, it is still subject
to the usual evaluations for classifiers to determine how well it is performing.
For details, see Modern Applied Statistics with S-PLUS, Chapter 7.
You might think, why not simply use ordinary linear regression? Even with a
binary response, our goal is still to model (some function of) E[𝑌 ∣ X = x].
However, with a binary response coded as 0 and 1, E[𝑌 ∣ X = x] = 𝑃 [𝑌 = 1 ∣
X = x] since
E[𝑌 ∣ X = x] = 1 ⋅ 𝑃 [𝑌 = 1 ∣ X = x] + 0 ⋅ 𝑃 [𝑌 = 0 ∣ X = x]
= 𝑃 [𝑌 = 1 ∣ X = x]
Then why can’t we just use ordinary linear regression to estimate E[𝑌 ∣ X = x],
and thus 𝑃 [𝑌 = 1 ∣ X = x]?
To investigate, let’s simulate data from the following model:
𝑝(x)
log ( ) = −2 + 3𝑥
1 − 𝑝(x)
Another way to write this, which better matches the function we’re using to
simulate the data:
𝑌𝑖 ∣ Xi = xi ∼ Bern(𝑝𝑖 )
1
𝑝𝑖 = 𝑝(xi ) =
1 + 𝑒−𝜂(xi )
𝜂(xi ) = −2 + 3𝑥𝑖
set.seed(1)
example_data = sim_logistic_data()
head(example_data)
## y x
## 1 0 -0.6264538
## 2 1 0.1836433
## 3 0 -0.8356286
## 4 1 1.5952808
## 5 0 0.3295078
## 6 0 -0.8204684
424 CHAPTER 17. LOGISTIC REGRESSION
After simulating a dataset, we’ll then fit both ordinary linear regression and
logistic regression. Notice that currently the responses variable y is a numeric
variable that only takes values 0 and 1. Later we’ll see that we can also fit
logistic regression when the response is a factor variable with only two levels.
(Generally, having a factor response is preferred, but having a dummy response
allows us to make the comparison to using ordinary linear regression.)
In a lot of ways, lm() is just a more specific version of glm(). For example
would actually fit the ordinary linear regression that we have seen in the past.
By default, glm() uses family = gaussian argument. That is, we’re fitting
a GLM with a normally distributed response and the identity function as the
link.
The family argument to glm() actually specifies both the distribution and the
link function. If not made explicit, the link function is chosen to be the canon-
ical link function, which is essentially the most mathematical convenient link
function. See ?glm and ?family for details. For example, the following code
explicitly specifies the link function which was previously used by default.
Making predictions with an object of type glm is slightly different than making
predictions after fitting with lm(). In the case of logistic regression, with family
= binomial, we have:
type Returned
"link" [default] 𝜂(x)
̂ = log ( 1−𝑝(x)
̂
𝑝(x)
̂ )
𝑒𝜂(x)
̂
1
"response" 𝑝(x)
̂ = 1+𝑒𝜂(x)
̂ = 1+𝑒−𝜂(x)
̂
17.2. BINARY RESPONSE 425
That is, type = "link" will get you the log odds, while type = "response"
will return the estimated mean, in this case, 𝑃 [𝑌 = 1 ∣ X = x] for each
observation.
## 1
## 2.076166
## 1
## 2.076166
## 1
## 0.888565
1.0
Ordinary
0.8 Logistic
Data
Estimated Probability
0.6
0.4
0.2
0.0
-2 -1 0 1
Since we only have a single predictor variable, we are able to graphically show
this situation. First, note that the data, is plotted using black dots. The
response y only takes values 0 and 1.
Next, we need to discuss the two added lines to the plot. The first, the solid
orange line, is the fitted ordinary linear regression.
The dashed blue curve is the estimated logistic regression. It is helpful to realize
that we are not plotting an estimate of 𝑌 for either. (Sometimes it might seem
that way with ordinary linear regression, but that isn’t what is happening.) For
̂
both, we are plotting E[𝑌 ∣ X = x], the estimated mean, which for a binary
response happens to be an estimate of 𝑃 [𝑌 = 1 ∣ X = x].
We immediately see why ordinary linear regression is not a good idea. While it
is estimating the mean, we see that it produces estimates that are less than 0!
(And in other situations could produce estimates greater than 1!) If the mean
is a probability, we don’t want probabilities less than 0 or greater than 1.
Enter logistic regression. Since the output of the inverse logit function is re-
stricted to be between 0 and 1, our estimates make much more sense as prob-
abilities. Let’s look at our estimated coefficients. (With a lot of rounding, for
simplicity.)
round(coef(fit_glm), 1)
## (Intercept) x
## -2.3 3.7
17.2. BINARY RESPONSE 427
𝑝(x)
̂
log ( ) = −2.3 + 3.7𝑥
1 − 𝑝(x)
̂
Because we’re not directly estimating the mean, but instead a function of the
mean, we need to be careful with our interpretation of 𝛽1̂ = 3.7. This means
that, for a one unit increase in 𝑥, the log odds change (in this case increase) by
3.7. Also, since 𝛽1̂ is positive, as we increase 𝑥 we also increase 𝑝(x).
̂ To see
how much, we have to consider the inverse logistic function.
For example, we have:
𝑒−2.3+3.7⋅(−0.5)
𝑃 ̂ [𝑌 = 1 ∣ 𝑋 = −0.5] = ≈ 0.016
1 + 𝑒−2.3+3.7⋅(−0.5)
𝑒−2.3+3.7⋅(0)
𝑃 ̂ [𝑌 = 1 ∣ 𝑋 = 0] = ≈ 0.09112296
1 + 𝑒−2.3+3.7⋅(0)
𝑒−2.3+3.7⋅(1)
𝑃 ̂ [𝑌 = 1 ∣ 𝑋 = 1] = ≈ 0.8021839
1 + 𝑒−2.3+3.7⋅(1)
Now that we know we should use logistic regression, and not ordinary linear
regression, let’s consider another example. This time, let’s consider the model
𝑝(x)
log ( ) = 1 + −4𝑥.
1 − 𝑝(x)
Again, we could re-write this to better match the function we’re using to simu-
late the data:
𝑌𝑖 ∣ Xi = xi ∼ Bern(𝑝𝑖 )
1
𝑝𝑖 = 𝑝(xi ) =
1 + 𝑒−𝜂(xi )
𝜂(xi ) = 1 + −4𝑥𝑖
set.seed(1)
example_data = sim_logistic_data(sample_size = 50, beta_0 = 1, beta_1 = -4)
We again simulate some observations form this model, then fit logistic regression.
428 CHAPTER 17. LOGISTIC REGRESSION
0.6
0.4
0.2
True Probability
Estimated Probability
Data
0.0
-2 -1 0 1
𝑝(x)
log ( ) = −1.5 + 0.5𝑥 + 𝑥2 .
1 − 𝑝(x)
Again, we could re-write this to better match the function we’re using to simu-
late the data:
𝑌𝑖 ∣ Xi = xi ∼ Bern(𝑝𝑖 )
1
𝑝𝑖 = 𝑝(xi ) =
1 + 𝑒−𝜂(xi )
𝜂(xi ) = −1.5 + 0.5𝑥𝑖 + 𝑥2𝑖
set.seed(42)
example_data = sim_quadratic_logistic_data(sample_size = 50)
1.0
0.8
Estimated Probability
0.6
0.4
0.2
True Probability
Estimated Probability
Data
0.0
-2 -1 0 1 2
While the logistic regression model isn’t exactly the same as the ordinary linear
regression model, because they both use a linear combination of the predictors
working with logistic regression is very similar. Many of the things we did with
ordinary linear regression can be done with logistic regression in a very similar
fashion. For example,
After some introduction to the new tests, we’ll demonstrate each of these using
an example.
17.3. WORKING WITH LOGISTIC REGRESSION 431
𝐻0 ∶ 𝛽 𝑗 = 0 vs 𝐻1 ∶ 𝛽𝑗 ≠ 0
using a 𝑡-test.
For the logistic regression model,
𝑝(x)
log ( ) = 𝛽0 + 𝛽1 𝑥1 + … + 𝛽𝑝−1 𝑥𝑝−1
1 − 𝑝(x)
𝐻0 ∶ 𝛽 𝑗 = 0 vs 𝐻1 ∶ 𝛽𝑗 ≠ 0
however, the test statistic and its distribution are no longer 𝑡. We see that the
test statistic takes the same form
𝛽𝑗̂ − 𝛽𝑗 approx
𝑧= ∼ 𝑁 (0, 1)
SE[𝛽 ̂ ]𝑗
𝑝(xi )
log ( ) = 𝛽0 + 𝛽1 𝑥𝑖1 + 𝛽2 𝑥𝑖2 + ⋯ + 𝛽(𝑝−1) 𝑥𝑖(𝑝−1)
1 − 𝑝(xi )
432 CHAPTER 17. LOGISTIC REGRESSION
𝑝(xi )
log ( ) = 𝛽0 + 𝛽1 𝑥𝑖1 + 𝛽2 𝑥𝑖2 + ⋯ + 𝛽(𝑞−1) 𝑥𝑖(𝑞−1)
1 − 𝑝(xi )
𝐻0 ∶ 𝛽𝑞 = 𝛽𝑞+1 = ⋯ = 𝛽𝑝−1 = 0.
This implies that the reduced model is nested inside the full model.
We then define a test statistic, 𝐷,
̂ )
𝐿(𝛽Null ̂ )
𝐿(𝛽Full
𝐷 = −2 log ( ) = 2 log ( ̂ ) − ℓ(𝛽 ̂ ))
) = 2 (ℓ(𝛽Full Null
𝐿(𝛽 ̂ )
Full 𝐿(𝛽 ̂ ) Null
approx
𝐷 ∼ 𝜒2𝑘
To illustrate the use of logistic regression, we will use the SAheart dataset from
the bestglm package.
library(leaps)
library(bestglm)
data("SAheart")
sbp tobacco ldl adiposity famhist typea obesity alcohol age chd
160 12.00 5.73 23.11 Present 49 25.30 97.20 52 1
144 0.01 4.41 28.61 Absent 55 28.87 2.06 63 1
118 0.08 3.48 32.28 Present 52 29.14 3.81 46 0
170 7.50 6.41 38.03 Present 51 31.99 24.26 58 1
134 13.60 3.50 27.78 Present 60 25.99 57.34 49 1
132 6.20 6.47 36.21 Present 62 30.77 14.14 45 0
The predictors are various measurements for each individual, many related to
heart health. For example sbp, systolic blood pressure, and ldl, low density
lipoprotein cholesterol. For full details, use ?SAheart.
𝑃 [chd = 1]
log ( ) = 𝛽0 + 𝛽ldl 𝑥ldl
1 − 𝑃 [chd = 1]
1.0
0.8
Probability of CHD
0.6
0.4
0.2
0.0
2 4 6 8 10 12 14
As before, we plot the data in addition to the estimated probabilities. Note that
we have “jittered” the data to make it easier to visualize, but the data do only
take values 0 and 1.
As we would expect, this plot indicates that as ldl increases, so does the prob-
ability of chd.
coef(summary(chd_mod_ldl))
𝐻0 ∶ 𝛽ldl = 0
we use the summary() function as we have done so many times before. Like the
𝑡-test for ordinary linear regression, this returns the estimate of the parameter,
its standard error, the relevant test statistic (𝑧), and its p-value. Here we have
an incredibly low p-value, so we reject the null hypothesis. The ldl variable
appears to be a significant predictor.
17.3. WORKING WITH LOGISTIC REGRESSION 435
When fitting logistic regression, we can use the same formula syntax as ordinary
linear regression. So, to fit an additive model using all available predictors, we
use:
We can then use the likelihood-ratio test to compare the two models. Specifi-
cally, we are testing
-2 * as.numeric(logLik(chd_mod_ldl) - logLik(chd_mod_additive))
## [1] 92.13879
We see that the test statistic that we had just calculated appears in the output.
The very small p-value suggests that we prefer the larger model.
While we prefer the additive model compared to the model with only a single
predictor, do we actually need all of the predictors in the additive model? To
select a subset of predictors, we can use a stepwise procedure as we did with
ordinary linear regression. Recall that AIC and BIC were defined in terms
of likelihoods. Here we demonstrate using AIC with a backwards selection
procedure.
436 CHAPTER 17. LOGISTIC REGRESSION
We can create confidence intervals for the 𝛽 parameters using the confint()
function as we did with ordinary linear regression.
## 0.5 % 99.5 %
## (Intercept) -8.941825274 -4.18278990
## tobacco 0.015704975 0.14986616
## ldl 0.022923610 0.30784590
## famhistPresent 0.330033483 1.49603366
## typea 0.006408724 0.06932612
## age 0.024847330 0.07764277
17.3. WORKING WITH LOGISTIC REGRESSION 437
Note that we could create intervals by rearranging the results of the Wald test
to obtain the Wald confidence interval. This would be given by
Confidence intervals for the mean response require some additional thought.
With a “large enough” sample, we have
𝜂(x)
̂ − 𝜂(x) approx
∼ 𝑁 (0, 1)
SE[𝜂(x)]
̂
Then we can create an approximate (1 − 𝛼)% confidence intervals for 𝜂(x) using
𝜂(x)
̂ ± 𝑧𝛼/2 ⋅ SE[𝜂(x)]
̂
where 𝑧𝛼/2 is the critical value such that 𝑃 (𝑍 > 𝑧𝛼/2 ) = 𝛼/2.
This isn’t a particularly interesting interval. Instead, what we really want is an
interval for the mean response, 𝑝(x). To obtain an interval for 𝑝(x), we simply
apply the inverse logit transform to the endpoints of the interval for 𝜂.
−1 −1
(logit (𝜂(x)
̂ − 𝑧𝛼/2 ⋅ SE[𝜂(x)]),
̂ logit (𝜂(x)
̂ + 𝑧𝛼/2 ⋅ SE[𝜂(x)]))
̂
new_obs = data.frame(
sbp = 148.0,
tobacco = 5,
ldl = 12,
adiposity = 31.23,
famhist = "Present",
typea = 47,
obesity = 28.50,
438 CHAPTER 17. LOGISTIC REGRESSION
alcohol = 23.89,
age = 60
)
## $fit
## 1
## 1.579545
##
## $se.fit
## [1] 0.4114796
##
## $residual.scale
## [1] 1
z_crit = qnorm(0.975)
round(z_crit, 2)
## [1] 1.96
After obtaining the correct critical value, we can easily create a 95% confidence
interval for 𝜂(x).
Now we simply need to apply the correct transformation to make this a confi-
dence interval for 𝑝(x), the probability of coronary heart disease for this observa-
tion. Note that the boot package contains functions logit() and inv.logit()
which are the logit and inverse logit transformations, respectively.
17.3. WORKING WITH LOGISTIC REGRESSION 439
Notice, as we would expect, the bounds of this interval are both between 0 and
1. Also, since both bounds of the interval for 𝜂(x) are positive, both bounds of
the interval for 𝑝(x) are greater than 0.5.
Without really thinking about it, we’ve been using our previous knowledge of
R’s model formula syntax to fit logistic regression.
17.3.7.1 Interactions
Let’s add an interaction between LDL and family history for the model we
selected.
##
## Call:
## glm(formula = chd ~ alcohol + ldl + famhist + typea + age + ldl:famhist,
## family = binomial, data = SAheart)
##
## Deviance Residuals:
## Min 1Q Median 3Q Max
## -1.9082 -0.8308 -0.4550 0.9286 2.5152
##
## Coefficients:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -6.043472 0.937186 -6.449 1.13e-10 ***
## alcohol 0.003800 0.004332 0.877 0.38033
## ldl 0.035593 0.071448 0.498 0.61837
## famhistPresent -0.733836 0.618131 -1.187 0.23515
## typea 0.036253 0.012172 2.978 0.00290 **
## age 0.062416 0.009723 6.419 1.37e-10 ***
## ldl:famhistPresent 0.314311 0.114922 2.735 0.00624 **
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
440 CHAPTER 17. LOGISTIC REGRESSION
##
## (Dispersion parameter for binomial family taken to be 1)
##
## Null deviance: 596.11 on 461 degrees of freedom
## Residual deviance: 477.46 on 455 degrees of freedom
## AIC: 491.46
##
## Number of Fisher Scoring iterations: 5
Based on the 𝑧-test seen in the above summary, this interaction is significant.
The effect of LDL on the probability of CHD is different depending on family
history.
Let’s take the previous model, and now add a polynomial term.
##
## Call:
## glm(formula = chd ~ alcohol + ldl + famhist + typea + age + ldl:famhist +
## I(ldl^2), family = binomial, data = SAheart)
##
## Deviance Residuals:
## Min 1Q Median 3Q Max
## -1.8953 -0.8311 -0.4556 0.9276 2.5204
##
## Coefficients:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -6.096747 1.065952 -5.720 1.07e-08 ***
## alcohol 0.003842 0.004350 0.883 0.37716
## ldl 0.056876 0.214420 0.265 0.79081
## famhistPresent -0.723769 0.625167 -1.158 0.24698
## typea 0.036248 0.012171 2.978 0.00290 **
## age 0.062299 0.009788 6.365 1.95e-10 ***
## I(ldl^2) -0.001587 0.015076 -0.105 0.91617
## ldl:famhistPresent 0.311615 0.117559 2.651 0.00803 **
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## (Dispersion parameter for binomial family taken to be 1)
17.3. WORKING WITH LOGISTIC REGRESSION 441
##
## Null deviance: 596.11 on 461 degrees of freedom
## Residual deviance: 477.45 on 454 degrees of freedom
## AIC: 493.45
##
## Number of Fisher Scoring iterations: 5
𝑝(x)
log ( ) = 𝛽0 +𝛽1 𝑥alcohol +𝛽2 𝑥ldl +𝛽3 𝑥famhist +𝛽4 𝑥typea +𝛽5 𝑥age +𝛽6 𝑥ldl 𝑥famhist +𝛽7 𝑥2ldl
1 − 𝑝(x)
You may have realized this before we actually explicitly wrote it down!
17.3.8 Deviance
You have probably noticed that the output from summary() is also very similar
to that of ordinary linear regression. One difference, is the “deviance” being
reported. The Null deviance is the deviance for the null model, that is, a
model with no predictors. The Residual deviance is the deviance for the
model that was fit.
Deviance compares the model to a saturated model. (Without repeated obser-
vations, a saturated model is a model that fits perfectly, using a parameter for
each observation.) Essentially, deviance is a generalized residual sum of squares
for GLMs. Like RSS, deviance decreases as the model complexity increases.
deviance(chd_mod_ldl)
## [1] 564.2788
deviance(chd_mod_selected)
## [1] 475.6856
442 CHAPTER 17. LOGISTIC REGRESSION
deviance(chd_mod_additive)
## [1] 472.14
Note that these are nested, and we see that deviance does decrease as the model
size becomes larger. So while a lower deviance is better, if the model becomes
too big, it may be overfitting. Note that R also outputs AIC in the summary,
which will penalize according to model size, to prevent overfitting.
17.4 Classification
So far we’ve mostly used logistic regression to estimate class probabilities. The
somewhat obvious next step is to use these probabilities to make “predictions,”
which in this context, we would call classifications. Based on the values of the
predictors, should an observation be classified as 𝑌 = 1 or as 𝑌 = 0?
Suppose we didn’t need to estimate probabilities from data, and instead, we
actually knew both
𝑝(x) = 𝑃 [𝑌 = 1 ∣ X = x]
and
1 − 𝑝(x) = 𝑃 [𝑌 = 0 ∣ X = x].
With this information, classifying observations based on the values of the pre-
dictors is actually extremely easy. Simply classify an observation to the class
(0 or 1) with the larger probability. In general, this result is called the Bayes
Classifier,
Simply put, the Bayes classifier (not to be confused with the Naive Bayes Clas-
sifier) minimizes the probability of misclassification by classifying each obser-
vation to the class with the highest probability. Unfortunately, in practice,
we won’t know the necessary probabilities to directly use the Bayes classifier.
17.4. CLASSIFICATION 443
̂
𝐶(x) = argmax 𝑃 ̂ [𝑌 = 𝑘 ∣ X = x].
𝑘
̂ 1 p(x)
̂ > 0.5
𝐶(x) ={
0 p(x)
̂ ≤ 0.5
Using this simple classification rule, we can turn logistic regression into a clas-
sifier. To use logistic regression for classification, we first use logistic regression
to obtain estimated probabilities, 𝑝(x),
̂ then use these in conjunction with the
above classification rule.
Logistic regression is just one of many ways that these probabilities could be
estimated. In a course completely focused on machine learning, you’ll learn
many additional ways to do this, as well as methods to directly make classifica-
tions without needing to first estimate probabilities. But since we had already
introduced logistic regression, it makes sense to discuss it in the context of
classification.
To illustrate the use of logistic regression as a classifier, we will use the spam
dataset from the kernlab package.
# install.packages("kernlab")
library(kernlab)
data("spam")
tibble::as.tibble(spam)
## # A tibble: 4,601 x 58
## make address all num3d our over remove internet order mail receive
## <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
## 1 0 0.64 0.64 0 0.32 0 0 0 0 0 0
## 2 0.21 0.28 0.5 0 0.14 0.28 0.21 0.07 0 0.94 0.21
## 3 0.06 0 0.71 0 1.23 0.19 0.19 0.12 0.64 0.25 0.38
## 4 0 0 0 0 0.63 0 0.31 0.63 0.31 0.63 0.31
444 CHAPTER 17. LOGISTIC REGRESSION
This dataset, created in the late 1990s at Hewlett-Packard Labs, contains 4601
emails, of which 1813 are considered spam. The remaining are not spam. (Which
for simplicity, we might call, ham.) Additional details can be obtained by using
?spam or by visiting the UCI Machine Learning Repository.
The response variable, type, is a factor with levels that label each email as
spam or nonspam. When fitting models, nonspam will be the reference level,
𝑌 = 0, as it comes first alphabetically.
is.factor(spam$type)
## [1] TRUE
levels(spam$type)
Many of the predictors (often called features in machine learning) are engineered
based on the emails. For example, charDollar is the number of times an email
contains the $ character. Some variables are highly specific to this dataset, for
example george and num650. (The name and area code for one of the researchers
whose emails were used.) We should keep in mind that this dataset was created
based on emails sent to academic type researchers in the 1990s. Any results we
derive probably won’t generalize to modern emails for the general public.
To get started, we’ll first test-train split the data.
set.seed(42)
# spam_idx = sample(nrow(spam), round(nrow(spam) / 2))
spam_idx = sample(nrow(spam), 1000)
spam_trn = spam[spam_idx, ]
spam_tst = spam[-spam_idx, ]
17.4. CLASSIFICATION 445
We’ve used a somewhat small train set relative to the total size of the dataset.
In practice it should likely be larger, but this is simply to keep training time
low for illustration and rendering of this document.
We’ll fit four logistic regressions, each more complex than the previous. Note
that we’re suppressing two warnings. The first we briefly mentioned previously.
Note that, when we receive this warning, we should be highly suspicious of the
parameter estimates.
coef(fit_selected)
However, the model can still be used to create a classifier, and we will evaluate
that classifier on its own merits.
We also, “suppressed” the warning:
In reality, we didn’t actually suppress it, but instead changed maxit to 75, when
fitting the model fit_over. This was enough additional iterations to allow
the iteratively reweighted least squares algorithm to converge when fitting the
model.
The metric we’ll be most interested in for evaluating the overall performance
of a classifier is the misclassification rate. (Sometimes, instead accuracy is
446 CHAPTER 17. LOGISTIC REGRESSION
1 𝑛
Misclass(𝐶,̂ Data) = ∑ 𝐼(𝑦𝑖 ≠ 𝐶(x
̂ ))
i
𝑛 𝑖=1
̂ )
0 𝑦𝑖 = 𝐶(x
̂ )) = {
𝐼(𝑦𝑖 ≠ 𝐶(x i
i ̂ )
1 𝑦𝑖 ≠ 𝐶(x i
When using this metric on the training data, it will have the same issues as RSS
did for ordinary linear regression, that is, it will only go down.
## [1] 0.339
## [1] 0.224
## [1] 0.066
## [1] 0.118
Because of this, training data isn’t useful for evaluating, as it would suggest that
we should always use the largest possible model, when in reality, that model is
likely overfitting. Recall, a model that is too complex will overfit. A model that
is too simple will underfit. (We’re looking for something in the middle.)
To overcome this, we’ll use cross-validation as we did with ordinary linear re-
gression, but this time we’ll cross-validate the misclassification rate. To do so,
we’ll use the cv.glm() function from the boot library. It takes arguments for
the data (in this case training), a model fit via glm(), and K, the number of
folds. It returns delta, a vector of the average mean-squared error (MSE) and
the bias-corrected MSE. See ?cv.glm for details.
Previously, for cross-validating RMSE in ordinary linear regression, we used
LOOCV. We certainly could do that here. However, with logistic regression,
17.4. CLASSIFICATION 447
we no longer have the clever trick that would allow us to obtain a LOOCV
metric without needing to fit the model 𝑛 times. So instead, we’ll use 5-fold
cross-validation. (5 and 10 fold are the most common in practice.) Instead of
leaving a single observation out repeatedly, we’ll leave out a fifth of the data.
Essentially we’ll repeat the following process 5 times:
• Randomly set aside a fifth of the data (each observation will only be held-
out once)
• Train model on remaining data
• Evaluate misclassification rate on held-out data
library(boot)
set.seed(1)
cv.glm(spam_trn, fit_caps, K = 5)$delta[1]
## [1] 0.2166961
## [1] 0.1587043
## [1] 0.08684467
## [1] 0.161
Note that we’re suppressing warnings again here. (Now there would be a lot
more, since were fitting a total of 20 models.)
Based on these results, fit_caps and fit_selected are underfitting relative
to fit_additive. Similarly, fit_over is overfitting relative to fit_additive.
Thus, based on these results, we prefer the classifier created based on the logistic
regression fit and stored in fit_additive.
Going forward, to evaluate and report on the efficacy of this classifier, we’ll use
the test dataset. We’re going to take the position that the test data set should
448 CHAPTER 17. LOGISTIC REGRESSION
It further breaks down the classification errors into false positives and false
negatives.
Let’s explicitly store the predicted values of our classifier on the test dataset.
The previous two lines of code produce the same output, that is the same
predictions, since
## actual
## predicted nonspam spam
## nonspam 2057 157
## spam 127 1260
17.4. CLASSIFICATION 449
P TP + FN
Prev = =
Total Obs Total Obs
table(spam_tst$type) / nrow(spam_tst)
##
## nonspam spam
## 0.6064982 0.3935018
mean(spam_tst_pred == spam_tst$type)
## [1] 0.921133
mean(spam_tst_pred != spam_tst$type)
## [1] 0.07886698
TP TP
Sens = True Positive Rate = =
P TP + FN
Here we have an R function to calculate the sensitivity based on the confusion
matrix. Note that this function is good for illustrative purposes, but is easily
broken. (Think about what happens if there are no “positives” predicted.)
get_sens = function(conf_mat) {
conf_mat[2, 2] / sum(conf_mat[, 2])
}
Specificity is essentially the true negative rate. So when specificity is high, the
number of false positives is low.
TN TN
Spec = True Negative Rate = =
N TN + FP
get_spec = function(conf_mat) {
conf_mat[1, 1] / sum(conf_mat[, 1])
}
We calculate both based on the confusion matrix we had created for our classi-
fier.
get_sens(conf_mat_50)
## [1] 0.8892025
get_spec(conf_mat_50)
## [1] 0.9418498
Recall that we had created this classifier using a probability of 0.5 as a “cutoff”
for how observations should be classified. Now we’ll modify this cutoff. We’ll
see that by modifying the cutoff, 𝑐, we can improve sensitivity or specificity at
the expense of the overall accuracy (misclassification rate).
̂ 1 p(x)
̂ >c
𝐶(x) ={
0 p(x)
̂ ≤c
## actual
## predicted nonspam spam
## nonspam 1583 29
## spam 601 1388
Unfortunately, while this does greatly reduce false negatives, false positives have
almost quadrupled. We see this reflected in the sensitivity and specificity.
get_sens(conf_mat_10)
## [1] 0.9795342
get_spec(conf_mat_10)
## [1] 0.7248168
This classifier, using 0.1 instead of 0.5 has a higher sensitivity, but a much lower
specificity. Clearly, we should have moved the cutoff in the other direction.
Let’s try 0.9.
## actual
## predicted nonspam spam
## nonspam 2136 537
## spam 48 880
This is the result we’re looking for. We have far fewer false positives. While
sensitivity is greatly reduced, specificity has gone up.
get_sens(conf_mat_90)
## [1] 0.6210303
get_spec(conf_mat_90)
## [1] 0.978022
While this is far fewer false positives, is it acceptable though? Still probably
not. Also, don’t forget, this would actually be a terrible spam detector today
since this is based on data from a very different era of the internet, for a very
specific set of people. Spam has changed a lot since the 90s! (Ironically, machine
learning is probably partially to blame.)
This chapter has provided a rather quick introduction to classification, and thus,
machine learning. For a more complete coverage of machine learning, An Intro-
duction to Statistical Learning is a highly recommended resource. Additionally,
R for Statistical Learning has been written as a supplement which provides ad-
ditional detail on how to perform these methods using R. The classification and
logistic regression chapters might be useful.
We should note that the code to perform classification using logistic regression
is presented in a way that illustrates the concepts to the reader. In practice, you
may prefer to use a more general machine learning pipeline such as caret in R.
This will streamline processes for creating predictions and generating evaluation
metrics.
17.5 R Markdown
The R Markdown file for this chapter can be found here:
• logistic.Rmd
Beyond
18.2 RStudio
RStudio has recently released version 1.0! This is exciting for a number of rea-
sons, especially the release of R Notebooks. R Notebooks combine the RMark-
down you have already learned with the ability to work interactively.
453
454 CHAPTER 18. BEYOND
This is not always the case! Many packages have been developed to deal with
data, and force it into a nice format, which is called tidy data, that we can then
use for modeling. Often during analysis, this is where a large portion of your
time will be spent.
The R community has started to call this collection of packages the Tidyverse.
It was once called the Hadleyverse, as Hadley Wickham has authored so many
of the packages. Hadley is writing a book called R for Data Science which
describes the use of many of these packages. (And also how to use some to
make the modeling process better!) This book is a great starting point for
diving deeper into the R community. The two main packages are dplyr and
tidyr both of which are used internally in RStudio.
18.4 Visualization
In this course, we have mostly used the base plotting methods in R. When work-
ing with tidy data, many users prefer to use the ggplot2 package, also devel-
oped by Hadley Wickham. RStudio provides a rather detailed “cheat sheet” for
working with ggplot2. The community maintains a graph gallery of examples.
Use of the manipulate package with RStudio gives the ability to quickly change
a static graphic to become interactive.
RStudio has made it incredibly easy to create data products through the use
of Shiny, which allows for the creation of web applications with R. RStudio
maintains an ever-growing tutorial and gallery of examples.
While it probably isn’t the best tool for the job, R now has the ability to train
deep neural networks via TensorFlow.
Some tutorials:
When performing time series analysis in R you should be aware of the many
packages that are useful for analysis. It should be hard to avoid the forecast
and zoo packages. Often the most difficult part will be dealing with time and
date data. Make sure you are utilizing one of the many packages that help with
this.
456 CHAPTER 18. BEYOND
18.9 Bayesianism
In this class, we have worked within the frequentist view of statistics. There is
an entire alternative universe of Bayesian statistics.
Doing Bayesian Data Analysis: A Tutorial with R, JAGS, and Stan by John
Kruschke is a great introduction to the topic. It introduces the world of prob-
abilistic programming, in particular Stan, which can be used in both R and
Python.
Appendix
457