Learn R Programming

optmatch (version 0.10.8)

fmla2treatedblocking: (Internal) A helper function to turn formulas into treatment and blocking variables

Description

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.

Usage

fmla2treatedblocking(x, ...)

Value

data.frame containing two columns: Z is a treatment indicator, B is a blocking factor

Arguments

x

A formula

...

Arguments to be passed to model.frame (e.g. data)