View source: R/PLR-print-summary.R
print.summary.PLR | 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.
summary.PLR
## For examples see example(Lorenz.Reg), example(Lorenz.boot) and example(PLR.CV)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.