model.frame.mvgam {mvgam} | R Documentation |
Extract model.frame from a fitted mvgam object
## S3 method for class 'mvgam'
model.frame(formula, trend_effects = FALSE, ...)
## S3 method for class 'mvgam_prefit'
model.frame(formula, trend_effects = FALSE, ...)
formula |
|
trend_effects |
|
... |
Ignored |
A matrix
containing the fitted model frame
Nicholas J Clark