HW 02: Lemurs

due Wednesday, September 22 at 11:59p

Introduction

In this assignment, you’ll use regression analysis to explore the growth rate for young adult lemurs at the Duke Lemur Center.

Learning goals

In this assignment, you will…

Getting started

Packages

The following packages will be used in this assignment:

library(tidyverse)
library(knitr)
library(ggfortify)
library(broom)
library(viridis)

Data: Lemurs

The data set lemurs-pcoq-ya.csv is a subset of the original Duke Lemur data set available in the #TidyTuesday GitHub repo. This data includes information on “young adult” lemurs from the Coquerel’s sifaka species, the largest species at Duke Lemur Center. The analysis will focus on the following variables:

Click here for the full list of variables and their definitions.

Exercises

The goal of this analysis is to use a linear regression model to describe the growth rate for young adult lemurs from the Coquerel’s sifaka species. The exercises will put together what we’ve learned thus far to walk through a regression analysis workflow.

For each section…

Exploratory data analysis

Regression model

Model conditions

Model diagnostics

Interpretations & conclusions

Submission

Before you wrap up the assignment, make sure all documents are updated on your GitHub repo. We will be checking these to make sure you have been practicing how to commit and push changes.

Remember – you must turn in a PDF file to the Gradescope page before the submission deadline for full credit.

To submit your assignment:

Grading (50 pts)

EDA 8
Regression 5
Model conditions 10
Model diagnostics 12
Interpretations & conclusions 10
Workflow & formatting 5