-
Notifications
You must be signed in to change notification settings - Fork 6
/
pip_tables.sthlp
74 lines (51 loc) · 1.74 KB
/
pip_tables.sthlp
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
67
68
69
70
71
72
73
{smcl}
{* *! version 1.0.0 dec 2022}{...}
{vieweralsosee "" "--"}{...}
{cmd:help pip tables}{right:{browse "https://pip.worldbank.org/":Poverty and Inequality Platform (PIP)}}
{help pip:(return to pip)} {right:{browse "https://worldbank.github.io/pip/"}}
{hline}
{title:Syntax}
{phang}
{cmd:pip tables} [{it:tables(string)}]
{marker opts_desc}{...}
{title:Options}
{synoptset 27 tabbed}{...}
{synopthdr:tables options}
{synoptline}
{synopt :{opt table(table_name)}}Loads one auxiliary by name.{p_end}
{synoptline}
{synopt :{helpb pip##general_options: general options}}Options that apply to any subcommand{p_end}
{marker description}{...}
{title:Description}
{pstd}
While household surveys are the main data that underpins poverty and inequality estimates at
the country, regional and global levels, calculations rely on several other types of data, such as cpi, gdp, population, et ce.
You can access all these auxiliary data with the {cmd:tables} subcommand.
{pstd}
This subcommand has two main uses. You can either display a clickable list of all the tables available by typing:
{phang2}
{cmd: pip tables}
{pstd}
Or you can load a specific table by using the option {it:table()} as in
{phang2}
{cmd:pip tables, table({it:table_name})}
{marker opt_details}{...}
{title:Options Details}
{phang}
{opt table(table_name)} Provide name of the table you want to load. If the name you
provide does not exist, {cmd:pip} returns error.
{marker examples}{...}
{title:Examples}
{phang}
Display clickable list of all auxiliary tables
{phang2}
{stata pip tables}
{phang}
Load CPI data
{phang2}
{stata pip tables, table(cpi)}
{phang}
Load GDP data
{phang2}
{stata pip tables, table(gdp)}
{p 40 20 2}(Go back to {it:{help pip##sections:pip's main menu}}){p_end}