model.frame.mvgam {mvgam} | R Documentation |
Extract model.frame from a fitted mvgam object
Description
Extract model.frame from a fitted mvgam object
Usage
## S3 method for class 'mvgam'
model.frame(formula, trend_effects = FALSE, ...)
## S3 method for class 'mvgam_prefit'
model.frame(formula, trend_effects = FALSE, ...)
Arguments
formula |
|
trend_effects |
|
... |
Ignored |
Value
A matrix
containing the fitted model frame
Author(s)
Nicholas J Clark
[Package mvgam version 1.1.2 Index]