| model.matrix.parseFormula {Zelig} | R Documentation |
This method constructs a design matrix from a Zelig-style
formula. This matrix is commonly used in statistical
simulation, and will likely be relevent as the relevant
form of a setx object.
## S3 method for class 'parseFormula'
model.matrix(object, data = NULL,
...)
object |
a "parseFormula" object |
data |
a "data.frame" |
... |
ignored parameters |
a "model.matrix" specifying information relevant to a statistical model
This method is primarily used by the setx
function.
Matt Owen mowen@iq.harvard.edu