A class for permuted fixed block randomization.
Public fields
block
vector of treatments to be included in each block
Methods
Method validate()
Validate input parameters.
Usage
FixedBlock$validate(block)
Arguments
block
vector of treatments to be included in each block
Method new()
Create a new exponential distribution object.
Arguments
block
vector of treatments to be included in each block
Returns
A new Exponential
object.
summarize the distribution.
Method clone()
The objects of this class are cloneable with this method.
Usage
FixedBlock$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.