print.RAMP {RAMP} | R Documentation |
Result summary of a fitted RAMP object.
Description
Similar to the usual print methods, this function summarize results
from a fitted 'RAMP'
object.
Usage
## S3 method for class 'RAMP'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
Fitted |
digits |
The number of significant digits for the coefficient estimates. |
... |
Not used. Other arguments to predict. |
Value
No value is returned.
See Also
[Package RAMP version 2.0.2 Index]