compute_deciles_lognormal.RdFunction to compute deciles using lognormal distribution
compute_deciles_lognormal(df, print_progress = TRUE)
| df | Dataset that should contain cols- `gdp_ppp_pc_usd2011` which is income in thous USD. `gini` which is the GINI coeff `year` year of observation, `sce` which is the scenario name |
|---|---|
| print_progress | Boolean which specifies if progress should be printed. A txt file will be generated. |