-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "115 make website live" (#117)
Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6dd1b82
commit 65bc5af
Showing
5 changed files
with
76 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# 40 pts trial with interim looks after each 10 pts., | ||
# Efficacy decision if more than 60% probability to be above 20% ORR, | ||
# Futility decision if less than 60% probability to be below 20% ORR, | ||
# with uniform prior (i.e. beta(1, 1)) on the ORR: | ||
## 40 pts trial with interim looks after each 10 pts., | ||
## efficacy decision if more than 90% probability to be above 20% ORR, | ||
## futility decision if less than 10% probability to be above 20% ORR, | ||
## with uniform prior (i.e. beta(1, 1)) on the ORR: | ||
boundsPostprob( | ||
nvec = c(10, 20, 30, 40), p0 = 0.20, p1 = 0.2, | ||
tL = 0.60, tU = 0.60, a = 1, b = 1 | ||
nvec = c(10, 20, 30, 40), p0 = 0.20, | ||
tL = 0.10, tU = 0.90, a = 1, b = 1 | ||
) | ||
## From this we see e.g. that at the third IA at 30 pts, we would stop for futility | ||
## if 5 or less patients responded, and for efficacy if 9 or more pts responded. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.