forked from UBC-STAT/stat-545-guidebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm101.Rmd
27 lines (15 loc) · 851 Bytes
/
cm101.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
# STAT 547M {-}
# (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/notes/cm101-exercise.Rmd)
- [html](http://stat545.com/Classroom/notes/cm101-exercise.nb.html).
Add this to your participation repo.