Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 03_probability/probability.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ You can set a seed like this:
set.seed(35797) # make sure to change the seed
```

The number above is completely arbitraty.
The number above is completely arbitrary.
If you need inspiration, you can use your ID, birthday, or just a random string of numbers.
The important thing is that you use each seed only once in a document.
Remember to do this **before** you sample in the exercise above.
Expand Down
694 changes: 373 additions & 321 deletions 03_probability/probability.html

Large diffs are not rendered by default.