-
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
draft: 48 block randomization algorithm poc #76
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #76 +/- ##
=======================================
Coverage ? 96.42%
=======================================
Files ? 9
Lines ? 560
Branches ? 0
=======================================
Hits ? 540
Misses ? 20
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
LGTM, let's brek it down to tasks
block_size = c(3, 6, 9), | ||
covariates = list( | ||
sex = list( | ||
weight = NULL, |
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.
if there is no reason to keep it, then let's drop "weight"
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.
Just passing by because @kamilsi presented unbiased
to our openstatsware team today - but I love that you are using this Rmd
with the design/PoC for your package development! We also do this a lot in our packages but so far I have not seen this actively in other places too much. Great work!
No description provided.