Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Dec 12, 2024
1 parent 437d6cc commit c931b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intro-to-survival-analysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ The first day is the most dangerous:
fs::path(
here::here(),
"data",
"Data",
"survexp.rda") |>
load()
s1 <- survexp.us[,"female","2004"]
Expand Down
2 changes: 1 addition & 1 deletion logistic-regression.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ wcgs = haven::read_dta(url)
library(here) # provides the `here()` function
library(fs) # provides the `path()` function
here::here() |>
fs::path('data/wcgs.rda') |>
fs::path('Data/wcgs.rda') |>
load()
```
Expand Down

0 comments on commit c931b1c

Please sign in to comment.