Skip to content

Commit

Permalink
Use common.R everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Nov 14, 2024
1 parent 59db859 commit 7d59e3b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions differentiability.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Differentiability

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

Random walk suppression and other uses
5 changes: 5 additions & 0 deletions installation.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Installation

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

Package installation is hard, let's go shopping.

## Packages
Expand Down
5 changes: 5 additions & 0 deletions monty.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Monty

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

Before showing how to fit odin models to data, we'll focus for a bit on monty itself. If you are anxious to get on and fit the model from @sec-data-filter, you might skip ahead to @sec-inference, where we resume this.

There are a bunch of things we want to cover in this chapter so likely it will be split into a few:
Expand Down
5 changes: 5 additions & 0 deletions references.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# References {.unnumbered}

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

::: {#refs}
:::

0 comments on commit 7d59e3b

Please sign in to comment.