as.data.frame.setx {Zelig}R Documentation

Coerce a setx Object into a data.frame

Description

Coerce a setx Object into a data.frame

Usage

  ## S3 method for class 'setx'
as.data.frame(x, row.names=NULL,
    optional=FALSE, ...)

Arguments

x

a setx object

row.names

ignored parameter

optional

ignored parameter

...

ignored parameters

Value

the setx object interpretted as a data.frame. The column-names of the resulting data.frame are specified by the names of the setx object. The row-names are typically unlabeled.

Note

In subsequent versions of Zelig, this version is expected to undergo minor modifications.


[Package Zelig version 4.2-1 Index]