Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8e7771

Browse files
committed
Updated relevant data files for EXDATA Notes, updated notes for class 1- 6
1 parent 2a1abc2 commit c8e7771

30 files changed

+1425041
-735
lines changed

2_RPROG/R Programming Course Notes.Rmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "R Programming Course Notes"
33
author: "Xing Su"
44
output:
5+
html_document:
6+
highlight: pygments
7+
theme: spacelab
8+
toc: yes
59
pdf_document:
610
toc: yes
711
toc_depth: 3
@@ -900,6 +904,6 @@ system.time({
900904

901905

902906

903-
ylim=range(unlist(rss))
907+
`ylim=range(unlist(rss))`
904908

905-
ls("package:elasticnet")
909+
`ls("package:elasticnet")`

2_RPROG/R_Programming_Course_Notes.html

Lines changed: 223 additions & 124 deletions
Large diffs are not rendered by default.
-209 Bytes
Binary file not shown.

3_GETDATA/Getting and Cleaning Data Course Notes.Rmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
title: "Getting and Cleaning Data Course Notes"
33
author: "Xing Su"
44
output:
5-
pdf_document:
6-
toc: yes
75
html_document:
6+
highlight: pygments
7+
theme: spacelab
8+
toc: yes
9+
pdf_document:
810
toc: yes
11+
toc_depth: 3
912
---
1013

1114
$\pagebreak$

3_GETDATA/Getting_and_Cleaning_Data_Course_Notes.html

Lines changed: 23 additions & 37 deletions
Large diffs are not rendered by default.
743 Bytes
Binary file not shown.

4_EXDATA/Exploratory Data Analysis Course Notes.Rmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
title: "Exploratory Data Analysis Course Notes"
33
author: "Xing Su"
44
output:
5+
html_document:
6+
highlight: pygments
7+
theme: spacelab
8+
toc: yes
59
pdf_document:
610
toc: yes
711
toc_depth: 3
8-
html_document:
9-
toc: yes
1012
---
1113
$\pagebreak$
1214

@@ -98,7 +100,7 @@ grid.raster(readPNG("figures/5.jpg"))
98100
```
99101

100102
```{r fig.height = 3, fig.width = 4, fig.align='center', echo=FALSE}
101-
library(datasets)
103+
library(UsingR); data(galton)
102104
plot(jitter(child, 4)~parent, galton)
103105
```
104106

4_EXDATA/Exploratory_Data_Analysis_Course_Notes.html

Lines changed: 1535 additions & 0 deletions
Large diffs are not rendered by default.
-2.33 MB
Binary file not shown.

4_EXDATA/figures/1.jpg

57.1 KB
Loading

0 commit comments

Comments
 (0)