Fill in Blanks
Home
Introduction to Regression Analysis
with Examples in R

This is the course material for STA 3386 taught at Baylor University by Joshua Patrick Ph.D.

The reader is assumed to have already taken an Introductory Statistics course. Throughout these notes, matrices are used for ease in notation. Whenever not too cumbersome, non-matrix versions of equations are also given.

Examples are given using the stastical programming language R 3.5.3. Readers that are not too familiar with R should start by visiting any of the number of intro to R pages such as Introduction to R DataCamp or R-tutor.com. Note that some examples utilize the functions in the tidyverse packages.

The menu at the top left can be used to navigate chapters and sections.

There are some underlined blank spaces in the notes. These are used during in-class lectures. By clicking on the underlined blank space, the word will appear in red. In the left menu, all the blanks can be filled in by clicking on "Fill in Blanks".

Normal text that is undelined provides a pop-up of a referenced Figure or of text when the mouse hovers over the underlined word. Blue text that are underlined is a link that opens in a new tab when clicked.







Updates:
2019-12-02 Chapter 8 added
2019-11-21 Chapter 7 added
2019-11-01 Chapter 6 added
2019-10-15 Chapter 5 added
2019-10-08 Chapter 4 added
2019-09-16 Chapter 3 added
2019-08-28 Corrected the mean for model (2.1)
2019-08-27 Chapter 2 added
2019-08-22 Fixed issue with latex equations not rendering
2019-08-14 Fixed plots to scale to smaller screen sizes; Fixed toggle to fill in all blanks
2019-08-11 Fixed side menu
2019-08-08 Launch