parseFormula.Formula {Zelig}R Documentation

Parse “Formula”-style Zelig Formulae

Description

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.

Usage

  ## S3 method for class 'Formula'
parseFormula(obj, data=NULL)

Arguments

obj

a list of formulae

data

a data frame

Value

an object of type “parseFormula”

Author(s)

Matt Owen mowen@iq.harvard.edu


[Package Zelig version 4.2-1 Index]