View source: R/model.frame.mvgam.R
model.frame.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 |
a model |
trend_effects |
|
... |
Ignored |
A matrix
containing the fitted model frame
Nicholas J Clark
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.