Description Usage Arguments Value Author(s) See Also
View source: R/model.frame.polywog.r
Extracts the model frame from a fitted polywog
model, as
model.frame.lm
does for a fitted lm
model.
1 2 | ## S3 method for class 'polywog'
model.frame(formula, ...)
|
formula |
a fitted model of class |
... |
other arguments, currently ignored (but may later be adapted
for use as in |
A data frame containing the variables used to fit the model, with
additional attributes (e.g., "terms"
) used to construct a model
matrix.
Brenton Kenkel and Curtis S. Signorino
model.matrix.polywog
for constructing the design
matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.