View source: R/ineqExplained.R
ineqExplained | R Documentation |
This generic function extracts a measure of explained inequality, such as the explained Gini coefficient or the Lorenz-R2, from a fitted model object.
ineqExplained(object, type = c("Gini.explained", "Lorenz-R2"), ...)
object |
An object for which the inequality metrics should be extracted. |
type |
Character string specifying the type of inequality metric to retrieve. Options are |
... |
Additional arguments passed to specific methods. |
The requested inequality metric.
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.