-
Notifications
You must be signed in to change notification settings - Fork 15
/
_bookdown.yml
160 lines (145 loc) · 4.95 KB
/
_bookdown.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
book_filename: "Panel Data and Optimization with R"
output_dir: "bookdown"
language:
ui:
chapter_name: "Chapter "
delete_merged_file: true
rmd_files:
- index.Rmd
- amto/main.Rmd
- amto/list/main.Rmd
- amto/list/fs_lst_basics.Rmd
- amto/array/main.Rmd
- amto/array/fs_ary_basics.Rmd
- amto/array/fs_ary_generate.Rmd
- amto/array/fs_ary_string.Rmd
- amto/array/fs_ary_mesh.Rmd
- amto/matrix/main.Rmd
- amto/matrix/fs_mat_generate.Rmd
- amto/matrix/fs_mat_linear_algebra.Rmd
# - amto/matrix/fs_mat_demo_trans.Rmd
- amto/misc/main.Rmd
- amto/misc/fs_parse_regex.Rmd
- summarize/main.Rmd
- amto/tibble/main.Rmd
- amto/tibble/fs_tib_basics.Rmd
- amto/tibble/fs_tib_factors.Rmd
- amto/tibble/fs_tib_random_draws.Rmd
- amto/tibble/fs_tib_na.Rmd
- amto/tibble/fs_tib_string.Rmd
- summarize/count/main.Rmd
- summarize/count/fs_count_basics.Rmd
- summarize/index/main.Rmd
- summarize/index/fs_index_populate.Rmd
- summarize/index/fs_group_sort.Rmd
- summarize/aggregate/main.Rmd
- summarize/aggregate/fs_group_cumall.Rmd
- summarize/aggregate/fs_group_unique_agg.Rmd
- summarize/aggregate/fs_group_summ_one.Rmd
- summarize/aggregate/fs_group_summ_wide.Rmd
- summarize/dist/main.Rmd
- summarize/dist/fst_hist_onevar.Rmd
# - summarize/dist/fst_quantiles_joint_discrete.Rmd
- summarize/multivar/main.Rmd
- summarize/multivar/fs_func_multivar.Rmd
- function/main.Rmd
- function/mutatef/main.Rmd
- function/mutatef/fs_funceval.Rmd
- function/mutatef/fs_func_choice_states.Rmd
- function/dof/main.Rmd
- function/dof/fs_funceval_expand.Rmd
- function/dof/fs_funceval_group.Rmd
- function/dof/fs_funceval_groupwider.Rmd
- function/noloop/main.Rmd
- function/noloop/fs_apply.Rmd
- function/noloop/fs_applysapplymutate.Rmd
- panel/main.Rmd
- panel/basic/main.Rmd
- panel/basic/fs_genpanel.Rmd
- panel/basic/fs_joining.Rmd
- panel/basic/fs_csv_gather.Rmd
- panel/widelong/main.Rmd
- panel/widelong/fs_pivotwider.Rmd
- panel/widelong/fs_pivotlonger.Rmd
- panel/join/main.Rmd
- panel/join/fs_join_compare.Rmd
- panel/join/fs_cross_time_group.Rmd
- panel/merge/main.Rmd
- panel/merge/fs_join_mesh.Rmd
- linreg/main.Rmd
- linreg/polynomial/main.Rmd
- linreg/polynomial/fs_lm_poly_fit.Rmd
- linreg/polynomial/fs_poly_fit.Rmd
- linreg/ivreg/main.Rmd
- linreg/ivreg/fs_lin_ivregrow.Rmd
- linreg/ivreg/fs_lin_ivloop.Rmd
- linreg/decompose/main.Rmd
- linreg/decompose/fs_lin_decompose.Rmd
- regnonlin/main.Rmd
- regnonlin/logit/main.Rmd
- regnonlin/logit/fs_logit_births.Rmd
- regnonlin/logit/fs_logit_aggregate_shares.Rmd
- regnonlin/logit/fs_logit_aggregate_share_to_price.Rmd
- regnonlin/quantreg/main.Rmd
- regnonlin/quantreg/fs_quantreg_intro.Rmd
- optimization/main.Rmd
- optimization/root_bisect/main.Rmd
- optimization/root_bisect/fs_optimize_grid_loop.Rmd
- optimization/root_bisect/fs_bisec_joint.Rmd
- math/main.Rmd
- math/solutions/main.Rmd
- math/solutions/fs_analytical_poly_fit.Rmd
- math/solutions/fs_rescale.Rmd
- math/solutions/fs_exponents.Rmd
- math/solutions/fs_point2line.Rmd
- math/solutions/fs_solu_x_lin.Rmd
- math/func_prod/main.Rmd
- math/func_prod/fs_nested_CES.Rmd
- math/func_prod/fs_latent_health.Rmd
- math/func_ineq/main.Rmd
- math/func_ineq/fs_gini_disc.Rmd
- math/func_ineq/fs_atkinson_ces.Rmd
# - math/func_ineq/fs_pop_loc_pollution.Rmd
# - math/func_ineq/fs_pop_loc_pollution_time.Rmd
- statistics/main.Rmd
- statistics/random/main.Rmd
- statistics/random/fs_perturb_parameter.Rmd
- statistics/integration/main.Rmd
- statistics/integration/fs_integrate_normal.Rmd
- statistics/discrandvar/main.Rmd
- statistics/discrandvar/fs_disc_approx_cts.Rmd
# - statistics/discrandvar/fs_disc_fit.Rmd
# - statistics/discrandvar/fs_birth_shock.Rmd
# - statistics/discrandvar/fs_discrandvar_marg2joint.Rmd
# - statistics/discrandvar/fs_discrandvar_condi2joint.Rmd
- tabgraph/main.Rmd
- tabgraph/baseplot/main.Rmd
- tabgraph/baseplot/fs_base_curve.Rmd
- tabgraph/ggline/main.Rmd
- tabgraph/ggline/fs_ggline_basic.Rmd
- tabgraph/ggline/fs_ggline_mgrp_ncts.Rmd
- tabgraph/ggline/fs_ggline_recession.Rmd
- tabgraph/ggscatter/main.Rmd
- tabgraph/ggscatter/fs_ggscatter_3cts_mdisc.Rmd
- tabgraph/ggscatter/fs_ggscatter_facet_wrap.Rmd
- tabgraph/inout/main.Rmd
- tabgraph/inout/fs_img_io.Rmd
- getdata/main.Rmd
- getdata/envir/main.Rmd
- getdata/envir/fs_ecmwf.Rmd
- development/main.Rmd
- development/install/main.Rmd
- development/install/fs_install_R.Rmd
- development/install/fs_packages_R.Rmd
- development/inout/main.Rmd
- development/inout/fs_path.Rmd
- development/inout/fs_text_save.Rmd
- development/inout/fs_rmd_pdf_html.Rmd
- development/python/main.Rmd
- development/python/fs_python_reticulate.Rmd
- development/system/main.Rmd
- development/system/fs_system_shell.Rmd
- development/parallel/main.Rmd
- development/parallel/fs_parallel.Rmd
- README_appendix.md
- title.Rmd