model.frame.multiple {Zelig}R Documentation

Create Model Frame from multiple Object

Description

This method creates a model.frame from a multiple object. This method will be deprecated as the development of Zelig 4 progresses.

Usage

  ## S3 method for class 'multiple'
model.frame(formula,data,eqn=NULL,...)

Arguments

formula

an object of both type formula and multiple

data

a data.frame

eqn

the number of equations in the formula

...

ignored parameters

Value

a model.frame object

Author(s)

Kosuke Imai, Olivia Lau, Gary King and Ferdinand Alimadhi


[Package Zelig version 4.2-1 Index]