Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Oct 14, 2024
1 parent 9d74aef commit e8215d2
Show file tree
Hide file tree
Showing 43 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,40 +28,40 @@ book:
repo-actions: [edit, issue]
chapters:
- index.qmd

- part: Asking Causal Questions
chapters:
chapters:
- chapters/01-casual-to-causal.qmd
- chapters/02-whole-game.qmd
- chapters/03-counterfactuals.qmd
- chapters/04-target-trials-std-methods.qmd
- chapters/05-dags.qmd
- chapters/06-not-just-a-stats-problem.qmd
- part: The Design Phase
chapters:

- part: The Design Phase
chapters:
- chapters/07-prep-data.qmd
- chapters/08-building-ps-models.qmd
- chapters/09-using-ps.qmd
- chapters/10-evaluating-ps.qmd
- part: Estimating Causal Effects
chapters:
- chapters/11-estimands.qmd
- chapters/12-outcome-model.qmd
- chapters/13-continuous-exposures.qmd
- chapters/14-categorical-exposures.qmd
- chapters/15-g-comp.qmd
- chapters/16-interaction.qmd
- chapters/17-missingness-and-measurement.qmd
- chapters/18-longitudinal.qmd
- chapters/19-survival.qmd
- chapters/20-mediation.qmd
- chapters/21-sensitivity.qmd
- chapters/22-machine-learning.qmd
- chapters/23-iv-and-friends.qmd
- chapters/08-propensity-scores.qmd
- chapters/09-evaluating-ps.qmd

- part: Estimating Causal Effects
chapters:
- chapters/10-estimands.qmd
- chapters/11-outcome-model.qmd
- chapters/12-other-exposures.qmd
- chapters/13-g-comp.qmd
- chapters/14-interaction.qmd
- chapters/15-missingness-and-measurement.qmd
- chapters/16-mediation.qmd
- chapters/17-longitudinal.qmd
- chapters/18-time-to-event.qmd
- chapters/19-sensitivity.qmd
- chapters/20-doubly-robust.qmd
- chapters/21-machine-learning.qmd
- chapters/22-iv-and-friends.qmd
- chapters/23-diff-in-diff.qmd
- chapters/24-evidence.qmd

- chapters/99-references.qmd
appendices:
- appendices/A-bootstrap.qmd
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions chapters/20-survival.qmd → chapters/18-time-to-event.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Causal survival analysis {#sec-survival}
# Causal time-to-event models {#sec-survival}

{{< include 00-setup.qmd >}}

Expand All @@ -8,12 +8,12 @@
status("unstarted")
```

## Preparing data for survival analysis
## Preparing data for time-to-event analysis

```{r}
rnorm(5)
```

## Pooled logistic regression

## Confidence intervals for causal survival models
## Confidence intervals for causal time-to-event models
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e8215d2

Please sign in to comment.