Rdocumentation
powered by
Learn R Programming
AlgDesign (version 1.0-10)
efficient.rounding: Efficient Rounding
Description
A vector of proportions is efficiently rounded to integers.
Usage
efficient.rounding(proportions,n,random=TRUE)
Arguments
proportions
A vector of proportions.
n
The sum of the resulting integers.
random
If TRUE, ties will be broken at random, otherwise the first of the tied values will be used.
Value
A vector of replications summing to n.
Details
This function implements an efficient rounding procedure to round approximate theory designs into replicated integer approximations.
References
Pulkesheim, F. and Rieder, S. (1992). Efficient rounding of approximate designs. Biometrika. 79-4. 763-770.