Search for tag: "lm()"

ANOVA Models in R - Part 1 (Introduction).mp4

In this video we introduce analysis of variance (ANOVA) models in R. These models are typically fitted with the aov() function, which is a wrapper for the lm() function. It produces an object that…

From  Daniel Hall 234 plays 0  

Linear Regression in R - Part 3 (The Tire Rubber Example, Continued).mp4

This video features the second half of our coverage of Example 9 in Mod13Script.R. You should open this script in RStudio and follow along while watching. Here we we consider adding quadratic…

From  Daniel Hall 293 plays 0  

Linear Regression in R - Part 2 (The Tire Rubber Example).mp4

This video features the first half of our coverage of Example 9 in Mod13Script.R. You should open this script in RStudio and follow along while watching. Here we show how to fit simple linear and…

From  Daniel Hall 380 plays 0  

Linear Regression in R - Part 1 (Introduction).mp4

This video gives a brief introduction to the lm() function for linear regression modeling in R. The basic syntax of this function is covered, including some attention to the specification of the…

From  Daniel Hall 223 plays 0  

Adding Lines and Limits to a Scatter or Series Plot.mp4

In this video we illustrate how to add text (including mathematical symbols), lines, curves, and other features to a scatter or series plot. Applications include adding a nonparametric lowess fit to…

From  Daniel Hall 66 plays 0  

Data Structures in R - Part 4, Lists.mp4

We continue to discuss data structures in R, this time focusing on lists. Unlike vectors, matrices and arrays, the elements of a list may be of different modes. This makes them very flexible and…

From  Daniel Hall 90 plays 0