model.frame.polywog {polywog} | R Documentation |
Model frame of a polywog model
Description
Extracts the model frame from a fitted polywog
model, as
model.frame.lm
does for a fitted lm
model.
Usage
## S3 method for class 'polywog'
model.frame(formula, ...)
Arguments
formula |
a fitted model of class |
... |
other arguments, currently ignored (but may later be adapted
for use as in |
Value
A data frame containing the variables used to fit the model, with
additional attributes (e.g., "terms"
) used to construct a model
matrix.
Author(s)
Brenton Kenkel and Curtis S. Signorino
See Also
model.matrix.polywog
for constructing the design
matrix.
[Package polywog version 0.4-1 Index]