powered by
Prints the arguments, explained Gini coefficient and estimated coefficients of an object of class "PLR".
"PLR"
# S3 method for PLR print(x, digits = max(3L, getOption("digits") - 3L), ...)
No return value, called for printing an object of class "PLR" to the console.
An object of S3 class "PLR". The object might also have S3 classes "PLR_boot" and/or "PLR_cv" (both inherit from class "PLR")
"PLR_boot"
"PLR_cv"
The number of significant digits to be passed.
Additional arguments.
The explained Gini coefficient and estimated coefficients are returned for each available selection method, depending on the class of x.
x
Lorenz.Reg
## For examples see example(Lorenz.Reg), example(Lorenz.boot) and example(PLR.CV)
Run the code above in your browser using DataLab