-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.Rmd
58 lines (38 loc) · 1.22 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
title: 'STAT/CSSS 503: Assignment 4'
author: Jeffrey Arnold
bibliography: assignment4.bib
output:
html_document:
toc: false
number_sections: true
pdf_document:
toc: false
number_sections: true
---
```{r include=FALSE}
knitr::opts_chunk$set(cache = TRUE, autodep = TRUE)
```
# Instructions {-}
This repository contains the assignment instructions.
Submitted solutions will use a **separate** repository.
1. Fork [UW-CSSS-503/assignment-2017-4-submissions](https://github.com/UW-CSSS-503/assignment-2017-3-submissions) repository to your account.
2. Edit the file `assignment-4-solutions.Rmd` with your solutions to the problems.
3. Submit a pull request to have it graded. Include either or both a HTML and PDF file.
This assignment will require the following R packages:
```{r, message=FALSE}
library("AER")
```
# Bailey 8.2
Complete Chapter 8, Exercise 2 in @Bailey2016a
# Bailey 8.5
Complete Chapter 8, Exercise 5 in @Bailey2016a
# Bailey 11.3
Complete Chapter 11, Exercise 3 in @Bailey2016a
# Bailey 11.4
Complete Chapter 11, Exercise 4 in @Bailey2016a
# Bailey 13.3
Complete Chapter 13, Exercise 3 in @Bailey2016a
# Bailey 15.1
Complete Chapter 15, Exercise 1 in @Bailey2016a
# References {-}