formula.mvgam {mvgam} | R Documentation |
Extract formulae from mvgam objects
## S3 method for class 'mvgam'
formula(x, trend_effects = FALSE, ...)
## S3 method for class 'mvgam_prefit'
formula(x, trend_effects = FALSE, ...)
x |
|
trend_effects |
|
... |
Ignored |
A formula
object
Nicholas J Clark