Skip to content
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

Block randomization algorithm as function #48

Open
kamilsi opened this issue Feb 6, 2024 · 0 comments · May be fixed by #76
Open

Block randomization algorithm as function #48

kamilsi opened this issue Feb 6, 2024 · 0 comments · May be fixed by #76
Assignees

Comments

@kamilsi
Copy link
Contributor

kamilsi commented Feb 6, 2024

Permuted Block Randomization (PBR) is a widely used technique in clinical trials to ensure balanced allocation of participants across treatment arms while maintaining the random nature of assignment. The randomizeR package offers a robust foundation for PBR, but our project requires a more dynamic approach. We aim to implement a PBR algorithm that does not rely on a fixed number of randomization codes. Instead, it will generate blocks "just in time" as they are needed, offering flexibility and integration with our existing API. This approach will also allow for the modification of randomization settings, such as block sizes, during the study.

The goal of this task is to create just the function within the package + test coverage. Look at randomizeR tests, they look nice.

@JagGlo JagGlo self-assigned this Feb 27, 2024
@JagGlo JagGlo linked a pull request Dec 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants