print.summary.PLR {LorenzRegression} | R Documentation |
Provides a printing method for an object of class "summary.PLR"
.
## S3 method for class 'summary.PLR'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
An object of class |
digits |
Number of significant digits to be passed. |
... |
Additional arguments passed to the function |
No return value, called for printing an object of class "summary.PLR"
to the console.
## For examples see example(Lorenz.Reg), example(Lorenz.boot) and example(PLR.CV)