-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.Rmd
More file actions
156 lines (104 loc) · 6.72 KB
/
schedule.Rmd
File metadata and controls
156 lines (104 loc) · 6.72 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
title: "Daily Schedule"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
<button class="accordion">Before Starting the Program</button>
<div class="panel">
| To-Do | |
|---------------|------------------------------------|
| Download and Install R | [Link](https://mirror.las.iastate.edu/CRAN/) [Video](https://uci.yuja.com/V/Video?v=3173351&node=10757512&a=280036139&autoplay=1)|
| Download and Install RStudio| [Link](https://www.rstudio.com/products/rstudio/download/) [Video](https://uci.yuja.com/V/Video?v=3173359&node=10757552&a=664679852&autoplay=1)|
|Setup RStudio| [Video](https://uci.yuja.com/V/Video?v=3173384&node=10757676&a=717681262&autoplay=1) |
|Download packages |<a href="R-code/code-00-setup.R" download>File</a> [Video](https://uci.yuja.com/V/Video?v=3173415&node=10757778&a=1269482034&autoplay=1)|
|Alzheimer's Disease | [Slides](https://cosmos-datascience.github.io/slides/week01/2023_Intro_to_AD_Online.pdf) |
</div>
<!-- connecting to UCI email address-->
<button class="accordion">Day 1 ● July 7 ● What is Data Science? </button>
<div class="panel">
| Time | Topic | Links |
|---------------|------------------------------------|-------|
| 09:00 - 09:30 | Welcome |[Slides](https://cosmos-datascience.github.io/slides/week01/01a-welcome.html)|
| 09:35 - 10:30 | Introduction to data science |[Slides](https://cosmos-datascience.github.io/slides/week01/01b-intro-data-science.html)|
| 10:45 - 11:45 | Introduction to R |[Slides](https://cosmos-datascience.github.io/slides/week01/Lab-01a-intro-R.html)|
| 1:00 - 1:45 | Introduction to R Markdown |[Slides](https://cosmos-datascience.github.io/slides/week01/Lab-01b-intro-rmarkdown.html) [Video](https://cosmos-datascience.github.io/slides/week01/Lab-01b-intro-rmarkdown.mp4) |
| 2:00 - 2:30 | Lab practice 01a |[code](https://cosmos-datascience.github.io/slides/week01/Lab-01a-practice.Rmd)|
| 2:30 - 3:00 | Lab practice 01b |[code](https://cosmos-datascience.github.io/slides/week01/Lab-01b-practice.Rmd)|
<!--
| 2:00 - 3:00 | Introduction to GitHub |[Slides](https://cosmos-datascience.github.io/slides/week01/Lab-01c-github.html)|
-->
</div>
<button class="accordion">Day 2 ● July 8 ● Exploratory Data Analysis </button>
<div class="panel">
| Time | Topic | Links |
|---------------|------------------------------------|-------|
| 09:00 - 10:30 | Describing data |[Slides](https://cosmos-datascience.github.io/slides/week01/02a-describe-data.html) |
| 10:45 - 11:15 | R Packages |[Slides](https://cosmos-datascience.github.io/slides/week01/Lab-02a-R-packages.html)|
| 11:15 - 11:45 | Importing data |[Slides](https://cosmos-datascience.github.io/slides/week01/Lab-02b-import-data.html) |
| 1:00 - 2:00 | Tidyverse | [Slides](https://cosmos-datascience.github.io/slides/week01/Lab-02c-intro-tidyverse.html) |
| 2:15 - 3:00 | Changing variables | [Slides](https://cosmos-datascience.github.io/slides/week01/Lab-02d-change-variable.html) |
<!--
| | Additional practices | [Code](https://cosmos-datascience.github.io/slides/week01/Lab-02b-import-data-solution.R) |
-->
</div>
<button class="accordion">Day 3 ● July 9 ● Probability </button>
<div class="panel">
| Time | Topic | Links |
|---------------|------------------------------------|-------|
| 09:00 - 10:30 | Introduction to probability |[Slides](https://cosmos-datascience.github.io/slides/week01/03a-intro-prob.html)|
| 10:45 - 12:00 | Data Wrangling | [Slides](https://cosmos-datascience.github.io/slides/week01/Lab-03a-data-wrangling.html)|
</div>
<button class="accordion">Day 4 ● July 10 ● Estimation </button>
<div class="panel">
| Time | Topic | Links |
|---------------|------------------------------------|-------|
| 09:00 - 10:30 | Point estimation and confidence interval |[Slides](https://cosmos-datascience.github.io/slides/week01/04a-estimation-Quarto.html) |
| 10:45 - 11:45 | Data visualization in R |[Slides](https://cosmos-datascience.github.io/slides/week01/Lab-04a-visualize-data-Quarto.html)
| 1:30 - 3:00 | Advanced Data visualization in R |[Slides](https://cosmos-datascience.github.io/slides/week01/Lab-04b-improve-dataviz.html) |
</div>
<button class="accordion">Day 5 ● July 11 ● Hypothesis testing </button>
<div class="panel">
| Time | Topic | Links |
|---------------|------------------------------------|-------|
| 9:00 - 10:30 | Hypothesis testing I |[Slides](https://cosmos-datascience.github.io/slides/week01/05a-hypothesis-Quarto.html) |
| 10:45 - 12:00 | Hypothesis testing II |[Slides](https://cosmos-datascience.github.io/slides/week01/05b-hypothesis-Quarto.html)|
| 1:00 - 2:00 | Inference using R |[Slides](https://cosmos-datascience.github.io/slides/week01/Lab-05a-confint.html)|
</div>
<button class="accordion">Day 6 ● July 14 ● Linear regression </button>
<div class="panel">
| Time | Topic | Links |
|---------------|------------------------------------|-------|
| 09:00 - 12:00 | Introduction to linear regression |[Slides](https://cosmos-datascience.github.io/slides/week01/06-linear-regression-Quarto.html)|
| 1:00 - 2:00 | Capstone projects | |
</div>
<button class="accordion">Day 7 ● July 15 ● Logistic regression </button>
<div class="panel">
| Time | Topic | Links |
|---------------|------------------------------------|-------|
| 09:00 - 12:00 | Introduction to logistic regression | [Slides](https://cosmos-datascience.github.io/slides/week02/02a-logit-Quarto.html) |
</div>
```{r}
htmltools::tagList(
htmltools::tags$script(src = "https://d3js.org/d3.v4.min.js"),
htmltools::tags$script(src = "https://cdnjs.cloudflare.com/ajax/libs/dimple/2.3.0/dimple.latest.min.js")
)
```
```{js, class.source = "jsvis1"}
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
/* Toggle between adding and removing the "active" class,
to highlight the button that controls the panel */
this.classList.toggle("active");
/* Toggle between hiding and showing the active panel */
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
});
}
```