-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.79 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Generated by roxygen2: do not edit by hand
export(check_curve_validity_lb)
export(check_curve_validity_lq)
export(compute_pip_stats)
export(create_functional_form_lb)
export(create_functional_form_lq)
export(deflate_welfare_mean)
export(derive_lb)
export(derive_lq)
export(fill_gaps)
export(gd_clean_data)
export(gd_compute_fit_lb)
export(gd_compute_fit_lq)
export(gd_compute_gini_lb)
export(gd_compute_gini_lq)
export(gd_compute_headcount_lb)
export(gd_compute_headcount_lq)
export(gd_compute_mld_lb)
export(gd_compute_mld_lq)
export(gd_compute_polarization_lb)
export(gd_compute_polarization_lq)
export(gd_compute_pov_gap_lb)
export(gd_compute_pov_gap_lq)
export(gd_compute_pov_severity_lb)
export(gd_compute_pov_severity_lq)
export(gd_compute_watts_lb)
export(gd_compute_watts_lq)
export(gd_estimate_distribution)
export(get_9010_ratio)
export(get_average_shortfall)
export(get_bins)
export(get_gini)
export(get_income_gap_ratio)
export(get_lorenz)
export(get_number_poor)
export(get_palma_ratio)
export(get_total_shortfall)
export(md_compute_cumulative_share)
export(md_compute_fgt)
export(md_compute_gini)
export(md_compute_headcount)
export(md_compute_lorenz)
export(md_compute_median)
export(md_compute_mld)
export(md_compute_polarization)
export(md_compute_pov_gap)
export(md_compute_pov_severity)
export(md_compute_poverty_stats)
export(md_compute_quantiles)
export(md_compute_watts)
export(predict_request_year_mean)
export(regres)
export(use_lq_for_distributional)
export(use_lq_for_poverty)
export(value_at_lb)
export(value_at_lq)
import(collapse, except = fdroplevels)
import(data.table, except = fdroplevels)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)