Skip to content

Commit e112262

Browse files
committed
fix the vignette
1 parent cce3103 commit e112262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/articles/story-update-boundary.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ We assume the observed events same as for the 1-sided example above.
250250
The updated design is
251251
```{r}
252252
# Update spending fraction as above
253-
ustime <- c(sum(observed_data_ia$event) / max(x$analysis$event), 1)
253+
ustime <- c(240 / max(x$analysis$event), 1)
254254
255255
gs_update_ahr(
256256
x = x,

0 commit comments

Comments
 (0)