View source: R/ineqExplained.R
ineqExplained.lm | R Documentation |
Retrieves the explained Gini coefficient or the Lorenz-R^2
from an object of class "lm"
.
## S3 method for class 'lm'
ineqExplained(object, type = c("Gini.explained", "Lorenz-R2"), ...)
object |
An object of S3 class |
type |
Character string specifying the type of inequality metric to retrieve. Options are |
... |
Additional arguments passed to |
A numeric value representing the requested inequality metric.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.