model.frame.groc: Extract Information From a Fitted groc Model

Description Usage Arguments Details Value Author(s) See Also

View source: R/extract.R

Description

Functions to extract information from groc objects: the model frame, the model matrix.

Usage

1
2
3
4
## S3 method for class 'groc'
model.matrix(object, ...)
## S3 method for class 'groc'
model.frame(formula, ...)

Arguments

object, formula

a groc object. The fitted model.

...

other arguments sent to underlying functions.

Details

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.

Value

model.frame.groc returns a data frame with all variables neccessary to generate the model matrix.

model.matrix.groc returns the X matrix.

Author(s)

Ron Wehrens and Bjørn-Helge Mevik

See Also

coef, fitted, residuals, model.frame


groc documentation built on Dec. 18, 2020, 9:07 a.m.

Related to model.frame.groc in groc...