Search⌘ K
AI Features

Introduction and Exploratory Data Analysis

Learn to model relationships involving multiple explanatory variables using multiple regression. Explore exploratory data analysis including raw data inspection, summary statistics, and visualizations incorporating both numerical and categorical data in R.

We introduced ideas related to modeling for explanation, in particular that the goal of modeling is to make explicit the relationship between some outcome variable yy and some explanatory variable xx. While there are many approaches to modeling, we focused on one particular technique, which is linear regression. Linear regression is one of the most commonly used and easy-to-understand approaches to modeling. Furthermore, to keep things simple, we only considered models with one explanatory xx variable that was either numerical or categorical.

In multiple regression, we’ll ...