Given a function and any of the arguments normally passed to model.frame, this function will return a data.frame with two columns: a treatment indicator and a blocking factor.
fmla2treatedblocking(x, ...)
data.frame containing two columns: Z
is a treatment indicator,
B
is a blocking factor
A formula
Arguments to be passed to model.frame (e.g. data
)