Description Usage Arguments Value Note
Coerce a setx Object into a data.frame
1 2 3 | ## 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.