| model.frame.groc | R Documentation |
Functions to extract information from groc objects: the model frame, the model
matrix.
## S3 method for class 'groc'
model.matrix(object, ...)
## S3 method for class 'groc'
model.frame(formula, ...)
object, formula |
a |
... |
other arguments sent to underlying functions. |
model.frame.groc returns the model frame; i.e. a data frame with
all variables necessary to generate the model matrix. See
model.frame for details.
model.matrix.groc returns the (possibly coded) matrix used as
X in the fitting. See model.matrix for
details.
model.frame.groc returns a data frame with
all variables neccessary to generate the model matrix.
model.matrix.groc returns the X matrix.
Ron Wehrens and Bjørn-Helge Mevik
coef, fitted,
residuals, model.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.