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