Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
floswald committed Oct 10, 2019
1 parent 55b522e commit fad636d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions chapter6/chapter6.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ print(pr) # just for slides...

* Let's take 1000 samples!

* Notice that this has `r nrow(virtual_samples)` rows now!
* Notice that this has 50000 rows now!

* Each `replicate` will have 50 rows, as before.
]
Expand Down Expand Up @@ -372,7 +372,8 @@ virtual_prop_red <- virtual_samples %>%
print(virtual_prop_red)
```

(or shorter: `virtual_prop_red <- prop_red(virtual_samples)`)
(or shorter:
`virtual_prop_red <- prop_red(virtual_samples)`)
]

--
Expand Down Expand Up @@ -705,6 +706,14 @@ Scenario | Population parameter | Notation | Point estimate | Symbol(s)

---

class: title-slide-final, middle

# THANKS

To the amazing [moderndive](https://moderndive.com/) team!

---

class: title-slide-final, middle
background-image: url(../img/logo/ScPo-econ.png)
background-size: 250px
Expand Down
13 changes: 11 additions & 2 deletions chapter6/chapter6.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@

* Let's take 1000 samples!

* Notice that this has 1650 rows now!
* Notice that this has 50000 rows now!

* Each `replicate` will have 50 rows, as before.
]
Expand Down Expand Up @@ -499,7 +499,8 @@
## # … with 990 more rows
```

(or shorter: `virtual_prop_red &lt;- prop_red(virtual_samples)`)
(or shorter:
`virtual_prop_red &lt;- prop_red(virtual_samples)`)
]

--
Expand Down Expand Up @@ -800,6 +801,14 @@

---

class: title-slide-final, middle

# THANKS

To the amazing [moderndive](https://moderndive.com/) team!

---

class: title-slide-final, middle
background-image: url(../img/logo/ScPo-econ.png)
background-size: 250px
Expand Down

0 comments on commit fad636d

Please sign in to comment.