as.data.frame.setx: Coerce a 'setx' Object into a 'data.frame'

Description Usage Arguments Value Note

Description

Coerce a setx Object into a data.frame

Usage

1
2
3
  ## 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.


IQSS/Zelig4 documentation built on May 9, 2019, 9:13 a.m.