Skip to content

Commit

Permalink
Chapter IDs and links to them
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Sep 5, 2023
1 parent 0a5b182 commit 7b8d252
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 01-data-hello.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Hello data {#sec-data-hello}

```{r}
#| include: false
source("_common.R")
```

# Hello data {#data-hello}

::: {.chapterintro data-latex=""}
Scientists seek to answer questions using rigorous methods and careful observations.
These observations -- collected from the likes of field notes, surveys, and experiments -- form the backbone of a statistical investigation and are called **data**.
Expand Down
2 changes: 1 addition & 1 deletion 02-data-design.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Study design {#data-design}
# Study design {#sec-data-design}

```{r}
#| include: false
Expand Down
2 changes: 1 addition & 1 deletion 03-data-applications.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Applications: Data {#data-applications}
# Applications: Data {#sec-data-applications}

```{r}
#| include: false
Expand Down
14 changes: 14 additions & 0 deletions introduction-to-data.qmd
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Introduction to data {.unnumbered}

In this part of the book you will be introduced to data, their properties, how they are collected, and the structure of the design used for the study.
Different data and settings lead to different **types** of conclusions, so you\'ll always want to keep in mind the data provenance, especially as you move on to modeling and inference.

- In @sec-data-hello you\'ll be introduced to tidy data, and important structure for describing, visualizing, and analyzing data.

- In @sec-data-design the focus is on study design.
In particular, the important distinction between random sampling and randomization is made.

- @sec-data-applications includes an application on the Passwords case study where the topics from this part of the book are fully developed.

We recommend you coming back to this part to review after you cover a new part in the textbook.
In particular, it is worthwhile to consider \<a href = \>Figure 2.8 in all of the inferential settings you cover.
Each dataset you analyze will have a slightly context which will require thoughtful consideration of the appropriate conclusions.

0 comments on commit 7b8d252

Please sign in to comment.