Skip to content

Commit 9e2fc73

Browse files
committed
Drop jekyll markdown
1 parent 56b5775 commit 9e2fc73

26 files changed

+0
-129
lines changed

communicate.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Communicate your work
4-
---
5-
61
# Communicate your work
72

83
Reproducible, literate code is the data science equivalent of the Scientific Report (i.e, Intro, Methods and materials, Results, Discussion).

contribute.rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: Contributing
3-
layout: default
4-
---
5-
61
# Contributing
72

83
This book has been developed in the open, and it wouldn't be nearly as good

data-structures.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Data structures
4-
---
5-
61
# Data structures
72

83
Might be quite brief.

databases.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Databases
4-
---
5-
61
# Databases
72

83
### Two-table verbs

datetimes.Rmd

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
layout: default
3-
title: Dates and times
4-
---
5-
61
# Dates and times
72

8-
93
If you have trouble remembering these abbreviations, check out the [strptimer package](https://cran.r-project.org/web/packages/strptimer/vignettes/strptimer.html).

functions.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Expressing yourself in code
4-
---
5-
61
# Expressing yourself in code
72

83
```{r, include = FALSE}

import.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Data import
4-
---
5-
61
# Data import
72

83
```{r, include = FALSE}

index.rmd

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
---
2-
layout: default
3-
title: Welcome
4-
52
knit: "bookdown::render_book"
63
output:
74
bookdown::html_chapters:

intro.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: Introduction
3-
layout: default
4-
---
5-
61
# Introduction
72

83
```{r setup-intro, include = FALSE}

lists.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Lists
4-
---
5-
61
# Lists
72

83
```{r setup-lists, include=FALSE}

model-assess.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Model assessment
4-
---
5-
61
# Model assessment
72

83
```{r setup-model, include=FALSE}

model-vis.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Model visualisation
4-
---
5-
61
# Model visualisation
72

83
Gap minder

model.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Model
4-
---
5-
61
# Model
72

83
A model is a function that summarizes how the values of one variable vary in response to the values of other variables. Models play a large role in hypothesis testing and prediction, but for the moment you should think of models just like you think of statistics. A statistic summarizes a *distribution* in a way that is easy to understand; and a model summarizes *covariation* in a way that is easy to understand. In other words, a model is just another way to describe data.

program.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Save time by programming
4-
---
5-
61
# Programming
72

83
Computer-human communication matters.

relational-data.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Relational data
4-
---
5-
61
# Relational data {#relation-data}
72

83
```{r setup-relation, include = FALSE}

rmarkdown.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: R Markdown
4-
---
5-
61
# R Markdown
72

83
Recommendations for learning more about communication:

robust-code.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Robust code
4-
---
5-
61
```{r, include = FALSE}
72
library(magrittr)
83
```

science.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Do science with data
4-
---
5-
61
# Do science with data
72

83
The scientific method guides data science. Data science solves known problems with the scientific method.

shiny.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
---
2-
layout: default
3-
title: Shiny
4-
---
5-
61
# Shiny

strings.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Strings
4-
---
5-
61
# Strings
72

83
```{r setup-strings, include = FALSE}

tidy.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Tidy data
4-
---
5-
61
# Tidy data
72

83
> "Tidy datasets are all alike but every messy dataset is messy in its

transform.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Transform
4-
---
5-
61
# Data transformation {#transform}
72

83
```{r setup-transform, include = FALSE}

understand.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Understand your data
4-
---
5-
61
# Understand your data
72

83
Data poses a cognitive problem; Data comprehension is a skill.

variation.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Variation
4-
---
5-
61
# Variation
72

83
```{r, include = FALSE}

visualize.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Visualize
4-
---
5-
61
# Data visualisation
72

83
```{r setup-visualise, include = FALSE}

work.Rmd

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Work with your data
4-
---
5-
61
# Work with your data
72

83
With data, the relationships between values matter as much as the values themselves. Tidy data encodes those relationships.

0 commit comments

Comments
 (0)