Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

331 efficacy and futility boundary update #335

Merged
merged 36 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
2414765
initial draft
LittleBeannie Feb 7, 2024
a3e7fce
2nd draft after discussion with Keaven
LittleBeannie Feb 13, 2024
ea72016
add few more text
LittleBeannie Feb 13, 2024
2dd0f2e
rewording and correct typo
LittleBeannie Feb 13, 2024
14d05cb
fix lintr issues
LittleBeannie Feb 13, 2024
35ba0ff
update pkgdown.yml
LittleBeannie Feb 13, 2024
21d7a36
fix lintr issues
LittleBeannie Feb 13, 2024
4cd384d
fix lintr
LittleBeannie Feb 14, 2024
6afa986
Improve code style for boundary update vignette
nanxstats Feb 15, 2024
7cab218
ongoing edits
keaven Feb 15, 2024
01edd73
Fixed merge conflicts; ongoing edits
keaven Feb 15, 2024
b59202a
Fixed merge conflicts; ongoing edits
keaven Feb 15, 2024
4d623e5
resolved merge conflicts
keaven Feb 15, 2024
eb45801
fix lintr issues
LittleBeannie Feb 15, 2024
96db2d2
move `ahr_blinded` from inst to R
LittleBeannie Feb 15, 2024
96aef19
update the vignette
LittleBeannie Feb 15, 2024
22d9b35
fix cmd check
LittleBeannie Feb 16, 2024
bdf77e7
fix cmd check
LittleBeannie Feb 16, 2024
18a26d5
move some text to appendix
LittleBeannie Feb 16, 2024
3524fa2
fix lintr issues
LittleBeannie Feb 16, 2024
c48d143
Merge branch 'main' into 331-efficacyfutility-boundary-update
nanxstats Feb 16, 2024
ab3ffb8
add references
LittleBeannie Feb 22, 2024
e91b7b4
Merge branch '331-efficacyfutility-boundary-update' of https://github…
LittleBeannie Feb 22, 2024
c75361a
Copyright update
keaven Feb 24, 2024
a1a4f9d
Reuse design input at time of design update
keaven Mar 2, 2024
576c5ff
ongoing edits
keaven Mar 14, 2024
8441052
ongoing updates
keaven Mar 14, 2024
0181f59
near final?
keaven Mar 15, 2024
1dbd355
Merge branch 'main' into 331-efficacyfutility-boundary-update
LittleBeannie Mar 18, 2024
dc85a73
2 lintr issues
LittleBeannie Mar 18, 2024
3e5ece8
delete a redundant vignette
LittleBeannie Mar 18, 2024
9806efa
Style `ahr_blinded()` documentation and code
nanxstats Mar 18, 2024
f8e9dd4
Fix check note on no visible binding for global variable `status`
nanxstats Mar 18, 2024
121485a
Sort dependencies alphabetically
nanxstats Mar 18, 2024
d68e4de
Remove unnecessary `library()` calls to avoid masking and improve tex…
nanxstats Mar 18, 2024
00ca543
add theta's return details
LittleBeannie Mar 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ articles:
- articles/story-npe-integration
- articles/story-nph-futility
- articles/story-arbitrary-distribution
- articles/story-update-boundary

- title: "Spending bound"
desc: >
Expand Down
Loading