print.RAMP: Result summary of a fitted RAMP object.

Description Usage Arguments Value See Also

View source: R/print.RAMP.R

Description

Similar to the usual print methods, this function summarize results from a fitted 'RAMP' object.

Usage

1
2
## 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


RAMP documentation built on Jan. 16, 2020, 5:02 p.m.

Related to print.RAMP in RAMP...