clean_input_tabulation | R Documentation |
tabulation_fit
Check the validity and consistency of the input arguments
of tabulation_fit
.
clean_input_tabulation(
p,
threshold,
average = NULL,
bracketshare = NULL,
topshare = NULL,
bracketavg = NULL,
topavg = NULL,
invpareto = NULL,
bottom_model = NULL,
lower_bound = 0
)
p |
A vector of values in [0, 1]. |
threshold |
The quantiles corresponding to |
average |
The average over the entire distribution. |
bracketshare |
The corresponding bracket share. |
topshare |
The corresponding top share. |
bracketavg |
The corresponding bracket average. |
topavg |
The corresponding top average. |
invpareto |
The inverted Pareto coefficient. |
bottom_model |
Which model to use at the bottom of the distribution?
Only relevant if |
lower_bound |
Lower bound of the distribution. Only relevant if
|
Thomas Blanchet, Juliette Fournier, Thomas Piketty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.