-
Notifications
You must be signed in to change notification settings - Fork 9
/
_pkgdown.yml
164 lines (157 loc) · 5.25 KB
/
_pkgdown.yml
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
home:
links:
- text: http://iotables.dataobservatory.eu
href: http://iotables.dataobservatory.eu
authors:
Daniel Antal:
href: https://reprex.nl/authors/daniel_antal/
Reprex:
href: https://reprex.nl/
html: <img src="https://reprex.nl/authors/admin/avatar_hud66277e7f64fbf44513e7a4881e2a94f_35557_270x270_fill_lanczos_center_2.png"
height="24" />
template:
bootstrap: 5
pkgdown_sha: ~
intro:
- title: "Get Started"
contents:
- intro
articles:
- title: "Get Started"
desc: >
An overview of the reproducible workflow of **importing data**, preparing important analytical
objects for input-output equations, and solving matrix equations. A re-creation of the examples of the
Eurostat Manual of Supply, Use and Input-Output Tables by Joerg Beutel.
contents:
- intro
- title: "Use Case"
desc: >
Working with real-life Eurostat data - practical tips from downloading till analyzing input-output
tables.
contents:
- working_with_eurostat
- environmental_impact
- title: "Validation"
desc: >
Replication of known good input-output analysis for package testing and tutorials.
See also Get Started.
contents:
- united_kingdom_2010
reference:
- title: "Overview"
desc: "Package overview"
contents:
- iotables
- title: "Importing"
desc: >
Download the data from the Eurostat warehouse, or, in special cases, from the package's in-built
library.
contents:
- iotables_download
- iotables_read_tempdir
- employment_get
- airpol_get
- uk_2010_get
- title: "Matrix functions"
desc: >
These data wrangling functions take out from the longform raw data files the inportant matrixes of
of input-output economics. The coefficient matrixes are strictly labelled, ordered, and they are successfully
symmetric (apart from the auxiliary key column.)
contents:
- validate_source
- iotable_get
- coefficient_matrix_create
- input_coefficient_matrix_create
- output_coefficient_matrix_create
- title: "SIOT processing functions"
desc: >
These data wrangling functions create vectors that conform the matrix, i.e. their elements are
stricly labelled and ordered.
contents:
- household_column_get
- iotables_metadata_get
- iotable_year_get
- primary_input_get
- output_get
- total_tax_add
- supplementary_add
- key_column_create
- rows_add
- household_column_find
- matrix_round
- vector_transpose_longer
- vector_transpose_wider
- title: "Analytic objects"
desc: >
Create the Leontief matrix, the Leontief inverse, and its inputs. To avoid division by zero,
systematically remove zero or missing rows and columns.
contents:
- input_flow_get
- leontief_inverse_create
- ghosh_inverse_create
- leontief_matrix_create
- empty_remove
- title: "Indicators"
desc: >
Create direct and indirect effect indicators.
contents:
- input_indicator_create
- direct_effects_create
- indirect_effects_create
- title: "Multipliers"
desc: >
The *multiplier_create* is a wrapper function around *equation_solve* to create multipliers.
The *input_multipliers_create* and *output_multipliers_create* create the most frequently used
multipliers.
contents:
- equation_solve
- multiplier_create
- input_multipliers_create
- output_multiplier_create
- title: "Linkages"
desc: >
In the framework of input-output analysis, production by a particular sector has two kinds of effects
on other sectors in the economy. If a sector increases its output, more inputs (purchases) are required
from other sectors (**backward linkage**). The increased output of this sector indicates that additional
amounts of products are available to be used as inputs by other sectors which can increase their
production (**forward linkage**). See the *Eurostat Manual of Supply, Use and Input-Output Tables* p506-507.
contents:
- backward_linkages
- forward_linkages
- title: "Conforming data"
desc: >
For further analysis get data which conforms the structure of the SIOTs.
contents:
- conforming_vector_create
- title: "Data"
desc: >
Validation datasets for crosschecking with published results.
contents:
- germany_1995
- germany_airpol
- metadata
- primary_inputs
- employment_metadata
- netherlands_2006
- title: "Validation Data - United Kingdom"
desc: >
Validation datasets for cross-checking with published results, and special datasets for Croatia and
the United Kingdom.
contents:
- uk_2010_data
- uk_2010_results_get
- uk_test_results
- metadata_uk_2010
- title: "Validation Data - Croatia Pre-Accession SIOTs"
desc: >
Datasets for working with Croatia's pre-accession data.
contents:
- croatia_2010_1700
- croatia_2010_1800
- croatia_2010_1900
- croatia_employment_2013
- croatia_employment_aggregation
- title: "Knitting articles (imported from knitr)"
contents:
- is_html_output
- is_latex_output