model.frame.lm.rrpp {RRPP} | R Documentation |
Extract model frame from a lm.rrpp object
Description
model.frame.lm.rrpp
returns the model frame constructed for
an lm.rrpp
object.
Usage
## S3 method for class 'lm.rrpp'
model.frame(formula, ...)
Arguments
formula |
Object from |
... |
further arguments passed to or from other methods |
Author(s)
Michael Collyer
[Package RRPP version 2.0.3 Index]