-
Notifications
You must be signed in to change notification settings - Fork 8
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
multitest
/maxcombo
: Is the former a more advanced version of the latter?
#223
Comments
Here's my understanding. Both
I prefer |
Thank you for the clarification! I have a quick follow-up question. Currently, the maxcombo function only supports the combination of WLR with FH weights. How can users combine WLR with other weights, such as mb, or combo tests other than WLR, such as rmst? |
I have no idea. My understanding was that the plan was to make |
Yeah, we definitely hope that |
Now that @LittleBeannie has helped me better understand how the maxcombo function works, I propose overhauling the current In other words, this new And we would add safeguards. Currently |
Decision: we will keep both The current version of
|
In the latest experimental
multitest
function, we are allowed to add multiple test to one single test. For example, assume we have 1 IA and 1 FA, the IA will only do regular weighted logrank test, while the FA will do a maxcombo test (regular logrank +weighted logrank with FH(0, 0.5) + milestone), we can usemultitest
asQuestions:
multitest
functions likemaxcombo
test. Considering this, shall we removemaxcombo
or namemultitest
tomaxcombo
? (Please note the currentmaxcombo
is only capable to do maxcombo tests with WLR with FH weighting).multitest
, shall we rename it tomulti_test
?The text was updated successfully, but these errors were encountered: