print.LR | R Documentation |
Prints the arguments, explained Gini coefficient and estimated coefficients of an object of class "LR"
.
## S3 method for class 'LR'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
An object of class |
digits |
The number of significant digits to be passed. |
... |
Additional arguments. |
No return value, called for printing an object of class "LR"
to the console.
Lorenz.Reg
## For examples see example(Lorenz.Reg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.