bbatch {ff} | R Documentation |
bbatch
calculates batch sizes so that they have rather balanced sizes than very different sizes
bbatch(N, B)
N |
total size |
B |
desired batch size |
a list with components
b |
the batch size |
nb |
the number of batches |
rb |
the size of the rest |
Jens Oehlschlägel
bbatch(100, 24)