Learn R Programming

RAMP (version 1.0)

print.RAMP: 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 "RAMP" model object.
digits
The number of significant digits for the coefficient estimates.
...
Not used. Other arguments to predict.

Value

  • No value is returned.

See Also

RAMP