-
Notifications
You must be signed in to change notification settings - Fork 1
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
79 add binary endpoints to wrapper anchored function #112
79 add binary endpoints to wrapper anchored function #112
Conversation
…table 67 add function to expand 2x2 table
…g report_table function
…ile CI option and cli progress bar
…nto update-with-bootstrap-code
Update with bootstrap code
…nto update-to-main
Update to main
@hoppanda Still need some tests for anchored binary |
…f github.com:hta-pharma/maicplus into 79-add-binary-endpoints-to-wrapper-anchored-function
Code Coverage Summary
Diff against main
Results for commit: d398b9b Minimum allowed coverage is ♻️ This comment has been updated with latest results |
R/maic_anchored.R
Outdated
tags <- paste0(c("IPD/", "weighted IPD/", "AgD/"), endpoint_name) | ||
res$inferential[["report_overall_robustCI"]] <- rbind( | ||
report_table_binary(binobj_ipd, tag = tags[1], eff_measure = eff_measure), | ||
report_table_binary(binobj_ipd_adj, res_AB, tag = tags[2], eff_measure = eff_measure), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hoppanda Trying to follow what's being reported here. I think res_AB
should actually be the results for the weighted AC
comparison, right? The A v B should only appear in the last line?
eg
A v C
A v C weighted
B v C
A v B
report_table_binary(binobj_ipd_adj, res_AB, tag = tags[2], eff_measure = eff_measure), | |
report_table_binary(binobj_ipd_adj, res_AB, tag = tags[2], eff_measure = eff_measure), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated this. Can you check @hoppanda ?
Unit Tests Summary 1 files 7 suites 6s ⏱️ Results for commit d398b9b. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit 1765402 ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.