Skip to contents

Converts the list of RandomBlockArm objects stored in a RandomBlock instance into a data frame by applying .treatmentListToDataFrame to the block arms.

Usage

# S3 method for class 'RandomBlock'
as.data.frame(x, ...)

Arguments

x

A RandomBlock reference class object.

...

Additional arguments passed to the conversion function.

Value

A data frame containing all block arms from the block.

See also