Description Usage Arguments Value
View source: R/calc_growthConcCoef.R
Computes the Concentration Coefficient for the income growth between two periods
1 2 3 4 5 6 7 8 | calc_growthConcCoef(
x0,
x1,
w0 = NULL,
w1 = NULL,
correct_for_negativeAppropriation = F,
gridIntegration = NULL
)
|
x0 |
A vector of incomes at time 0 |
x1 |
A vector of incomes at time 1 |
w0 |
(optional) A vector of sample weights at time 0 |
w1 |
(optional) A vector of sample weights at time 1 |
correct_for_negativeAppropriation |
A logical value. If |
gridIntegration |
(optional) A grid of class 'NIGrid' for multivariate numerical integration (mvQuad package) |
Returns the Growth Concentration Coefficient (numeric value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.