| parseFormula.Formula {Zelig} | R Documentation |
This method parses a “Formula”-style Zelig formula. This is to support the “Formula” object. It seems like it has the right idea when it comes to expressing multiple responses.
## S3 method for class 'Formula' parseFormula(obj, data=NULL)
obj |
a list of formulae |
data |
a data frame |
an object of type “parseFormula”
Matt Owen mowen@iq.harvard.edu