Skip to contents

A class for permuted fixed block randomization.

Super class

randomization4trial::Randomization -> FixedBlock

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.

Usage

FixedBlock$new(block)

Arguments

block

vector of treatments to be included in each block

Returns

A new Exponential object.


Method summary()

summarize the distribution.

Usage

FixedBlock$summary()


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.