Skip to content

Commit

Permalink
update a vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBeannie committed Jul 17, 2023
1 parent e7e9402 commit b025146
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vignettes/articles/story-nph-futility.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,11 @@ We consider monthly accumulation of events through the 34.86 months planned tria
We note in the summary of early expected events below that all events during the first 3 months on-study are expected prior to the first interim analysis.

```{r}
event_accumulation <- ahr(
event_accumulation <- pw_info(
enroll_rate = enroll_rate,
fail_rate = fail_rate,
total_duration = c(1:34, 34.86),
ratio = 1,
simple = FALSE
ratio = 1
)
head(event_accumulation, n = 7) %>% gt()
```
Expand Down

0 comments on commit b025146

Please sign in to comment.