Skip to content

Commit 9953d8d

Browse files
committed
remove numbers from lab and rename dirs by topic
1 parent 40f2f5f commit 9953d8d

30 files changed

+19
-15
lines changed

β€Žlab3/lab3.Rmd renamed to β€Ždistributions/distributions.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Lab 3: Distributions of random variables"
2+
title: "Distributions of random variables"
33
output:
44
html_document:
55
theme: cerulean

β€Žlab3/lab3.html renamed to β€Ždistributions/distributions.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žintro_to_data/.Rhistory

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
knit_theme$get()
2+
library(knitr)
3+
knit_theme$get()
4+
install.packages("knitr")

β€Žlab1/lab1.Rmd renamed to β€Žintro_to_data/intro_to_data.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Lab 1 - Introduction to data"
2+
title: "Introduction to data"
33
output:
44
html_document:
55
theme: cerulean
@@ -130,8 +130,8 @@ table(cdc$smoke100)/20000
130130
```
131131

132132
Notice how R automatically divides all entries in the table by 20,000 in the
133-
command above. This is similar to something we observed in the last lab; when we
134-
multiplied or divided a vector with a number, R applied that action across
133+
command above. This is similar to something we observed in the Introduction to R;
134+
when we multiplied or divided a vector with a number, R applied that action across
135135
entries in the vectors. As we see above, this also works for tables. Next, we
136136
make a bar plot of the entries in the table by putting the table inside the
137137
barplot command.

β€Žlab1/lab1.html renamed to β€Žintro_to_data/intro_to_data.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

β€Žlab0/lab0.Rmd renamed to β€Žintro_to_r/intro_to_r.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Lab 0 - Introduction to R and RStudio"
2+
title: "Introduction to R and RStudio"
33
output:
44
html_document:
55
css: ../lab.css

β€Žlab0/lab0.html renamed to β€Žintro_to_r/intro_to_r.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

β€Žlab0/.Rhistory

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žlab2/lab2.Rmd renamed to β€Žprobability/probability.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Lab 2: Probability"
2+
title: "Probability"
33
output:
44
html_document:
55
theme: cerulean

β€Žlab2/lab2.html renamed to β€Žprobability/probability.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)