-
Notifications
You must be signed in to change notification settings - Fork 72
/
cm201.Rmd
29 lines (16 loc) · 938 Bytes
/
cm201.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
# (November 2018) STAT 547M {-}
Below is the content from last year's iteration of STAT 547.
# (1) Functions {-}
--- LAST YEAR'S CONTENT BELOW ---
### Today's Agenda
1. Rubric
2. Writing your own functions
Your analysis is unique! You will likely need your own functions. Use case: `purrr`.
### Resources
Concepts from today's class are closely mirrored by the following resources.
- stat545.com functions [part1](http://stat545.com/block011_write-your-own-function-01.html), [part2](http://stat545.com/block011_write-your-own-function-02.html), and [part3](http://stat545.com/block011_write-your-own-function-03.html).
### Participation
To get participation points for today, we'll be filling out the cm101-exercise.Rmd file.
- [Rmd](https://github.com/STAT545-UBC/Classroom/blob/master/tutorials/cm101-exercise.Rmd)
- [html](http://stat545.com/Classroom/notes/cm101-exercise.nb.html).
Add this to your participation repo.