-
Notifications
You must be signed in to change notification settings - Fork 0
/
Question10Slides.Rmd
58 lines (43 loc) · 974 Bytes
/
Question10Slides.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
title: "DSCI 521 Lab 4 Presentation"
author: "Renee Kwon"
date: "Due October 1, 2022"
output:
html_document:
df_print: paged
xaringan::moon_reader:
lib_dir: libs
nature:
highlightStyle: github
highlightLines: yes
countIncrementalSlides: no
subtitle: Question 10
institute: UBC
---
## Hello ##
Lab 4 - this is my first slide for Question 10.
I will list the different courses we have taken so far in MDS Block 1.
---
## DSCI 521 ##
Computing Platforms for Data Science
- Instructor: Florencia D’Andrea
---
## DSCI 551 ##
Descriptive Statistics and Probability for Data Science
- Instructor: Alexi Rodríguez-Arelis
---
## DSCI 523 ##
Programming for Data Manipulation
- Instructor: Gittu George
We use R for programming in this course, ex:
```{r}
print(3+4)
```
---
## DSCI 511 ##
Python Programming for Data Science
- Instructor: Arman Seyed-Ahmadi
We use python programming in this course, ex:
```{r}
print(5+5)
```