Stratified Block Randomization

This matlab function performs (stratified) block randomization.
22 download
Aggiornato 18 lug 2021

Stratified Block Randomization

This matlab function performs stratified block randomization. Example of use: distributing observations into training and test datasets.

Any number of blocks can be chosen, and each block can be given a different portion of observations. Observations are stratified by any number of variables and categories. The function will seek to randomly assign observations to each block (with the set portion) for each stratification-combination. For example, the same number of Male/Female subjects in each block. If multiple stratification variables are given, the combination of these will be distributed between the blocks. For example, gender (male/female) and diagnosis (healthy/sick). In this case, observations will be distributed between blocks for male-healthy, female-healthy, male-sick, and female-sick.

Cita come

Bjarke Skogstad Larsen (2024). Stratified Block Randomization (https://github.com/dkbsl/matlab_randblock/releases/tag/1.0), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015b
Compatibile con R2015b e release successive
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.