View source: R/individualize.R
individualize_dist | R Documentation |
Individualize the distribution (of income or wealth) under equal splitting among spouses, given the share of couples or singles at different points of the distribution.
individualize_dist(
dist,
p,
singleshare = NULL,
coupleshare = NULL,
singletop = NULL,
coupletop = NULL,
singlebracket = NULL,
couplebracket = NULL,
ratio = NULL
)
dist |
An object of class |
p |
A vector of fractiles in [0, 1]. |
singleshare |
The overall share of singles. |
coupleshare |
The overall share of couples. |
singletop |
A vector with the same length as |
coupletop |
A vector with the same length as |
singlebracket |
A vector with the same length as |
couplebracket |
A vector with the same length as |
ratio |
A vector with the same length as |
An object of class gpinter_dist_indiv
.
Thomas Blanchet, Juliette Fournier, Thomas Piketty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.