Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodo42 authored Aug 14, 2024
1 parent 98c1193 commit 5081289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/2024/2024-08-12/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ library(broom)
library(survival)

# load data
ADTTE <- read_csv('2020-04-08-psi-vissig-adtte.csv')
ADTTE <- read_csv('2024-08-12-psi-vissig-adtte.csv')

# plot KM curve by treatment
survfit(Surv(AVAL, CNSR == 0) ~ TRT01P , data = ADTTE ) %>%
Expand Down

0 comments on commit 5081289

Please sign in to comment.