| as.data.frame.setx {Zelig} | R Documentation |
setx Object into a data.frameCoerce a setx Object into a data.frame
## S3 method for class 'setx'
as.data.frame(x, row.names=NULL,
optional=FALSE, ...)
x |
a |
row.names |
ignored parameter |
optional |
ignored parameter |
... |
ignored parameters |
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.
In subsequent versions of Zelig, this version is expected to undergo minor modifications.