Skip to content

Commit

Permalink
survival POC
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Aug 24, 2024
1 parent d6b6de4 commit a33d465
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-quick_surv.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ test_that("survival POC", {
df$surv = survival::Surv(df$time, df$event)
fit = survival::survfit(surv~group, data=df)
times = sort(fit$time)

x = summary(fit, times=times, extend=TRUE)
a = data.frame(strata=x$strata, time=x$time, n.risk=x$n.risk, n.event=x$n.event, surv=x$surv)

Expand Down

0 comments on commit a33d465

Please sign in to comment.