-
Notifications
You must be signed in to change notification settings - Fork 0
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
add in robincar vcov, its report and the tests #16
Conversation
Code Coverage Summary
Diff against main
Results for commit: a4f6519 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 5 suites 0s ⏱️ Results for commit a4f6519. ♻️ This comment has been updated with latest results. |
I have checked and found that the results are identical, after fixing the issue spotted in #17 in the design there are extra control to 1. ensure unbiasness in prediction (causing 1e-15 difference) 2. use decompose method to obtain the variance instead of calculate the variance of residuals (causing 1e-7 difference) |
the code in |
* update data and fix design (#17) * update data and fix design * update treatment to factor * fix styler and lint * 7 counter factual prediction (#14) * add function prototype * add basic tests on functionality * add readme * add lm support * update tests * update prediction * simplify * fix typo * fix check issues * update vignettes skeleton * use dummy data in test * update print of cf predictions * fix checks * fix check issues * update bias args * [skip style] [skip vbump] Restyle files * add treatment to counter factual prediction * fix check * 18 sandwich variance (#19) * add vcov * fix check issues * correct issue --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * 20 add another developers design note (#22) * add in all draft functions * [skip style] [skip vbump] Restyle files * clean up design folder for merging * [skip style] [skip vbump] Restyle files * Update .gitignore --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Liming <[email protected]> --------- Co-authored-by: Liming <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Unit Test Performance Difference
Additional test case details
Results for commit 7a0c5a7 ♻️ This comment has been updated with latest results. |
….com/openpharma/RobinCar2 into 9-implement-anhecova-robust-variance
* add anhecova covariance * fix error
* replace original function with faster version * update anhecova variance and remove report functions
No description provided.