Learn R Programming

Zelig (version 4.2-1)

as.data.frame.setx: 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.