-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
71 lines (48 loc) · 2.73 KB
/
index.qmd
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
title: "Introduction to R for Data Analysis"
subtitle: "University of Utah"
---
[](https://uofuhealth.utah.edu/delphi-data-science-initiative)
::: {.callout-note appearance="simple" icon=false}
**Date**: August 29-30 2024
**Time**: 9:00 am -- 4:00 pm MDT
**Location**: HELIX Rm - GS150 - Chokecherry
**Instructors**: Rebecca Barter, George Vega Yon
:::
**Registration**: Use the [following link](https://forms.gle/sNwVvgH7SHGUhjNN6) to sign up for this workshop.
[**Sign up for the DELPHI mailing list**](https://www.lists.utah.edu/wws/subscribe/delphi?previous_action=info) to stay in the loop about future workshops and funding opportunities.
## General Information
**What**: This workshop will introduce the basics of the R programming language for data science, with a focus on the fundamentals of the R programming language, the dplyr package for manipulating data, and the ggplot2 workshop for data visualization.
**Who**: The course is aimed at graduate students, postdocs, staff, faculty, and other researchers across campus who are interested in learning how to use R for data analysis. You don't need to have coding experience or any previous knowledge of R to attend this workshop.
**Requirements**: Participants must bring a laptop onto which they can [download R and Rstudio](https://posit.co/download/rstudio-desktop/) (and you should do so before the workshop).
**Contact**: Please email [email protected] or [email protected] for more information.
## Schedule
Note that the schedule below serves as a guideline. The start, end, and break times are fixed, but timing for each topics covered may vary as we may go faster or slower through the content.
### Day 1
| Time | Topic | Incomplete .qmd | Complete .qmd |
| ----:|:----|:---------------|:-----------------|
| 9:00 | Introduction and Setup | | |
| 9:30 | Introduction to RStudio and Quarto | | |
| 10:00 | Introduction to Coding with R | | |
| 10:30 | [Break] | | |
| 10:45 | Variables | | |
| 11:30 | Types | | |
| 12:00 | [Lunch] | | |
| 1:00 | Vectors | | |
| 2:30 | [Break] | | |
| 2:45 | Packages | | |
| 3:00 | Loading Data into R | | |
| 3:30 | Data Frames with "Base R" | | |
| 4:00 | [End] | | |
### Day 2
| Time | Topic | Incomplete .qmd | Complete .qmd |
| ----:|:----|:---------------|:-----------------|
| 9:00 | Data Frames with dplyr (select and filter) | | |
| 10:30 | [Break] | | |
| 10:45 | Data Frames with dplyr (mutate and summarize) | | |
| 12:00 | [Lunch] | | |
| 1:00 | Data Visualization with ggplot2 | |
| 2:30 | [Break] | | |
| 2:45 | Advanced ggplot2 | | |
| 3:30 | Other topics | | |
| 4:00 | [End] | | |