forked from WinVector/zmPDSwR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrCh02.Rmd
32 lines (26 loc) · 851 Bytes
/
rCh02.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
---
title: "rCh02"
author: "Win-Vector LLC"
date: "December 10, 2015"
output:
md_document:
variant: markdown_github
---
```{r sourceFns}
source('runDir.R')
```
```{r ch2Statlog, tidy=FALSE,comment='',prompt=FALSE}
runDir('../CodeExamples/c02_Loading_data_into_R',
'../Statlog',last=12)
```
Step 00016_example_2.11_of_section_2.2.2.R requires large files that we don't have the rights to redistributed in their entirety. So we are either running that step, or skipping it
and just loading phsample.RDdata .
```{r ch2Census, tidy=FALSE,comment='',prompt=FALSE}
runDir('../../CodeExamples/c02_Loading_data_into_R',
'../PUMS/loadExample',first=13,last=16)
```
```{r ch2Census2, tidy=FALSE,comment='',prompt=FALSE}
# load('../PUMS/phsample.RData')
runDir('../CodeExamples/c02_Loading_data_into_R',
'../PUMS',first=17)
```