print.mvgam {mvgam} | R Documentation |
This function takes a fitted mvgam
object and prints a quick summary
## S3 method for class 'mvgam'
print(x, ...)
x |
|
... |
Ignored |
A brief summary of the model's call is printed
A list
is printed on-screen
Nicholas J Clark