-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.Rmd
36 lines (27 loc) · 1.07 KB
/
index.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
---
title: "Data Science and Statistical Thinking: With Wild-Caught Data and R"
author: "Heike Hofmann, Dianne Cook, Susan Vanderplas and Earo Wang"
date: "`r Sys.Date()`"
knit: "bookdown::render_book"
documentclass: book
bibliography: [packages.bib, references.bib]
biblio-style: apalike
link-citations: yes
delete_merged_file: true
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,
message = FALSE,
warning = FALSE,
collapse = TRUE,
fig.height = 4,
fig.width = 8,
fig.align = "center",
cache = FALSE,
comment = NA )
```
# Preamble
At the heart of this book are these assumptions:
- Data-driven: we are at our core, rationale beings, and base our decisions on quantifiable evidence
- Exploration: we haven't lost our innate curiosity about the world and are not only willing but eager to learn
Please stop reading, if those two assumptions are not fulfilled and pick up a different book.