Description Usage Arguments Value Author(s)
'zelig.skeleton' generates the necessary files used to
create a Zelig package. Based on (and using) R's
'package.skeleton' it removes some of the monotony of
building statistical packages. In particular,
'zelig.skeleton' produces templates for the
zelig2, describe, param, and
qi methods. For more information about creating
these files on an individual basis, please refer to the
tech manuals, which are available by typing:
?zelig2, ?param, or ?qi.
1 2 3 4 5 |
pkg |
a character-string specifying the name of the Zelig package |
models |
a vector of strings specifying models to be included in the package |
author |
a vector of strings specifying contributors to the package |
path |
a character-string specifying the path to the package |
force |
a logical specifying whether to overwrite files and create necessary directories |
email |
a string specifying the email address of the package's maintainer |
depends |
a vector of strings specifying package dependencies |
... |
ignored parameters |
.gitignore |
a logical specifying whether to include
a copy of a simple |
.Rbuildignore |
a logical specifying whether to
include a copy of a simple |
nothing
Matt Owen mowen@iq.harvard.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.