print.RAMP {RAMP} | R Documentation |
Similar to the usual print methods, this function summarize results
from a fitted 'RAMP'
object.
## S3 method for class 'RAMP'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
Fitted |
digits |
The number of significant digits for the coefficient estimates. |
... |
Not used. Other arguments to predict. |
No value is returned.