forked from UW-POLS503/assignment-2017-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
50 lines (35 loc) · 1021 Bytes
/
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
---
title: 'STAT/CSSS 503: Assignment 3'
author: Jeffrey Arnold
date: "May 17, 2017"
bibliography: assignment3.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-3-submissions](https://github.com/UW-CSSS-503/assignment-2017-3-submissions) repository to your account.
2. Edit the file `assignment-3-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")
```
# Problem 1
@Bailey2016a Ex 9.1
# Problem 2
@Bailey2016a Ex 9.2
# Problem 3
@Bailey2016a Ex 9.4
# Problem 4
@Bailey2016a Ex 9.5
# References {-}