Skip to content

allisonhorst/esm206-week8-mlr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESM 206 Week 8 Coding Lesson

Introduction to multiple linear regression

The examples in this lesson use the penguins data from the palmerpenguins package. See more information on the data and package here: https://allisonhorst.github.io/palmerpenguins/. Data were originally collected by Dr. Kristen Gorman and colleagues with the Palmer Station Long Term Ecological Research site.

Required packages:

The following packages are needed in this lesson:

- `tidyverse`
- `palmerpenguins`
- `GGally` (206 students: you probably need to install this one)
- `broom`
- `kableExtra`
- `stargazer` (206 students: you probably need to install this one)

Citation:

Gorman KB, Williams TD, Fraser WR (2014). Ecological sexual dimorphism and environmental variability within a community of Antarctic penguins (genus Pygoscelis). PLoS ONE 9(3):e90081. https://doi.org/10.1371/journal.pone.0090081

About

Week 8 code-along lab (multiple linear regression)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages