-
Notifications
You must be signed in to change notification settings - Fork 4
edit match function when assigning weights #193
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
edit match function when assigning weights #193
Conversation
Code Coverage SummaryDiff against mainResults for commit: 2f8f61d Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 10 suites 6s ⏱️ Results for commit 2f8f61d. ♻️ This comment has been updated with latest results. |
gravesti
left a comment
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.
Thanks for catching this @MikeJSeo . It would be good to add a test so we know this is stays fixed
Unit Test Performance DifferenceAdditional test case details
Results for commit 2843daf ♻️ This comment has been updated with latest results. |
|
Just FYI, here's the code I tried: a <- data.frame(USUBJID = c(1,2,4,3,5)) a$weights <- b$weights[match(b$USUBJID, a$USUBJID)] |
gravesti
left a comment
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.
Thanks @MikeJSeo !
Hi @gravesti,
can you merge this one and the other two