Appendix D — Conventions

This book will use the following conventions:

A list of mac and windows keyboard shortcuts.

D.1 Test Yourself

I am going to learn a lot:

  • What is a p-value?

You found it!

D.2 Callout boxes

See the quarto reference for more options.
Note

Informational asides.

Tip

Tips

Warning

Notes to warn you about something.

Danger

Notes about things that could cause serious errors.

Important

Notes about things that are important.

Try it yourself.

D.3 Code and Output

# code chunks
paste("Code", "Output", 1, sep = " ")
[1] "Code Output 1"
```{r, fig.width = 2, fig.height = 2}
# code chunks with headers
hist(rnorm(100000))
```
## Markdown Example

* Inline code: `r nrow(iris)`
* *Italics*
* **Bold**