We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce3103 commit e112262Copy full SHA for e112262
vignettes/articles/story-update-boundary.Rmd
@@ -250,7 +250,7 @@ We assume the observed events same as for the 1-sided example above.
250
The updated design is
251
```{r}
252
# Update spending fraction as above
253
-ustime <- c(sum(observed_data_ia$event) / max(x$analysis$event), 1)
+ustime <- c(240 / max(x$analysis$event), 1)
254
255
gs_update_ahr(
256
x = x,
0 commit comments