print.mgm: Print method for mgm objects
Description
Returns basic information about fit objects, prediction objects and bandwidth-selection objects.
Usage
# S3 method for mgm
print(x, ...)
Value
Writes basic information about the object in the console.
Arguments
- x
The output object of mgm()
, mvar()
, tvmgm()
, tvmvar()
, predict.mgm()
or bwSelect()
.
- ...
Additional arguments.
Author
Jonas Haslbeck <jonashaslbeck@gmail.com>