parseFormula {Zelig}R Documentation

Parse Zelig-style Formulae

Description

Zelig uses three distinct types of formulae. This method is a re-design of the Zelig function parse.formula.

Usage

  parseFormula(obj, data = NULL)

Arguments

obj

a list or formula

data

the data set associated with the formula object

Value

an object of type "parseFormula". This object has slots specifying:

Author(s)

Matt Owen mowen@iq.harvard.edu


[Package Zelig version 4.2-1 Index]