model.frame.opsr {OPSR} | R Documentation |
Extracting the Model Frame from OPSR Model Fits
Description
Extracting the Model Frame from OPSR Model Fits
Usage
## S3 method for class 'opsr'
model.frame(formula, ...)
Arguments
formula |
an object of class |
... |
a mix of further arguments such as |
Value
A data.frame
containing the variables used in formula$formula
.
See Also
[Package OPSR version 0.1.2 Index]