print.refmodel {projpred} | R Documentation |
Print information about a reference model object
Description
This is the print()
method for reference model objects (objects of class
refmodel
). This method mainly exists to avoid cluttering the console when
printing such objects accidentally.
Usage
## S3 method for class 'refmodel'
print(x, ...)
Arguments
x |
An object of class |
... |
Currently ignored. |
Value
The input object x
(invisible).
[Package projpred version 2.8.0 Index]