├── .Rbuildignore ├── .Rprofile ├── .gitattributes ├── .gitignore ├── LICENSE ├── R4Econ.Rproj ├── README.md ├── README_OLD.md ├── README_appendix.md ├── README_end.md ├── README_pre.md ├── README_toc.md ├── _bookdown.yml ├── _config.yml ├── _data ├── README.md ├── gda_medium1 │ ├── pm110 │ │ ├── ds_az_p_gb_sa110_c1.mat │ │ ├── ds_az_p_gb_sa110_c2.mat │ │ ├── ds_az_p_gb_sa110_c3.mat │ │ ├── ds_az_p_gb_sa110_c4.mat │ │ ├── ds_az_p_gb_sa110_c5.mat │ │ ├── ds_az_p_gb_sa110_c6.mat │ │ ├── ds_az_p_gb_sa110_c7.mat │ │ ├── ds_az_p_gb_sa110_c8.mat │ │ ├── ds_az_p_gb_sa110_c9.mat │ │ ├── vf_az_p_gb_sa110_c1.mat │ │ ├── vf_az_p_gb_sa110_c2.mat │ │ ├── vf_az_p_gb_sa110_c3.mat │ │ ├── vf_az_p_gb_sa110_c4.mat │ │ ├── vf_az_p_gb_sa110_c5.mat │ │ ├── vf_az_p_gb_sa110_c6.mat │ │ ├── vf_az_p_gb_sa110_c7.mat │ │ ├── vf_az_p_gb_sa110_c8.mat │ │ └── vf_az_p_gb_sa110_c9.mat │ ├── pm112 │ │ ├── ds_az_p_gb_sa112_c1.mat │ │ ├── ds_az_p_gb_sa112_c2.mat │ │ ├── ds_az_p_gb_sa112_c3.mat │ │ ├── ds_az_p_gb_sa112_c4.mat │ │ ├── ds_az_p_gb_sa112_c5.mat │ │ ├── ds_az_p_gb_sa112_c6.mat │ │ ├── ds_az_p_gb_sa112_c7.mat │ │ ├── ds_az_p_gb_sa112_c8.mat │ │ ├── ds_az_p_gb_sa112_c9.mat │ │ ├── vf_az_p_gb_sa112_c1.mat │ │ ├── vf_az_p_gb_sa112_c2.mat │ │ ├── vf_az_p_gb_sa112_c3.mat │ │ ├── vf_az_p_gb_sa112_c4.mat │ │ ├── vf_az_p_gb_sa112_c5.mat │ │ ├── vf_az_p_gb_sa112_c6.mat │ │ ├── vf_az_p_gb_sa112_c7.mat │ │ ├── vf_az_p_gb_sa112_c8.mat │ │ └── vf_az_p_gb_sa112_c9.mat │ ├── pm116 │ │ ├── ds_az_p_gb_sa116_c1.mat │ │ ├── ds_az_p_gb_sa116_c2.mat │ │ ├── ds_az_p_gb_sa116_c3.mat │ │ ├── ds_az_p_gb_sa116_c4.mat │ │ ├── ds_az_p_gb_sa116_c5.mat │ │ ├── ds_az_p_gb_sa116_c6.mat │ │ ├── ds_az_p_gb_sa116_c7.mat │ │ ├── ds_az_p_gb_sa116_c8.mat │ │ ├── ds_az_p_gb_sa116_c9.mat │ │ ├── vf_az_p_gb_sa116_c1.mat │ │ ├── vf_az_p_gb_sa116_c2.mat │ │ ├── vf_az_p_gb_sa116_c3.mat │ │ ├── vf_az_p_gb_sa116_c4.mat │ │ ├── vf_az_p_gb_sa116_c5.mat │ │ ├── vf_az_p_gb_sa116_c6.mat │ │ ├── vf_az_p_gb_sa116_c7.mat │ │ ├── vf_az_p_gb_sa116_c8.mat │ │ └── vf_az_p_gb_sa116_c9.mat │ ├── pm118 │ │ ├── ds_az_p_gb_sa118_c1.mat │ │ ├── ds_az_p_gb_sa118_c2.mat │ │ ├── ds_az_p_gb_sa118_c3.mat │ │ ├── ds_az_p_gb_sa118_c4.mat │ │ ├── ds_az_p_gb_sa118_c5.mat │ │ ├── ds_az_p_gb_sa118_c6.mat │ │ ├── ds_az_p_gb_sa118_c7.mat │ │ ├── ds_az_p_gb_sa118_c8.mat │ │ ├── ds_az_p_gb_sa118_c9.mat │ │ ├── vf_az_p_gb_sa118_c1.mat │ │ ├── vf_az_p_gb_sa118_c2.mat │ │ ├── vf_az_p_gb_sa118_c3.mat │ │ ├── vf_az_p_gb_sa118_c4.mat │ │ ├── vf_az_p_gb_sa118_c5.mat │ │ ├── vf_az_p_gb_sa118_c6.mat │ │ ├── vf_az_p_gb_sa118_c7.mat │ │ ├── vf_az_p_gb_sa118_c8.mat │ │ └── vf_az_p_gb_sa118_c9.mat │ ├── pm150 │ │ ├── ds_az_p_gb_sa150_c1.mat │ │ ├── ds_az_p_gb_sa150_c2.mat │ │ ├── ds_az_p_gb_sa150_c3.mat │ │ ├── ds_az_p_gb_sa150_c4.mat │ │ ├── ds_az_p_gb_sa150_c5.mat │ │ ├── ds_az_p_gb_sa150_c6.mat │ │ ├── ds_az_p_gb_sa150_c7.mat │ │ ├── ds_az_p_gb_sa150_c8.mat │ │ ├── ds_az_p_gb_sa150_c9.mat │ │ ├── vf_az_p_gb_sa150_c1.mat │ │ ├── vf_az_p_gb_sa150_c2.mat │ │ ├── vf_az_p_gb_sa150_c3.mat │ │ ├── vf_az_p_gb_sa150_c4.mat │ │ ├── vf_az_p_gb_sa150_c5.mat │ │ ├── vf_az_p_gb_sa150_c6.mat │ │ ├── vf_az_p_gb_sa150_c7.mat │ │ ├── vf_az_p_gb_sa150_c8.mat │ │ └── vf_az_p_gb_sa150_c9.mat │ ├── pm152 │ │ ├── ds_az_p_gb_sa152_c1.mat │ │ ├── ds_az_p_gb_sa152_c2.mat │ │ ├── ds_az_p_gb_sa152_c3.mat │ │ ├── ds_az_p_gb_sa152_c4.mat │ │ ├── ds_az_p_gb_sa152_c5.mat │ │ ├── ds_az_p_gb_sa152_c6.mat │ │ ├── ds_az_p_gb_sa152_c7.mat │ │ ├── ds_az_p_gb_sa152_c8.mat │ │ ├── ds_az_p_gb_sa152_c9.mat │ │ ├── vf_az_p_gb_sa152_c1.mat │ │ ├── vf_az_p_gb_sa152_c2.mat │ │ ├── vf_az_p_gb_sa152_c3.mat │ │ ├── vf_az_p_gb_sa152_c4.mat │ │ ├── vf_az_p_gb_sa152_c5.mat │ │ ├── vf_az_p_gb_sa152_c6.mat │ │ ├── vf_az_p_gb_sa152_c7.mat │ │ ├── vf_az_p_gb_sa152_c8.mat │ │ └── vf_az_p_gb_sa152_c9.mat │ ├── pm156 │ │ ├── ds_az_p_gb_sa156_c1.mat │ │ ├── ds_az_p_gb_sa156_c2.mat │ │ ├── ds_az_p_gb_sa156_c3.mat │ │ ├── ds_az_p_gb_sa156_c4.mat │ │ ├── ds_az_p_gb_sa156_c5.mat │ │ ├── ds_az_p_gb_sa156_c6.mat │ │ ├── ds_az_p_gb_sa156_c7.mat │ │ ├── ds_az_p_gb_sa156_c8.mat │ │ ├── ds_az_p_gb_sa156_c9.mat │ │ ├── vf_az_p_gb_sa156_c1.mat │ │ ├── vf_az_p_gb_sa156_c2.mat │ │ ├── vf_az_p_gb_sa156_c3.mat │ │ ├── vf_az_p_gb_sa156_c4.mat │ │ ├── vf_az_p_gb_sa156_c5.mat │ │ ├── vf_az_p_gb_sa156_c6.mat │ │ ├── vf_az_p_gb_sa156_c7.mat │ │ ├── vf_az_p_gb_sa156_c8.mat │ │ └── vf_az_p_gb_sa156_c9.mat │ └── pm158 │ │ ├── ds_az_p_gb_sa158_c1.mat │ │ ├── ds_az_p_gb_sa158_c2.mat │ │ ├── ds_az_p_gb_sa158_c3.mat │ │ ├── ds_az_p_gb_sa158_c4.mat │ │ ├── ds_az_p_gb_sa158_c5.mat │ │ ├── ds_az_p_gb_sa158_c6.mat │ │ ├── ds_az_p_gb_sa158_c7.mat │ │ ├── ds_az_p_gb_sa158_c8.mat │ │ ├── ds_az_p_gb_sa158_c9.mat │ │ ├── vf_az_p_gb_sa158_c1.mat │ │ ├── vf_az_p_gb_sa158_c2.mat │ │ ├── vf_az_p_gb_sa158_c3.mat │ │ ├── vf_az_p_gb_sa158_c4.mat │ │ ├── vf_az_p_gb_sa158_c5.mat │ │ ├── vf_az_p_gb_sa158_c6.mat │ │ ├── vf_az_p_gb_sa158_c7.mat │ │ ├── vf_az_p_gb_sa158_c8.mat │ │ └── vf_az_p_gb_sa158_c9.mat ├── gda_small1 │ ├── pm110 │ │ ├── ds_az_p_gb_sa110_c1.mat │ │ ├── ds_az_p_gb_sa110_c2.mat │ │ ├── ds_az_p_gb_sa110_c3.mat │ │ ├── ds_az_p_gb_sa110_c4.mat │ │ ├── vf_az_p_gb_sa110_c1.mat │ │ ├── vf_az_p_gb_sa110_c2.mat │ │ ├── vf_az_p_gb_sa110_c3.mat │ │ └── vf_az_p_gb_sa110_c4.mat │ ├── pm112 │ │ ├── ds_az_p_gb_sa112_c1.mat │ │ ├── ds_az_p_gb_sa112_c2.mat │ │ ├── ds_az_p_gb_sa112_c3.mat │ │ ├── ds_az_p_gb_sa112_c4.mat │ │ ├── vf_az_p_gb_sa112_c1.mat │ │ ├── vf_az_p_gb_sa112_c2.mat │ │ ├── vf_az_p_gb_sa112_c3.mat │ │ └── vf_az_p_gb_sa112_c4.mat │ ├── pm116 │ │ ├── ds_az_p_gb_sa116_c1.mat │ │ ├── ds_az_p_gb_sa116_c2.mat │ │ ├── ds_az_p_gb_sa116_c3.mat │ │ ├── ds_az_p_gb_sa116_c4.mat │ │ ├── vf_az_p_gb_sa116_c1.mat │ │ ├── vf_az_p_gb_sa116_c2.mat │ │ ├── vf_az_p_gb_sa116_c3.mat │ │ └── vf_az_p_gb_sa116_c4.mat │ ├── pm118 │ │ ├── ds_az_p_gb_sa118_c1.mat │ │ ├── ds_az_p_gb_sa118_c2.mat │ │ ├── ds_az_p_gb_sa118_c3.mat │ │ ├── ds_az_p_gb_sa118_c4.mat │ │ ├── vf_az_p_gb_sa118_c1.mat │ │ ├── vf_az_p_gb_sa118_c2.mat │ │ ├── vf_az_p_gb_sa118_c3.mat │ │ └── vf_az_p_gb_sa118_c4.mat │ ├── pm150 │ │ ├── ds_az_p_gb_sa150_c1.mat │ │ ├── ds_az_p_gb_sa150_c2.mat │ │ ├── ds_az_p_gb_sa150_c3.mat │ │ ├── ds_az_p_gb_sa150_c4.mat │ │ ├── vf_az_p_gb_sa150_c1.mat │ │ ├── vf_az_p_gb_sa150_c2.mat │ │ ├── vf_az_p_gb_sa150_c3.mat │ │ └── vf_az_p_gb_sa150_c4.mat │ ├── pm152 │ │ ├── ds_az_p_gb_sa152_c1.mat │ │ ├── ds_az_p_gb_sa152_c2.mat │ │ ├── ds_az_p_gb_sa152_c3.mat │ │ ├── ds_az_p_gb_sa152_c4.mat │ │ ├── vf_az_p_gb_sa152_c1.mat │ │ ├── vf_az_p_gb_sa152_c2.mat │ │ ├── vf_az_p_gb_sa152_c3.mat │ │ └── vf_az_p_gb_sa152_c4.mat │ ├── pm156 │ │ ├── ds_az_p_gb_sa156_c1.mat │ │ ├── ds_az_p_gb_sa156_c2.mat │ │ ├── ds_az_p_gb_sa156_c3.mat │ │ ├── ds_az_p_gb_sa156_c4.mat │ │ ├── vf_az_p_gb_sa156_c1.mat │ │ ├── vf_az_p_gb_sa156_c2.mat │ │ ├── vf_az_p_gb_sa156_c3.mat │ │ └── vf_az_p_gb_sa156_c4.mat │ └── pm158 │ │ ├── ds_az_p_gb_sa158_c1.mat │ │ ├── ds_az_p_gb_sa158_c2.mat │ │ ├── ds_az_p_gb_sa158_c3.mat │ │ ├── ds_az_p_gb_sa158_c4.mat │ │ ├── vf_az_p_gb_sa158_c1.mat │ │ ├── vf_az_p_gb_sa158_c2.mat │ │ ├── vf_az_p_gb_sa158_c3.mat │ │ └── vf_az_p_gb_sa158_c4.mat ├── height_weight.csv └── iris.dta ├── _file ├── rmd │ ├── fs_rmd_pdf_html_mod.Rmd │ ├── fs_text_save_mod.Rmd │ └── main_mod.Rmd └── tex │ ├── test_fan.tex │ ├── test_fan_search_replace.tex │ └── tex_sample_a_tab.tex ├── _img ├── fs_img_io_2curve_fs_2curve.eps ├── fs_img_io_2curve_w135h76_res300.png ├── fs_img_io_2curve_w135h76_res72.png ├── fs_img_io_2curve_w160h100_res300.png └── fs_img_io_2curve_w80h48_res300.png ├── _log └── rmdclean │ └── README.md ├── _output.yml ├── _output_kniti_html.yaml ├── _output_kniti_pdf.yaml ├── amto ├── array │ ├── fs_ary_basics.Rmd │ ├── fs_ary_generate.Rmd │ ├── fs_ary_mesh.Rmd │ ├── fs_ary_string.Rmd │ ├── htmlpdfr │ │ ├── fs_ary_basics.R │ │ ├── fs_ary_basics.html │ │ ├── fs_ary_basics.pdf │ │ ├── fs_ary_generate.R │ │ ├── fs_ary_generate.html │ │ ├── fs_ary_generate.pdf │ │ ├── fs_ary_mesh.R │ │ ├── fs_ary_mesh.html │ │ ├── fs_ary_mesh.pdf │ │ ├── fs_ary_string.R │ │ ├── fs_ary_string.html │ │ ├── fs_ary_string.pdf │ │ └── fs_tib_basics.html │ └── main.Rmd ├── list │ ├── fs_lst_basics.Rmd │ ├── htmlpdfr │ │ ├── fs_listr.R │ │ ├── fs_listr.html │ │ ├── fs_listr.pdf │ │ ├── fs_lst_basics.R │ │ ├── fs_lst_basics.html │ │ └── fs_lst_basics.pdf │ └── main.Rmd ├── main.Rmd ├── matrix │ ├── fs_mat_demo_trans.Rmd │ ├── fs_mat_generate.Rmd │ ├── fs_mat_linear_algebra.Rmd │ ├── htmlpdfr │ │ ├── fs_mat_demo_trans.R │ │ ├── fs_mat_demo_trans.html │ │ ├── fs_mat_demo_trans.pdf │ │ ├── fs_mat_generate.R │ │ ├── fs_mat_generate.html │ │ ├── fs_mat_generate.pdf │ │ ├── fs_mat_linear_algebra.R │ │ ├── fs_mat_linear_algebra.html │ │ └── fs_mat_linear_algebra.pdf │ └── main.Rmd ├── misc │ ├── fs_parse_regex.Rmd │ ├── htmlpdfr │ │ ├── fs_parse_regex.R │ │ ├── fs_parse_regex.html │ │ └── fs_parse_regex.pdf │ └── main.Rmd └── tibble │ ├── _file │ ├── tibble_out_test_20240101-000017.csv │ ├── tibble_out_test_20240101-000025.csv │ ├── tibble_out_test_20240101-000615.csv │ ├── tibble_out_test_20240101-000625.csv │ ├── tibble_out_test_20240101-000840.csv │ ├── tibble_out_test_20240101-001749.csv │ ├── tibble_out_test_20240101-001756.csv │ ├── tibble_out_test_20240101-002025.csv │ ├── tibble_out_test_20240101-002724.csv │ ├── tibble_out_test_20240101-002731.csv │ ├── tibble_out_test_20240101-002934.csv │ ├── tibble_out_test_20240101-003129.csv │ ├── tibble_out_test_20240101-003207.csv │ ├── tibble_out_test_20240101-003321.csv │ ├── tibble_out_test_20240101-003415.csv │ ├── tibble_out_test_20240101-003657.csv │ ├── tibble_out_test_20240101-003851.csv │ ├── tibble_out_test_20240101-162941.csv │ ├── tibble_out_test_20240101-163202.csv │ ├── tibble_out_test_20240101-190801.csv │ ├── tibble_out_test_20240101-192306.csv │ ├── tibble_out_test_20240101-192809.csv │ ├── tibble_out_test_20240101-194344.csv │ ├── tibble_out_test_20240101-194739.csv │ ├── tibble_out_test_20240101-195925.csv │ └── tibble_out_test_20240101-200231.csv │ ├── fs_tib_basics.Rmd │ ├── fs_tib_factors.Rmd │ ├── fs_tib_na.Rmd │ ├── fs_tib_random_draws.Rmd │ ├── fs_tib_string.Rmd │ ├── htmlpdfr │ ├── fs_tib_basics.R │ ├── fs_tib_basics.html │ ├── fs_tib_basics.pdf │ ├── fs_tib_factors.R │ ├── fs_tib_factors.html │ ├── fs_tib_factors.pdf │ ├── fs_tib_na.R │ ├── fs_tib_na.html │ ├── fs_tib_na.pdf │ ├── fs_tib_random_draws.R │ ├── fs_tib_random_draws.html │ ├── fs_tib_random_draws.pdf │ ├── fs_tib_string.R │ ├── fs_tib_string.html │ └── fs_tib_string.pdf │ └── main.Rmd ├── book.bib ├── bookdown ├── 404.html ├── Panel-Data-and-Optimization-with-R.pdf ├── Panel-Data-and-Optimization-with-R.tex ├── Panel-Data-and-Optimization-with-R_files │ └── figure-html │ │ ├── graph many evaluations-1.png │ │ ├── logit prediction 0 vs 1-1.png │ │ ├── logit prediction marginal vs base-1.png │ │ ├── logit with binary and continuous RHS-1.png │ │ ├── reshape solution for graphing-1.png │ │ ├── unnamed-chunk-100-1.png │ │ ├── unnamed-chunk-101-1.png │ │ ├── unnamed-chunk-103-1.png │ │ ├── unnamed-chunk-104-1.png │ │ ├── unnamed-chunk-106-1.png │ │ ├── unnamed-chunk-107-1.png │ │ ├── unnamed-chunk-112-1.png │ │ ├── unnamed-chunk-113-1.png │ │ ├── unnamed-chunk-148-1.png │ │ ├── unnamed-chunk-153-1.png │ │ ├── unnamed-chunk-154-1.png │ │ ├── unnamed-chunk-155-1.png │ │ ├── unnamed-chunk-156-1.png │ │ ├── unnamed-chunk-162-1.png │ │ ├── unnamed-chunk-170-1.png │ │ ├── unnamed-chunk-171-1.png │ │ ├── unnamed-chunk-172-1.png │ │ ├── unnamed-chunk-174-1.png │ │ ├── unnamed-chunk-174-2.png │ │ ├── unnamed-chunk-174-3.png │ │ ├── unnamed-chunk-175-1.png │ │ ├── unnamed-chunk-175-2.png │ │ ├── unnamed-chunk-175-3.png │ │ ├── unnamed-chunk-176-1.png │ │ ├── unnamed-chunk-176-2.png │ │ ├── unnamed-chunk-176-3.png │ │ ├── unnamed-chunk-180-1.png │ │ ├── unnamed-chunk-184-1.png │ │ ├── unnamed-chunk-184-2.png │ │ ├── unnamed-chunk-184-3.png │ │ ├── unnamed-chunk-189-1.png │ │ ├── unnamed-chunk-189-2.png │ │ ├── unnamed-chunk-190-1.png │ │ ├── unnamed-chunk-190-2.png │ │ ├── unnamed-chunk-190-3.png │ │ ├── unnamed-chunk-191-1.png │ │ ├── unnamed-chunk-191-2.png │ │ ├── unnamed-chunk-191-3.png │ │ ├── unnamed-chunk-192-1.png │ │ ├── unnamed-chunk-192-2.png │ │ ├── unnamed-chunk-192-3.png │ │ ├── unnamed-chunk-193-1.png │ │ ├── unnamed-chunk-193-2.png │ │ ├── unnamed-chunk-193-3.png │ │ ├── unnamed-chunk-194-1.png │ │ ├── unnamed-chunk-198-1.png │ │ ├── unnamed-chunk-198-2.png │ │ ├── unnamed-chunk-198-3.png │ │ ├── unnamed-chunk-199-1.png │ │ ├── unnamed-chunk-199-2.png │ │ ├── unnamed-chunk-200-1.png │ │ ├── unnamed-chunk-200-2.png │ │ ├── unnamed-chunk-200-3.png │ │ ├── unnamed-chunk-201-1.png │ │ ├── unnamed-chunk-201-2.png │ │ ├── unnamed-chunk-201-3.png │ │ ├── unnamed-chunk-202-1.png │ │ ├── unnamed-chunk-203-1.png │ │ ├── unnamed-chunk-203-2.png │ │ ├── unnamed-chunk-203-3.png │ │ ├── unnamed-chunk-204-1.png │ │ ├── unnamed-chunk-205-1.png │ │ ├── unnamed-chunk-206-1.png │ │ ├── unnamed-chunk-206-2.png │ │ ├── unnamed-chunk-206-3.png │ │ ├── unnamed-chunk-207-1.png │ │ ├── unnamed-chunk-208-1.png │ │ ├── unnamed-chunk-209-1.png │ │ ├── unnamed-chunk-210-1.png │ │ ├── unnamed-chunk-211-1.png │ │ ├── unnamed-chunk-212-1.png │ │ ├── unnamed-chunk-212-2.png │ │ ├── unnamed-chunk-212-3.png │ │ ├── unnamed-chunk-213-1.png │ │ ├── unnamed-chunk-213-2.png │ │ ├── unnamed-chunk-214-1.png │ │ ├── unnamed-chunk-214-2.png │ │ ├── unnamed-chunk-214-3.png │ │ ├── unnamed-chunk-215-1.png │ │ ├── unnamed-chunk-215-2.png │ │ ├── unnamed-chunk-215-3.png │ │ ├── unnamed-chunk-216-1.png │ │ ├── unnamed-chunk-218-1.png │ │ ├── unnamed-chunk-218-2.png │ │ ├── unnamed-chunk-219-1.png │ │ ├── unnamed-chunk-219-2.png │ │ ├── unnamed-chunk-219-3.png │ │ ├── unnamed-chunk-220-1.png │ │ ├── unnamed-chunk-220-2.png │ │ ├── unnamed-chunk-220-3.png │ │ ├── unnamed-chunk-222-1.png │ │ ├── unnamed-chunk-223-1.png │ │ ├── unnamed-chunk-226-1.png │ │ ├── unnamed-chunk-227-1.png │ │ ├── unnamed-chunk-228-1.png │ │ ├── unnamed-chunk-230-1.png │ │ ├── unnamed-chunk-231-1.png │ │ ├── unnamed-chunk-232-1.png │ │ ├── unnamed-chunk-233-1.png │ │ ├── unnamed-chunk-235-1.png │ │ ├── unnamed-chunk-238-1.png │ │ ├── unnamed-chunk-239-1.png │ │ ├── unnamed-chunk-240-1.png │ │ ├── unnamed-chunk-242-1.png │ │ ├── unnamed-chunk-246-1.png │ │ ├── unnamed-chunk-247-1.png │ │ ├── unnamed-chunk-248-1.png │ │ ├── unnamed-chunk-249-1.png │ │ ├── unnamed-chunk-250-1.png │ │ ├── unnamed-chunk-251-1.png │ │ ├── unnamed-chunk-252-1.png │ │ ├── unnamed-chunk-253-1.png │ │ ├── unnamed-chunk-254-1.png │ │ ├── unnamed-chunk-255-1.png │ │ ├── unnamed-chunk-256-1.png │ │ ├── unnamed-chunk-257-1.png │ │ ├── unnamed-chunk-258-1.png │ │ ├── unnamed-chunk-258-2.png │ │ ├── unnamed-chunk-259-1.png │ │ ├── unnamed-chunk-259-2.png │ │ ├── unnamed-chunk-259-3.png │ │ ├── unnamed-chunk-260-1.png │ │ ├── unnamed-chunk-260-2.png │ │ ├── unnamed-chunk-260-3.png │ │ ├── unnamed-chunk-261-1.png │ │ ├── unnamed-chunk-262-1.png │ │ ├── unnamed-chunk-263-1.png │ │ ├── unnamed-chunk-265-1.png │ │ ├── unnamed-chunk-266-1.png │ │ ├── unnamed-chunk-266-2.png │ │ ├── unnamed-chunk-267-1.png │ │ ├── unnamed-chunk-267-2.png │ │ ├── unnamed-chunk-267-3.png │ │ ├── unnamed-chunk-268-1.png │ │ ├── unnamed-chunk-268-2.png │ │ ├── unnamed-chunk-268-3.png │ │ ├── unnamed-chunk-270-1.png │ │ ├── unnamed-chunk-271-1.png │ │ ├── unnamed-chunk-271-2.png │ │ ├── unnamed-chunk-272-1.png │ │ ├── unnamed-chunk-272-2.png │ │ ├── unnamed-chunk-272-3.png │ │ ├── unnamed-chunk-273-1.png │ │ ├── unnamed-chunk-273-2.png │ │ ├── unnamed-chunk-273-3.png │ │ ├── unnamed-chunk-275-1.png │ │ ├── unnamed-chunk-276-1.png │ │ ├── unnamed-chunk-278-1.png │ │ ├── unnamed-chunk-282-1.png │ │ ├── unnamed-chunk-284-1.png │ │ ├── unnamed-chunk-285-1.png │ │ ├── unnamed-chunk-286-1.png │ │ ├── unnamed-chunk-287-1.png │ │ ├── unnamed-chunk-288-1.png │ │ ├── unnamed-chunk-289-1.png │ │ ├── unnamed-chunk-289-2.png │ │ ├── unnamed-chunk-289-3.png │ │ ├── unnamed-chunk-290-1.png │ │ ├── unnamed-chunk-290-2.png │ │ ├── unnamed-chunk-290-3.png │ │ ├── unnamed-chunk-291-1.png │ │ ├── unnamed-chunk-292-1.png │ │ ├── unnamed-chunk-293-1.png │ │ ├── unnamed-chunk-293-2.png │ │ ├── unnamed-chunk-294-1.png │ │ ├── unnamed-chunk-295-1.png │ │ ├── unnamed-chunk-296-1.png │ │ ├── unnamed-chunk-297-1.png │ │ ├── unnamed-chunk-297-2.png │ │ ├── unnamed-chunk-297-3.png │ │ ├── unnamed-chunk-297-4.png │ │ ├── unnamed-chunk-299-1.png │ │ ├── unnamed-chunk-300-1.png │ │ ├── unnamed-chunk-301-1.png │ │ ├── unnamed-chunk-302-1.png │ │ ├── unnamed-chunk-303-1.png │ │ ├── unnamed-chunk-304-1.png │ │ ├── unnamed-chunk-304-2.png │ │ ├── unnamed-chunk-305-1.png │ │ ├── unnamed-chunk-305-2.png │ │ ├── unnamed-chunk-305-3.png │ │ ├── unnamed-chunk-306-1.png │ │ ├── unnamed-chunk-306-2.png │ │ ├── unnamed-chunk-306-3.png │ │ ├── unnamed-chunk-308-1.png │ │ ├── unnamed-chunk-308-2.png │ │ ├── unnamed-chunk-308-3.png │ │ ├── unnamed-chunk-311-1.png │ │ ├── unnamed-chunk-311-2.png │ │ ├── unnamed-chunk-312-1.png │ │ ├── unnamed-chunk-312-2.png │ │ ├── unnamed-chunk-312-3.png │ │ ├── unnamed-chunk-313-1.png │ │ ├── unnamed-chunk-313-2.png │ │ ├── unnamed-chunk-313-3.png │ │ ├── unnamed-chunk-314-1.png │ │ ├── unnamed-chunk-315-1.png │ │ ├── unnamed-chunk-315-2.png │ │ ├── unnamed-chunk-315-3.png │ │ ├── unnamed-chunk-315-4.png │ │ ├── unnamed-chunk-318-1.png │ │ ├── unnamed-chunk-321-1.png │ │ ├── unnamed-chunk-322-1.png │ │ ├── unnamed-chunk-323-1.png │ │ ├── unnamed-chunk-323-2.png │ │ ├── unnamed-chunk-323-3.png │ │ ├── unnamed-chunk-323-4.png │ │ ├── unnamed-chunk-331-1.png │ │ ├── unnamed-chunk-332-1.png │ │ ├── unnamed-chunk-334-1.png │ │ ├── unnamed-chunk-338-1.png │ │ ├── unnamed-chunk-339-1.png │ │ ├── unnamed-chunk-341-1.png │ │ ├── unnamed-chunk-342-1.png │ │ ├── unnamed-chunk-343-1.png │ │ ├── unnamed-chunk-344-1.png │ │ ├── unnamed-chunk-344-2.png │ │ ├── unnamed-chunk-344-3.png │ │ ├── unnamed-chunk-345-1.png │ │ ├── unnamed-chunk-346-1.png │ │ ├── unnamed-chunk-352-1.png │ │ ├── unnamed-chunk-353-1.png │ │ ├── unnamed-chunk-353-2.png │ │ ├── unnamed-chunk-353-3.png │ │ ├── unnamed-chunk-353-4.png │ │ ├── unnamed-chunk-354-1.png │ │ ├── unnamed-chunk-355-1.png │ │ ├── unnamed-chunk-356-1.png │ │ ├── unnamed-chunk-357-1.png │ │ ├── unnamed-chunk-362-1.png │ │ ├── unnamed-chunk-363-1.png │ │ ├── unnamed-chunk-363-2.png │ │ ├── unnamed-chunk-363-3.png │ │ ├── unnamed-chunk-363-4.png │ │ ├── unnamed-chunk-383-1.png │ │ ├── unnamed-chunk-384-1.png │ │ ├── unnamed-chunk-385-1.png │ │ ├── unnamed-chunk-386-1.png │ │ ├── unnamed-chunk-387-1.png │ │ ├── unnamed-chunk-388-1.png │ │ ├── unnamed-chunk-391-1.png │ │ ├── unnamed-chunk-391-2.png │ │ ├── unnamed-chunk-391-3.png │ │ ├── unnamed-chunk-394-1.png │ │ ├── unnamed-chunk-394-2.png │ │ ├── unnamed-chunk-395-1.png │ │ ├── unnamed-chunk-395-2.png │ │ ├── unnamed-chunk-395-3.png │ │ ├── unnamed-chunk-396-1.png │ │ ├── unnamed-chunk-396-2.png │ │ ├── unnamed-chunk-396-3.png │ │ ├── unnamed-chunk-398-1.png │ │ ├── unnamed-chunk-401-1.png │ │ ├── unnamed-chunk-403-1.png │ │ ├── unnamed-chunk-404-1.png │ │ ├── unnamed-chunk-407-1.png │ │ ├── unnamed-chunk-408-1.png │ │ ├── unnamed-chunk-410-1.png │ │ ├── unnamed-chunk-411-1.png │ │ ├── unnamed-chunk-413-1.png │ │ ├── unnamed-chunk-413-2.png │ │ ├── unnamed-chunk-413-3.png │ │ ├── unnamed-chunk-414-1.png │ │ ├── unnamed-chunk-415-1.png │ │ ├── unnamed-chunk-419-1.png │ │ ├── unnamed-chunk-42-1.png │ │ ├── unnamed-chunk-420-1.png │ │ ├── unnamed-chunk-421-1.png │ │ ├── unnamed-chunk-426-1.png │ │ ├── unnamed-chunk-427-1.png │ │ ├── unnamed-chunk-427-2.png │ │ ├── unnamed-chunk-427-3.png │ │ ├── unnamed-chunk-43-1.png │ │ ├── unnamed-chunk-430-1.png │ │ ├── unnamed-chunk-430-2.png │ │ ├── unnamed-chunk-431-1.png │ │ ├── unnamed-chunk-431-2.png │ │ ├── unnamed-chunk-431-3.png │ │ ├── unnamed-chunk-432-1.png │ │ ├── unnamed-chunk-432-2.png │ │ ├── unnamed-chunk-432-3.png │ │ ├── unnamed-chunk-434-1.png │ │ ├── unnamed-chunk-435-1.png │ │ ├── unnamed-chunk-437-1.png │ │ ├── unnamed-chunk-439-1.png │ │ ├── unnamed-chunk-44-1.png │ │ ├── unnamed-chunk-440-1.png │ │ ├── unnamed-chunk-443-1.png │ │ ├── unnamed-chunk-444-1.png │ │ ├── unnamed-chunk-445-1.png │ │ ├── unnamed-chunk-445-2.png │ │ ├── unnamed-chunk-445-3.png │ │ ├── unnamed-chunk-445-4.png │ │ ├── unnamed-chunk-446-1.png │ │ ├── unnamed-chunk-447-1.png │ │ ├── unnamed-chunk-449-1.png │ │ ├── unnamed-chunk-449-2.png │ │ ├── unnamed-chunk-449-3.png │ │ ├── unnamed-chunk-45-1.png │ │ ├── unnamed-chunk-455-1.png │ │ ├── unnamed-chunk-456-1.png │ │ ├── unnamed-chunk-457-1.png │ │ ├── unnamed-chunk-46-1.png │ │ ├── unnamed-chunk-462-1.png │ │ ├── unnamed-chunk-463-1.png │ │ ├── unnamed-chunk-47-1.png │ │ ├── unnamed-chunk-471-1.png │ │ ├── unnamed-chunk-48-1.png │ │ ├── unnamed-chunk-480-1.png │ │ ├── unnamed-chunk-481-1.png │ │ ├── unnamed-chunk-481-2.png │ │ ├── unnamed-chunk-481-3.png │ │ ├── unnamed-chunk-481-4.png │ │ ├── unnamed-chunk-49-1.png │ │ ├── unnamed-chunk-50-1.png │ │ ├── unnamed-chunk-51-1.png │ │ ├── unnamed-chunk-52-1.png │ │ ├── unnamed-chunk-53-1.png │ │ ├── unnamed-chunk-55-1.png │ │ ├── unnamed-chunk-57-1.png │ │ ├── unnamed-chunk-58-1.png │ │ ├── unnamed-chunk-59-1.png │ │ ├── unnamed-chunk-60-1.png │ │ ├── unnamed-chunk-64-1.png │ │ ├── unnamed-chunk-66-1.png │ │ ├── unnamed-chunk-87-1.png │ │ ├── unnamed-chunk-88-1.png │ │ ├── unnamed-chunk-89-1.png │ │ ├── unnamed-chunk-90-1.png │ │ ├── unnamed-chunk-95-1.png │ │ ├── unnamed-chunk-96-1.png │ │ ├── unnamed-chunk-97-1.png │ │ ├── unnamed-chunk-98-1.png │ │ └── unnamed-chunk-99-1.png ├── _img │ ├── fs_img_io_2curve_w135h76_res300.png │ ├── fs_img_io_2curve_w135h76_res72.png │ ├── fs_img_io_2curve_w160h100_res300.png │ └── fs_img_io_2curve_w80h48_res300.png ├── array-matrix-dataframe.html ├── coding-and-development.html ├── functions.html ├── get-data.html ├── index-and-code-links.html ├── index.html ├── libs │ ├── anchor-sections-1.0.1 │ │ ├── anchor-sections.css │ │ └── anchor-sections.js │ ├── anchor-sections-1.0 │ │ ├── anchor-sections.css │ │ └── anchor-sections.js │ ├── anchor-sections-1.1.0 │ │ ├── anchor-sections-hash.css │ │ ├── anchor-sections.css │ │ └── anchor-sections.js │ ├── gitbook-2.6.7 │ │ ├── css │ │ │ ├── fontawesome │ │ │ │ └── fontawesome-webfont.ttf │ │ │ ├── plugin-bookdown.css │ │ │ ├── plugin-clipboard.css │ │ │ ├── plugin-fontsettings.css │ │ │ ├── plugin-highlight.css │ │ │ ├── plugin-search.css │ │ │ ├── plugin-table.css │ │ │ └── style.css │ │ └── js │ │ │ ├── app.min.js │ │ │ ├── clipboard.min.js │ │ │ ├── jquery.highlight.js │ │ │ ├── lunr.js │ │ │ ├── plugin-bookdown.js │ │ │ ├── plugin-clipboard.js │ │ │ ├── plugin-fontsettings.js │ │ │ ├── plugin-search.js │ │ │ └── plugin-sharing.js │ ├── header-attrs-2.10 │ │ └── header-attrs.js │ ├── header-attrs-2.3 │ │ └── header-attrs.js │ ├── header-attrs-2.5 │ │ └── header-attrs.js │ ├── jquery-2.2.3 │ │ └── jquery.min.js │ ├── jquery-3.6.0 │ │ └── jquery-3.6.0.min.js │ ├── kePrint-0.0.1 │ │ └── kePrint.js │ └── lightable-0.0.1 │ │ └── lightable.css ├── linear-regression.html ├── manipulate-and-summarize-dataframes.html ├── mathematics.html ├── multi-dimensional-data-structures.html ├── nonlinear-and-other-regressions.html ├── optimization.html ├── search_index.json ├── statistics.html ├── style.css └── tables-and-graphs.html ├── development ├── inout │ ├── REconTools-Ex.timings │ ├── _file │ │ ├── rmd │ │ │ ├── fs_rmd_pdf_html_mod.Rmd │ │ │ ├── fs_rmd_pdf_html_mod_mod.Rmd │ │ │ ├── fs_text_save_mod.Rmd │ │ │ └── main_mod.Rmd │ │ └── tex │ │ │ ├── test_fan.tex │ │ │ ├── test_fan_search_replace.tex │ │ │ └── tex_sample_a_tab.tex │ ├── fs_path.Rmd │ ├── fs_rmd_pdf_html.Rmd │ ├── fs_text_save.Rmd │ ├── htmlpdfr │ │ ├── fs_path.R │ │ ├── fs_path.html │ │ ├── fs_path.pdf │ │ ├── fs_rmd_pdf_html.R │ │ ├── fs_rmd_pdf_html.html │ │ ├── fs_rmd_pdf_html.pdf │ │ ├── fs_text_save.R │ │ ├── fs_text_save.html │ │ ├── fs_text_save.pdf │ │ └── main.html │ └── main.Rmd ├── install │ ├── fs_install_R.Rmd │ ├── fs_packages_R.Rmd │ ├── htmlpdfr │ │ ├── fs_install_R.R │ │ ├── fs_install_R.html │ │ ├── fs_install_R.pdf │ │ ├── fs_packages_R.R │ │ ├── fs_packages_R.html │ │ └── fs_packages_R.pdf │ └── main.Rmd ├── main.Rmd ├── parallel │ ├── _file │ │ ├── ffi_para_test_nrow2.csv │ │ ├── ffi_para_test_nrow3.csv │ │ ├── ffi_para_test_nrow4.csv │ │ └── prefix_nrow3.csv │ ├── fs_parallel.Rmd │ ├── htmlpdfr │ │ ├── fs_parallel.R │ │ ├── fs_parallel.html │ │ └── fs_parallel.pdf │ └── main.Rmd ├── python │ ├── fs_python_reticulate.Rmd │ ├── htmlpdfr │ │ ├── fs_python_reticulate.R │ │ ├── fs_python_reticulate.html │ │ └── fs_python_reticulate.pdf │ └── main.Rmd └── system │ ├── fs_system_shell.Rmd │ ├── htmlpdfr │ ├── fs_system_shell.R │ ├── fs_system_shell.html │ └── fs_system_shell.pdf │ └── main.Rmd ├── dynamic ├── asset │ └── savings │ │ └── README.md ├── dist │ ├── discperc.ipynb │ ├── disperc.R │ ├── distperc_all_grp.R │ ├── process_vfi_dist_fibs.R │ ├── process_vfi_dist_sbkp.R │ └── process_vfi_dist_svbr.R ├── dynamicpreamble.R ├── graph │ ├── statesvalpol.R │ ├── statesvalpol.html │ └── statesvalpol.ipynb └── support │ ├── expandgrid.R │ └── expandgrid.ipynb ├── factor ├── basic │ ├── fs_ary_basics.Rmd │ └── main.Rmd └── main.Rmd ├── function ├── dof │ ├── fs_funceval_expand.Rmd │ ├── fs_funceval_group.Rmd │ ├── fs_funceval_groupwider.Rmd │ ├── htmlpdfr │ │ ├── fs_funceval_expand.R │ │ ├── fs_funceval_expand.html │ │ ├── fs_funceval_expand.pdf │ │ ├── fs_funceval_group.R │ │ ├── fs_funceval_group.html │ │ ├── fs_funceval_group.pdf │ │ ├── fs_funceval_groupwider.R │ │ ├── fs_funceval_groupwider.html │ │ └── fs_funceval_groupwider.pdf │ └── main.Rmd ├── main.Rmd ├── mutatef │ ├── fs_func_choice_states.Rmd │ ├── fs_funceval.Rmd │ ├── htmlpdfr │ │ ├── fs_func_choice_states.R │ │ ├── fs_func_choice_states.html │ │ ├── fs_func_choice_states.pdf │ │ ├── fs_funceval.R │ │ ├── fs_funceval.html │ │ └── fs_funceval.pdf │ └── main.Rmd └── noloop │ ├── fs_apply.Rmd │ ├── fs_applysapplymutate.Rmd │ ├── htmlpdfr │ ├── fs_apply.R │ ├── fs_apply.html │ ├── fs_apply.pdf │ ├── fs_applysapplymutate.R │ ├── fs_applysapplymutate.html │ └── fs_applysapplymutate.pdf │ └── main.Rmd ├── generate └── quantile │ ├── .ipynb_checkpoints │ └── VarCateIdxVarsQuantiles-checkpoint.ipynb │ ├── VarCateIdxVarsQuantiles.R │ ├── VarCateIdxVarsQuantiles.html │ └── VarCateIdxVarsQuantiles.ipynb ├── getdata ├── envir │ ├── _data │ │ └── test │ │ │ ├── test_china_temp.csv │ │ │ ├── test_china_temp.grib │ │ │ └── test_china_temp_raw.csv │ ├── fs_ecmwf.Rmd │ ├── fs_ecmwf_utci_single_level.R │ ├── fs_ecmwf_utci_universal_thermal.R │ ├── htmlpdfr │ │ ├── fs_ecmwf.R │ │ ├── fs_ecmwf.html │ │ └── fs_ecmwf.pdf │ └── main.Rmd └── main.Rmd ├── gitsetup.md ├── hdga.html ├── htmlpdfr ├── title.R ├── title.html └── title.pdf ├── index.Rmd ├── linreg ├── decompose │ ├── decompose.R │ ├── decompose.html │ ├── decompose.ipynb │ ├── fs_lin_decompose.Rmd │ ├── htmlpdfr │ │ ├── fs_lin_decompose.R │ │ ├── fs_lin_decompose.html │ │ └── fs_lin_decompose.pdf │ └── main.Rmd ├── ivreg │ ├── fs_lin_ivloop.Rmd │ ├── fs_lin_ivregrow.Rmd │ ├── htmlpdfr │ │ ├── fs_lin_ivloop.R │ │ ├── fs_lin_ivloop.html │ │ ├── fs_lin_ivloop.pdf │ │ ├── fs_lin_ivregrow.R │ │ ├── fs_lin_ivregrow.html │ │ └── fs_lin_ivregrow.pdf │ ├── ivregdfrow.R │ ├── ivregdfrow.html │ ├── ivregdfrow.ipynb │ ├── main.Rmd │ ├── regloop.R │ ├── regloop.html │ └── regloop.ipynb ├── main.Rmd └── polynomial │ ├── fs_lm_poly_fit.Rmd │ ├── fs_poly_fit.Rmd │ ├── htmlpdfr │ ├── fs_lm_poly_fit.R │ ├── fs_lm_poly_fit.html │ ├── fs_lm_poly_fit.pdf │ ├── fs_poly_fit.R │ ├── fs_poly_fit.html │ └── fs_poly_fit.pdf │ └── main.Rmd ├── math ├── differentiation │ ├── fs_differentiate_lhopital.rmd │ └── main.Rmd ├── func_ineq │ ├── fs_atkinson_ces.Rmd │ ├── fs_gini_disc.Rmd │ ├── fs_pop_loc_pollution.Rmd │ ├── fs_pop_loc_pollution_time.Rmd │ ├── fs_youden.Rmd │ ├── htmlpdfr │ │ ├── fs_atkinson_ces.R │ │ ├── fs_atkinson_ces.html │ │ ├── fs_atkinson_ces.pdf │ │ ├── fs_gini_disc.R │ │ ├── fs_gini_disc.html │ │ ├── fs_gini_disc.pdf │ │ ├── fs_pop_loc_pollution.R │ │ ├── fs_pop_loc_pollution.html │ │ ├── fs_pop_loc_pollution.pdf │ │ ├── fs_pop_loc_pollution_time.R │ │ ├── fs_pop_loc_pollution_time.html │ │ ├── fs_pop_loc_pollution_time.pdf │ │ ├── fs_youden.R │ │ ├── fs_youden.html │ │ └── fs_youden.pdf │ └── main.Rmd ├── func_prod │ ├── fs_latent_health.Rmd │ ├── fs_nested_CES.Rmd │ ├── htmlpdfr │ │ ├── fs_latent_health.R │ │ ├── fs_latent_health.html │ │ ├── fs_latent_health.pdf │ │ ├── fs_nested_CES.R │ │ ├── fs_nested_CES.html │ │ └── fs_nested_CES.pdf │ └── main.Rmd ├── func_utility │ ├── fs_mlogit_crra.Rmd │ ├── htmlpdfr │ │ ├── fs_mlogit_crra.R │ │ ├── fs_mlogit_crra.html │ │ └── fs_mlogit_crra.pdf │ └── main.Rmd ├── main.Rmd └── solutions │ ├── fs_analytical_poly_fit.Rmd │ ├── fs_exponents.Rmd │ ├── fs_point2line.Rmd │ ├── fs_rescale.Rmd │ ├── fs_solu_x_lin.Rmd │ ├── htmlpdfr │ ├── fs_analytical_poly_fit.R │ ├── fs_analytical_poly_fit.html │ ├── fs_analytical_poly_fit.pdf │ ├── fs_exponents.R │ ├── fs_exponents.html │ ├── fs_exponents.pdf │ ├── fs_point2line.R │ ├── fs_point2line.html │ ├── fs_point2line.pdf │ ├── fs_rescale.R │ ├── fs_rescale.html │ ├── fs_rescale.pdf │ ├── fs_solu_x_lin.R │ ├── fs_solu_x_lin.html │ └── fs_solu_x_lin.pdf │ └── main.Rmd ├── optimization ├── disccts │ ├── fs_disc_cts_basic.Rmd │ └── htmlpdfr │ │ ├── fs_disc_cts_basic.R │ │ ├── fs_disc_cts_basic.html │ │ └── fs_disc_cts_basic.pdf ├── main.Rmd ├── optimizepreamble.R ├── panelopti.ipynb ├── paneloptig2.ipynb ├── planner │ ├── .ipynb │ └── ces │ │ ├── cesoptimizer.R │ │ ├── cesoptimizer.html │ │ ├── cesoptimizer.ipynb │ │ ├── cesplannerobj.R │ │ ├── cesplannerobj.html │ │ └── cesplannerobj.ipynb ├── root_bisect │ ├── fs_bisec_joint.Rmd │ ├── fs_optimize_grid_loop.Rmd │ ├── fst_ces_plan_linlog.html │ ├── fst_ces_plan_linlog.nb.html │ ├── htmlpdfr │ │ ├── fs_bisec_joint.R │ │ ├── fs_bisec_joint.html │ │ ├── fs_bisec_joint.pdf │ │ ├── fs_optimize_grid_loop.R │ │ ├── fs_optimize_grid_loop.html │ │ └── fs_optimize_grid_loop.pdf │ └── main.Rmd └── support │ ├── fraction.R │ ├── fraction.html │ └── fraction.ipynb ├── packages.bib ├── panel ├── basic │ ├── _file │ │ └── csv │ │ │ ├── cev-2000 │ │ │ ├── solu_19E1NEp99r99x_ITG_PE_cev_c0_cev-2000_A0.csv │ │ │ ├── solu_19E1NEp99r99x_ITG_PE_cev_c0_cev-2000_A3420.csv │ │ │ └── solu_19E1NEp99r99x_ITG_PE_cev_c0_cev-2000_A6840.csv │ │ │ ├── cev-947 │ │ │ ├── solu_19E1NEp99r99x_ITG_PE_cev_c5_cev-947_A0.csv │ │ │ ├── solu_19E1NEp99r99x_ITG_PE_cev_c5_cev-947_A3420.csv │ │ │ └── solu_19E1NEp99r99x_ITG_PE_cev_c5_cev-947_A6840.csv │ │ │ ├── cev2000 │ │ │ ├── solu_19E1NEp99r99x_ITG_PE_cev_c19_cev2000_A0.csv │ │ │ ├── solu_19E1NEp99r99x_ITG_PE_cev_c19_cev2000_A3420.csv │ │ │ └── solu_19E1NEp99r99x_ITG_PE_cev_c19_cev2000_A6840.csv │ │ │ └── cev947 │ │ │ ├── solu_19E1NEp99r99x_ITG_PE_cev_c14_cev947_A0.csv │ │ │ ├── solu_19E1NEp99r99x_ITG_PE_cev_c14_cev947_A3420.csv │ │ │ └── solu_19E1NEp99r99x_ITG_PE_cev_c14_cev947_A6840.csv │ ├── fs_csv_gather.Rmd │ ├── fs_genpanel.Rmd │ ├── fs_joining.Rmd │ ├── htmlpdfr │ │ ├── fs_csv_gather.R │ │ ├── fs_csv_gather.html │ │ ├── fs_csv_gather.pdf │ │ ├── fs_genpanel.R │ │ ├── fs_genpanel.html │ │ ├── fs_genpanel.pdf │ │ ├── fs_joining.R │ │ ├── fs_joining.html │ │ └── fs_joining.pdf │ └── main.Rmd ├── join │ ├── _file │ │ └── csv │ │ │ ├── e_19E1NEp02per02ger99_ITG_PE_subsettest.csv │ │ │ ├── e_19E1NEp02r02_ITG_PE_subsettest.csv │ │ │ ├── e_19E1NEp02r99_ITG_PE_subsettest.csv │ │ │ ├── e_19E1NEp99r99_ITG_PE_cev_subsettest.csv │ │ │ └── e_19E1NEp99r99_ITG_PE_subsettest.csv │ ├── fs_cross_time_group.Rmd │ ├── fs_join_compare.Rmd │ ├── htmlpdfr │ │ ├── fs_cross_time_group.R │ │ ├── fs_cross_time_group.html │ │ ├── fs_cross_time_group.pdf │ │ ├── fs_join_compare.R │ │ ├── fs_join_compare.html │ │ └── fs_join_compare.pdf │ └── main.Rmd ├── main.Rmd ├── merge │ ├── fs_join_mesh.Rmd │ ├── htmlpdfr │ │ ├── fs_join_mesh.R │ │ ├── fs_join_mesh.html │ │ └── fs_join_mesh.pdf │ └── main.Rmd ├── timeseries │ └── main.Rmd └── widelong │ ├── fs_pivotlonger.Rmd │ ├── fs_pivotwider.Rmd │ ├── htmlpdfr │ ├── fs_pivotlonger.R │ ├── fs_pivotlonger.html │ ├── fs_pivotlonger.pdf │ ├── fs_pivotwider.R │ ├── fs_pivotwider.html │ └── fs_pivotwider.pdf │ └── main.Rmd ├── preamble.tex ├── preamble_book.tex ├── regnonlin ├── logit │ ├── fs_logit_aggregate_share_to_price.Rmd │ ├── fs_logit_aggregate_shares.Rmd │ ├── fs_logit_births.Rmd │ ├── htmlpdfr │ │ ├── fs_logit_aggregate_share_to_price.R │ │ ├── fs_logit_aggregate_share_to_price.html │ │ ├── fs_logit_aggregate_share_to_price.pdf │ │ ├── fs_logit_aggregate_shares.R │ │ ├── fs_logit_aggregate_shares.html │ │ ├── fs_logit_aggregate_shares.pdf │ │ ├── fs_logit_births.R │ │ ├── fs_logit_births.html │ │ └── fs_logit_births.pdf │ └── main.Rmd ├── main.Rmd └── quantreg │ ├── fs_quantreg_intro.Rmd │ ├── htmlpdfr │ ├── fs_quantreg_intro.R │ ├── fs_quantreg_intro.html │ └── fs_quantreg_intro.pdf │ └── main.Rmd ├── statistics ├── combinatorics │ └── main.Rmd ├── discrandvar │ ├── fs_birth_shock.Rmd │ ├── fs_disc_approx_cts.Rmd │ ├── fs_disc_fit.Rmd │ ├── fs_discrandvar_condi2joint.Rmd │ ├── fs_discrandvar_condi2joint_full_skip.Rmd │ ├── fs_discrandvar_marg2joint.Rmd │ ├── fs_drm_mass_alter_skip.Rmd │ ├── htmlpdfr │ │ ├── fs_birth_shock.R │ │ ├── fs_birth_shock.html │ │ ├── fs_birth_shock.pdf │ │ ├── fs_disc_approx_cts.R │ │ ├── fs_disc_approx_cts.html │ │ ├── fs_disc_approx_cts.pdf │ │ ├── fs_disc_fit.R │ │ ├── fs_disc_fit.html │ │ ├── fs_disc_fit.pdf │ │ ├── fs_discrandvar_condi2joint.R │ │ ├── fs_discrandvar_condi2joint.html │ │ ├── fs_discrandvar_condi2joint.pdf │ │ ├── fs_discrandvar_marg2joint.R │ │ ├── fs_discrandvar_marg2joint.html │ │ └── fs_discrandvar_marg2joint.pdf │ └── main.Rmd ├── integration │ ├── fs_integrate_normal.Rmd │ ├── htmlpdfr │ │ ├── fs_integrate_normal.R │ │ ├── fs_integrate_normal.html │ │ └── fs_integrate_normal.pdf │ └── main.Rmd ├── main.Rmd ├── random │ ├── fs_perturb_parameter.Rmd │ ├── htmlpdfr │ │ ├── fs_perturb_parameter.R │ │ ├── fs_perturb_parameter.html │ │ └── fs_perturb_parameter.pdf │ └── main.Rmd └── sampling │ ├── fs_sample_mean_sd.Rmd │ └── htmlpdfr │ ├── fs_sample_mean_sd.R │ ├── fs_sample_mean_sd.html │ └── fs_sample_mean_sd.pdf ├── style.css ├── summarize ├── aggregate │ ├── README.md │ ├── fs_group_cumall.Rmd │ ├── fs_group_summ_one.Rmd │ ├── fs_group_summ_wide.Rmd │ ├── fs_group_unique_agg.Rmd │ ├── htmlpdfr │ │ ├── fs_group_cumall.R │ │ ├── fs_group_cumall.html │ │ ├── fs_group_cumall.pdf │ │ ├── fs_group_summ_one.R │ │ ├── fs_group_summ_one.html │ │ ├── fs_group_summ_one.pdf │ │ ├── fs_group_summ_wide.R │ │ ├── fs_group_summ_wide.html │ │ ├── fs_group_summ_wide.pdf │ │ ├── fs_group_unique_agg.R │ │ ├── fs_group_unique_agg.html │ │ └── fs_group_unique_agg.pdf │ └── main.Rmd ├── count │ ├── .ipynb_checkpoints │ │ ├── ByGroupCountAllVarNonNA-checkpoint.R │ │ ├── ByGroupCountAllVarNonNA-checkpoint.ipynb │ │ ├── ByGroupCountUniqueIndi-checkpoint.R │ │ └── ByGroupCountUniqueIndi-checkpoint.ipynb │ ├── ByGroupCountAllVarNonNA.R │ ├── ByGroupCountAllVarNonNA.html │ ├── ByGroupCountAllVarNonNA.ipynb │ ├── ByGroupCountNonNAExclude.R │ ├── ByGroupCountUniqueIndi.R │ ├── ByGroupCountUniqueIndi.html │ ├── ByGroupCountUniqueIndi.ipynb │ ├── README.md │ ├── fs_count_basics.Rmd │ ├── htmlpdfr │ │ ├── fs_count_basics.R │ │ ├── fs_count_basics.html │ │ └── fs_count_basics.pdf │ └── main.Rmd ├── dist │ ├── README.md │ ├── fst_hist_onevar.Rmd │ ├── fst_quantiles_joint_discrete.R │ ├── htmlpdfr │ │ ├── fst_hist_onevar.R │ │ ├── fst_hist_onevar.html │ │ ├── fst_hist_onevar.pdf │ │ ├── fst_quantiles_joint_discrete.R │ │ ├── fst_quantiles_joint_discrete.html │ │ ├── fst_quantiles_joint_discrete.pdf │ │ └── fst_quantiles_joint_discrete.tex │ └── main.Rmd ├── index │ ├── README.md │ ├── fs_group_sort.Rmd │ ├── fs_index_populate.Rmd │ ├── htmlpdfr │ │ ├── fs_group_sort.R │ │ ├── fs_group_sort.html │ │ ├── fs_group_sort.pdf │ │ ├── fs_index_populate.R │ │ ├── fs_index_populate.html │ │ └── fs_index_populate.pdf │ └── main.Rmd ├── main.Rmd ├── multivar │ ├── fs_func_multivar.Rmd │ ├── htmlpdfr │ │ ├── fs_func_multivar.R │ │ ├── fs_func_multivar.html │ │ └── fs_func_multivar.pdf │ └── main.Rmd ├── summ │ ├── .ipynb_checkpoints │ │ └── ByGroupsSummWide-checkpoint.ipynb │ ├── ByGroupSumm.R │ ├── ByGroupSummOne.R │ ├── ByGroupSummOne.html │ ├── ByGroupSummOne.ipynb │ ├── ByGroupsSummWide.R │ ├── ByGroupsSummWide.html │ ├── ByGroupsSummWide.ipynb │ ├── README.md │ └── SummPercentiles.R ├── summpreamble.R └── tabulate │ └── ListUniqueCateNAsMat.R ├── support ├── bugs │ └── rstudio │ │ └── fs_start.Rmd ├── controls │ ├── condainstalls.R │ ├── controls.R │ └── timer.R ├── development │ ├── README.md │ ├── fs_packaging.Rmd │ ├── fs_packaging.html │ ├── fs_packaging.nb.html │ ├── fs_packaging.pdf │ ├── fs_packaging.tex │ ├── fs_pkg_m4econ.Rmd │ ├── fs_pkg_math4econ.Rmd │ ├── fs_pkg_mecontools.Rmd │ ├── fs_pkg_prjlabequibfw.Rmd │ ├── fs_pkg_prjoptisnw.Rmd │ ├── fs_pkg_py4econ.Rmd │ ├── fs_pkg_pyecon.Rmd │ ├── fs_pkg_pyfan.Rmd │ ├── fs_pkg_r4econ.Rmd │ ├── fs_pkg_recontools.R │ ├── fs_pkg_recontools.Rmd │ ├── fs_pkg_stat4econ.Rmd │ ├── fs_pkg_stata4econ.Rmd │ ├── packaging_genpdf.R │ └── packaging_setup.R ├── dtype │ ├── README.md │ └── fs_dtype.R ├── ggplottricks │ ├── graph_array.R │ └── lines.R ├── github │ ├── cleanup.md │ └── errors.md ├── inout │ ├── Rdata.R │ ├── fs_convert_jupyter2rmd.R │ ├── fs_convert_jupyter2rmd.Rmd │ ├── fs_convert_jupyter2rmd.html │ ├── fs_convert_jupyter2rmd.nb.html │ ├── fs_convert_jupyter2rmd.pdf │ ├── fs_convert_jupyter2rmd.tex │ ├── fs_read_dta.Rmd │ ├── fs_read_dta.html │ ├── fs_read_dta.nb.html │ ├── fs_read_dta.pdf │ ├── fs_read_dta.tex │ └── fs_rmd_knitall.R ├── rmd │ ├── _main.Rmd │ ├── fs_test_a.Rmd │ └── fs_test_b.Rmd ├── shiny │ └── fs_shiny_test.R └── supportpreamble.R ├── tabgraph ├── baseplot │ ├── fs_base_curve.Rmd │ ├── htmlpdfr │ │ ├── fs_base_curve.R │ │ ├── fs_base_curve.html │ │ └── fs_base_curve.pdf │ └── main.Rmd ├── ggline │ ├── _file │ │ ├── cev_data.csv │ │ ├── cev_graph.eps │ │ ├── cev_graph.png │ │ ├── flfp_data.csv │ │ ├── flfp_gepe_colhigh_analytical_graph.eps │ │ ├── flfp_gepe_colhigh_analytical_graph.png │ │ ├── flfp_gepe_colhigh_manual_graph.eps │ │ ├── flfp_gepe_colhigh_manual_graph.png │ │ ├── flfp_gepe_colhigh_routine_graph.eps │ │ ├── flfp_gepe_colhigh_routine_graph.png │ │ ├── flfp_sam2fshr_graph.eps │ │ └── flfp_sam2fshr_graph.png │ ├── fs_ggline_basic.Rmd │ ├── fs_ggline_mgrp_ncts.Rmd │ ├── fs_ggline_recession.Rmd │ ├── htmlpdfr │ │ ├── fs_ggline_basic.R │ │ ├── fs_ggline_basic.html │ │ ├── fs_ggline_basic.pdf │ │ ├── fs_ggline_mgrp_ncts.R │ │ ├── fs_ggline_mgrp_ncts.html │ │ ├── fs_ggline_mgrp_ncts.pdf │ │ ├── fs_ggline_recession.R │ │ ├── fs_ggline_recession.html │ │ └── fs_ggline_recession.pdf │ └── main.Rmd ├── ggscatter │ ├── fs_ggscatter_3cts_mdisc.Rmd │ ├── fs_ggscatter_facet_wrap.Rmd │ ├── htmlpdfr │ │ ├── fs_ggscatter_3cts_mdisc.R │ │ ├── fs_ggscatter_3cts_mdisc.html │ │ ├── fs_ggscatter_3cts_mdisc.pdf │ │ ├── fs_ggscatter_facet_wrap.R │ │ ├── fs_ggscatter_facet_wrap.html │ │ └── fs_ggscatter_facet_wrap.pdf │ └── main.Rmd ├── inout │ ├── _img │ │ ├── fs_img_io_2curve_fs_2curve.eps │ │ ├── fs_img_io_2curve_w135h76_res300.png │ │ ├── fs_img_io_2curve_w135h76_res72.png │ │ ├── fs_img_io_2curve_w160h100_res300.png │ │ └── fs_img_io_2curve_w80h48_res300.png │ ├── fs_img_io.Rmd │ ├── fs_img_io_files │ │ └── figure-docx │ │ │ └── unnamed-chunk-1-1.png │ ├── htmlpdfr │ │ ├── fs_img_io.R │ │ ├── fs_img_io.html │ │ └── fs_img_io.pdf │ └── main.Rmd └── main.Rmd ├── table └── bigtable │ ├── README.md │ ├── _file │ ├── country_code.csv │ ├── lac_aod_children.csv │ ├── lac_climate_children_rank.tex │ └── lac_utci_children.csv │ ├── fs_bigtable_country.Rmd │ └── htmlpdfr │ ├── fs_bigtable_country.R │ ├── fs_bigtable_country.html │ └── fs_bigtable_country.pdf ├── title.Rmd └── toc.css /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.Rprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/.Rprofile -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/LICENSE -------------------------------------------------------------------------------- /R4Econ.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/R4Econ.Rproj -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/README.md -------------------------------------------------------------------------------- /README_OLD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/README_OLD.md -------------------------------------------------------------------------------- /README_appendix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/README_appendix.md -------------------------------------------------------------------------------- /README_end.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/README_end.md -------------------------------------------------------------------------------- /README_pre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/README_pre.md -------------------------------------------------------------------------------- /README_toc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/README_toc.md -------------------------------------------------------------------------------- /_bookdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_bookdown.yml -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_config.yml -------------------------------------------------------------------------------- /_data/README.md: -------------------------------------------------------------------------------- 1 | csv files 2 | -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/ds_az_p_gb_sa110_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/ds_az_p_gb_sa110_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/ds_az_p_gb_sa110_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/ds_az_p_gb_sa110_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/ds_az_p_gb_sa110_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/ds_az_p_gb_sa110_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/ds_az_p_gb_sa110_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/ds_az_p_gb_sa110_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/ds_az_p_gb_sa110_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/ds_az_p_gb_sa110_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/ds_az_p_gb_sa110_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/ds_az_p_gb_sa110_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/ds_az_p_gb_sa110_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/ds_az_p_gb_sa110_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/ds_az_p_gb_sa110_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/ds_az_p_gb_sa110_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/ds_az_p_gb_sa110_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/ds_az_p_gb_sa110_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/vf_az_p_gb_sa110_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/vf_az_p_gb_sa110_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/vf_az_p_gb_sa110_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/vf_az_p_gb_sa110_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/vf_az_p_gb_sa110_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/vf_az_p_gb_sa110_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/vf_az_p_gb_sa110_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/vf_az_p_gb_sa110_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/vf_az_p_gb_sa110_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/vf_az_p_gb_sa110_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/vf_az_p_gb_sa110_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/vf_az_p_gb_sa110_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/vf_az_p_gb_sa110_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/vf_az_p_gb_sa110_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/vf_az_p_gb_sa110_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/vf_az_p_gb_sa110_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm110/vf_az_p_gb_sa110_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm110/vf_az_p_gb_sa110_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/ds_az_p_gb_sa112_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/ds_az_p_gb_sa112_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/ds_az_p_gb_sa112_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/ds_az_p_gb_sa112_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/ds_az_p_gb_sa112_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/ds_az_p_gb_sa112_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/ds_az_p_gb_sa112_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/ds_az_p_gb_sa112_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/ds_az_p_gb_sa112_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/ds_az_p_gb_sa112_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/ds_az_p_gb_sa112_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/ds_az_p_gb_sa112_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/ds_az_p_gb_sa112_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/ds_az_p_gb_sa112_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/ds_az_p_gb_sa112_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/ds_az_p_gb_sa112_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/ds_az_p_gb_sa112_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/ds_az_p_gb_sa112_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/vf_az_p_gb_sa112_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/vf_az_p_gb_sa112_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/vf_az_p_gb_sa112_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/vf_az_p_gb_sa112_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/vf_az_p_gb_sa112_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/vf_az_p_gb_sa112_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/vf_az_p_gb_sa112_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/vf_az_p_gb_sa112_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/vf_az_p_gb_sa112_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/vf_az_p_gb_sa112_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/vf_az_p_gb_sa112_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/vf_az_p_gb_sa112_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/vf_az_p_gb_sa112_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/vf_az_p_gb_sa112_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/vf_az_p_gb_sa112_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/vf_az_p_gb_sa112_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm112/vf_az_p_gb_sa112_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm112/vf_az_p_gb_sa112_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/ds_az_p_gb_sa116_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/ds_az_p_gb_sa116_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/ds_az_p_gb_sa116_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/ds_az_p_gb_sa116_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/ds_az_p_gb_sa116_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/ds_az_p_gb_sa116_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/ds_az_p_gb_sa116_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/ds_az_p_gb_sa116_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/ds_az_p_gb_sa116_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/ds_az_p_gb_sa116_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/ds_az_p_gb_sa116_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/ds_az_p_gb_sa116_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/ds_az_p_gb_sa116_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/ds_az_p_gb_sa116_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/ds_az_p_gb_sa116_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/ds_az_p_gb_sa116_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/ds_az_p_gb_sa116_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/ds_az_p_gb_sa116_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/vf_az_p_gb_sa116_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/vf_az_p_gb_sa116_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/vf_az_p_gb_sa116_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/vf_az_p_gb_sa116_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/vf_az_p_gb_sa116_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/vf_az_p_gb_sa116_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/vf_az_p_gb_sa116_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/vf_az_p_gb_sa116_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/vf_az_p_gb_sa116_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/vf_az_p_gb_sa116_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/vf_az_p_gb_sa116_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/vf_az_p_gb_sa116_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/vf_az_p_gb_sa116_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/vf_az_p_gb_sa116_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/vf_az_p_gb_sa116_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/vf_az_p_gb_sa116_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm116/vf_az_p_gb_sa116_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm116/vf_az_p_gb_sa116_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/ds_az_p_gb_sa118_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/ds_az_p_gb_sa118_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/ds_az_p_gb_sa118_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/ds_az_p_gb_sa118_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/ds_az_p_gb_sa118_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/ds_az_p_gb_sa118_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/ds_az_p_gb_sa118_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/ds_az_p_gb_sa118_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/ds_az_p_gb_sa118_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/ds_az_p_gb_sa118_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/ds_az_p_gb_sa118_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/ds_az_p_gb_sa118_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/ds_az_p_gb_sa118_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/ds_az_p_gb_sa118_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/ds_az_p_gb_sa118_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/ds_az_p_gb_sa118_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/ds_az_p_gb_sa118_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/ds_az_p_gb_sa118_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/vf_az_p_gb_sa118_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/vf_az_p_gb_sa118_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/vf_az_p_gb_sa118_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/vf_az_p_gb_sa118_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/vf_az_p_gb_sa118_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/vf_az_p_gb_sa118_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/vf_az_p_gb_sa118_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/vf_az_p_gb_sa118_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/vf_az_p_gb_sa118_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/vf_az_p_gb_sa118_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/vf_az_p_gb_sa118_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/vf_az_p_gb_sa118_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/vf_az_p_gb_sa118_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/vf_az_p_gb_sa118_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/vf_az_p_gb_sa118_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/vf_az_p_gb_sa118_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm118/vf_az_p_gb_sa118_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm118/vf_az_p_gb_sa118_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/ds_az_p_gb_sa150_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/ds_az_p_gb_sa150_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/ds_az_p_gb_sa150_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/ds_az_p_gb_sa150_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/ds_az_p_gb_sa150_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/ds_az_p_gb_sa150_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/ds_az_p_gb_sa150_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/ds_az_p_gb_sa150_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/ds_az_p_gb_sa150_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/ds_az_p_gb_sa150_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/ds_az_p_gb_sa150_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/ds_az_p_gb_sa150_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/ds_az_p_gb_sa150_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/ds_az_p_gb_sa150_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/ds_az_p_gb_sa150_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/ds_az_p_gb_sa150_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/ds_az_p_gb_sa150_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/ds_az_p_gb_sa150_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/vf_az_p_gb_sa150_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/vf_az_p_gb_sa150_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/vf_az_p_gb_sa150_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/vf_az_p_gb_sa150_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/vf_az_p_gb_sa150_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/vf_az_p_gb_sa150_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/vf_az_p_gb_sa150_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/vf_az_p_gb_sa150_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/vf_az_p_gb_sa150_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/vf_az_p_gb_sa150_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/vf_az_p_gb_sa150_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/vf_az_p_gb_sa150_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/vf_az_p_gb_sa150_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/vf_az_p_gb_sa150_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/vf_az_p_gb_sa150_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/vf_az_p_gb_sa150_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm150/vf_az_p_gb_sa150_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm150/vf_az_p_gb_sa150_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/ds_az_p_gb_sa152_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/ds_az_p_gb_sa152_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/ds_az_p_gb_sa152_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/ds_az_p_gb_sa152_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/ds_az_p_gb_sa152_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/ds_az_p_gb_sa152_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/ds_az_p_gb_sa152_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/ds_az_p_gb_sa152_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/ds_az_p_gb_sa152_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/ds_az_p_gb_sa152_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/ds_az_p_gb_sa152_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/ds_az_p_gb_sa152_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/ds_az_p_gb_sa152_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/ds_az_p_gb_sa152_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/ds_az_p_gb_sa152_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/ds_az_p_gb_sa152_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/ds_az_p_gb_sa152_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/ds_az_p_gb_sa152_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/vf_az_p_gb_sa152_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/vf_az_p_gb_sa152_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/vf_az_p_gb_sa152_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/vf_az_p_gb_sa152_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/vf_az_p_gb_sa152_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/vf_az_p_gb_sa152_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/vf_az_p_gb_sa152_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/vf_az_p_gb_sa152_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/vf_az_p_gb_sa152_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/vf_az_p_gb_sa152_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/vf_az_p_gb_sa152_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/vf_az_p_gb_sa152_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/vf_az_p_gb_sa152_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/vf_az_p_gb_sa152_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/vf_az_p_gb_sa152_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/vf_az_p_gb_sa152_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm152/vf_az_p_gb_sa152_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm152/vf_az_p_gb_sa152_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/ds_az_p_gb_sa156_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/ds_az_p_gb_sa156_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/ds_az_p_gb_sa156_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/ds_az_p_gb_sa156_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/ds_az_p_gb_sa156_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/ds_az_p_gb_sa156_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/ds_az_p_gb_sa156_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/ds_az_p_gb_sa156_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/ds_az_p_gb_sa156_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/ds_az_p_gb_sa156_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/ds_az_p_gb_sa156_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/ds_az_p_gb_sa156_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/ds_az_p_gb_sa156_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/ds_az_p_gb_sa156_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/ds_az_p_gb_sa156_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/ds_az_p_gb_sa156_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/ds_az_p_gb_sa156_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/ds_az_p_gb_sa156_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/vf_az_p_gb_sa156_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/vf_az_p_gb_sa156_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/vf_az_p_gb_sa156_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/vf_az_p_gb_sa156_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/vf_az_p_gb_sa156_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/vf_az_p_gb_sa156_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/vf_az_p_gb_sa156_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/vf_az_p_gb_sa156_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/vf_az_p_gb_sa156_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/vf_az_p_gb_sa156_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/vf_az_p_gb_sa156_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/vf_az_p_gb_sa156_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/vf_az_p_gb_sa156_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/vf_az_p_gb_sa156_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/vf_az_p_gb_sa156_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/vf_az_p_gb_sa156_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm156/vf_az_p_gb_sa156_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm156/vf_az_p_gb_sa156_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/ds_az_p_gb_sa158_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/ds_az_p_gb_sa158_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/ds_az_p_gb_sa158_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/ds_az_p_gb_sa158_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/ds_az_p_gb_sa158_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/ds_az_p_gb_sa158_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/ds_az_p_gb_sa158_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/ds_az_p_gb_sa158_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/ds_az_p_gb_sa158_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/ds_az_p_gb_sa158_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/ds_az_p_gb_sa158_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/ds_az_p_gb_sa158_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/ds_az_p_gb_sa158_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/ds_az_p_gb_sa158_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/ds_az_p_gb_sa158_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/ds_az_p_gb_sa158_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/ds_az_p_gb_sa158_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/ds_az_p_gb_sa158_c9.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/vf_az_p_gb_sa158_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/vf_az_p_gb_sa158_c1.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/vf_az_p_gb_sa158_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/vf_az_p_gb_sa158_c2.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/vf_az_p_gb_sa158_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/vf_az_p_gb_sa158_c3.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/vf_az_p_gb_sa158_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/vf_az_p_gb_sa158_c4.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/vf_az_p_gb_sa158_c5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/vf_az_p_gb_sa158_c5.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/vf_az_p_gb_sa158_c6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/vf_az_p_gb_sa158_c6.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/vf_az_p_gb_sa158_c7.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/vf_az_p_gb_sa158_c7.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/vf_az_p_gb_sa158_c8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/vf_az_p_gb_sa158_c8.mat -------------------------------------------------------------------------------- /_data/gda_medium1/pm158/vf_az_p_gb_sa158_c9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_medium1/pm158/vf_az_p_gb_sa158_c9.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm110/ds_az_p_gb_sa110_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm110/ds_az_p_gb_sa110_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm110/ds_az_p_gb_sa110_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm110/ds_az_p_gb_sa110_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm110/ds_az_p_gb_sa110_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm110/ds_az_p_gb_sa110_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm110/ds_az_p_gb_sa110_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm110/ds_az_p_gb_sa110_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm110/vf_az_p_gb_sa110_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm110/vf_az_p_gb_sa110_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm110/vf_az_p_gb_sa110_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm110/vf_az_p_gb_sa110_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm110/vf_az_p_gb_sa110_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm110/vf_az_p_gb_sa110_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm110/vf_az_p_gb_sa110_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm110/vf_az_p_gb_sa110_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm112/ds_az_p_gb_sa112_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm112/ds_az_p_gb_sa112_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm112/ds_az_p_gb_sa112_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm112/ds_az_p_gb_sa112_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm112/ds_az_p_gb_sa112_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm112/ds_az_p_gb_sa112_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm112/ds_az_p_gb_sa112_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm112/ds_az_p_gb_sa112_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm112/vf_az_p_gb_sa112_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm112/vf_az_p_gb_sa112_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm112/vf_az_p_gb_sa112_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm112/vf_az_p_gb_sa112_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm112/vf_az_p_gb_sa112_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm112/vf_az_p_gb_sa112_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm112/vf_az_p_gb_sa112_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm112/vf_az_p_gb_sa112_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm116/ds_az_p_gb_sa116_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm116/ds_az_p_gb_sa116_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm116/ds_az_p_gb_sa116_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm116/ds_az_p_gb_sa116_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm116/ds_az_p_gb_sa116_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm116/ds_az_p_gb_sa116_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm116/ds_az_p_gb_sa116_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm116/ds_az_p_gb_sa116_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm116/vf_az_p_gb_sa116_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm116/vf_az_p_gb_sa116_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm116/vf_az_p_gb_sa116_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm116/vf_az_p_gb_sa116_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm116/vf_az_p_gb_sa116_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm116/vf_az_p_gb_sa116_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm116/vf_az_p_gb_sa116_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm116/vf_az_p_gb_sa116_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm118/ds_az_p_gb_sa118_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm118/ds_az_p_gb_sa118_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm118/ds_az_p_gb_sa118_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm118/ds_az_p_gb_sa118_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm118/ds_az_p_gb_sa118_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm118/ds_az_p_gb_sa118_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm118/ds_az_p_gb_sa118_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm118/ds_az_p_gb_sa118_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm118/vf_az_p_gb_sa118_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm118/vf_az_p_gb_sa118_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm118/vf_az_p_gb_sa118_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm118/vf_az_p_gb_sa118_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm118/vf_az_p_gb_sa118_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm118/vf_az_p_gb_sa118_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm118/vf_az_p_gb_sa118_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm118/vf_az_p_gb_sa118_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm150/ds_az_p_gb_sa150_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm150/ds_az_p_gb_sa150_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm150/ds_az_p_gb_sa150_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm150/ds_az_p_gb_sa150_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm150/ds_az_p_gb_sa150_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm150/ds_az_p_gb_sa150_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm150/ds_az_p_gb_sa150_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm150/ds_az_p_gb_sa150_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm150/vf_az_p_gb_sa150_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm150/vf_az_p_gb_sa150_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm150/vf_az_p_gb_sa150_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm150/vf_az_p_gb_sa150_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm150/vf_az_p_gb_sa150_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm150/vf_az_p_gb_sa150_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm150/vf_az_p_gb_sa150_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm150/vf_az_p_gb_sa150_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm152/ds_az_p_gb_sa152_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm152/ds_az_p_gb_sa152_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm152/ds_az_p_gb_sa152_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm152/ds_az_p_gb_sa152_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm152/ds_az_p_gb_sa152_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm152/ds_az_p_gb_sa152_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm152/ds_az_p_gb_sa152_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm152/ds_az_p_gb_sa152_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm152/vf_az_p_gb_sa152_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm152/vf_az_p_gb_sa152_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm152/vf_az_p_gb_sa152_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm152/vf_az_p_gb_sa152_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm152/vf_az_p_gb_sa152_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm152/vf_az_p_gb_sa152_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm152/vf_az_p_gb_sa152_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm152/vf_az_p_gb_sa152_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm156/ds_az_p_gb_sa156_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm156/ds_az_p_gb_sa156_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm156/ds_az_p_gb_sa156_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm156/ds_az_p_gb_sa156_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm156/ds_az_p_gb_sa156_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm156/ds_az_p_gb_sa156_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm156/ds_az_p_gb_sa156_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm156/ds_az_p_gb_sa156_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm156/vf_az_p_gb_sa156_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm156/vf_az_p_gb_sa156_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm156/vf_az_p_gb_sa156_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm156/vf_az_p_gb_sa156_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm156/vf_az_p_gb_sa156_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm156/vf_az_p_gb_sa156_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm156/vf_az_p_gb_sa156_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm156/vf_az_p_gb_sa156_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm158/ds_az_p_gb_sa158_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm158/ds_az_p_gb_sa158_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm158/ds_az_p_gb_sa158_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm158/ds_az_p_gb_sa158_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm158/ds_az_p_gb_sa158_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm158/ds_az_p_gb_sa158_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm158/ds_az_p_gb_sa158_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm158/ds_az_p_gb_sa158_c4.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm158/vf_az_p_gb_sa158_c1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm158/vf_az_p_gb_sa158_c1.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm158/vf_az_p_gb_sa158_c2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm158/vf_az_p_gb_sa158_c2.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm158/vf_az_p_gb_sa158_c3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm158/vf_az_p_gb_sa158_c3.mat -------------------------------------------------------------------------------- /_data/gda_small1/pm158/vf_az_p_gb_sa158_c4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/gda_small1/pm158/vf_az_p_gb_sa158_c4.mat -------------------------------------------------------------------------------- /_data/height_weight.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/height_weight.csv -------------------------------------------------------------------------------- /_data/iris.dta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_data/iris.dta -------------------------------------------------------------------------------- /_file/rmd/fs_rmd_pdf_html_mod.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_file/rmd/fs_rmd_pdf_html_mod.Rmd -------------------------------------------------------------------------------- /_file/rmd/fs_text_save_mod.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_file/rmd/fs_text_save_mod.Rmd -------------------------------------------------------------------------------- /_file/rmd/main_mod.Rmd: -------------------------------------------------------------------------------- 1 | ## File in and Out 2 | -------------------------------------------------------------------------------- /_file/tex/test_fan.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_file/tex/test_fan.tex -------------------------------------------------------------------------------- /_file/tex/test_fan_search_replace.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_file/tex/test_fan_search_replace.tex -------------------------------------------------------------------------------- /_file/tex/tex_sample_a_tab.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_file/tex/tex_sample_a_tab.tex -------------------------------------------------------------------------------- /_img/fs_img_io_2curve_fs_2curve.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_img/fs_img_io_2curve_fs_2curve.eps -------------------------------------------------------------------------------- /_img/fs_img_io_2curve_w135h76_res300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_img/fs_img_io_2curve_w135h76_res300.png -------------------------------------------------------------------------------- /_img/fs_img_io_2curve_w135h76_res72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_img/fs_img_io_2curve_w135h76_res72.png -------------------------------------------------------------------------------- /_img/fs_img_io_2curve_w160h100_res300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_img/fs_img_io_2curve_w160h100_res300.png -------------------------------------------------------------------------------- /_img/fs_img_io_2curve_w80h48_res300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_img/fs_img_io_2curve_w80h48_res300.png -------------------------------------------------------------------------------- /_log/rmdclean/README.md: -------------------------------------------------------------------------------- 1 | Storing log files from rmd parsing. 2 | -------------------------------------------------------------------------------- /_output.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_output.yml -------------------------------------------------------------------------------- /_output_kniti_html.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_output_kniti_html.yaml -------------------------------------------------------------------------------- /_output_kniti_pdf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/_output_kniti_pdf.yaml -------------------------------------------------------------------------------- /amto/array/fs_ary_basics.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/fs_ary_basics.Rmd -------------------------------------------------------------------------------- /amto/array/fs_ary_generate.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/fs_ary_generate.Rmd -------------------------------------------------------------------------------- /amto/array/fs_ary_mesh.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/fs_ary_mesh.Rmd -------------------------------------------------------------------------------- /amto/array/fs_ary_string.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/fs_ary_string.Rmd -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_basics.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_basics.R -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_basics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_basics.html -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_basics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_basics.pdf -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_generate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_generate.R -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_generate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_generate.html -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_generate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_generate.pdf -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_mesh.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_mesh.R -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_mesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_mesh.html -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_mesh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_mesh.pdf -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_string.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_string.R -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_string.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_string.html -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_ary_string.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_ary_string.pdf -------------------------------------------------------------------------------- /amto/array/htmlpdfr/fs_tib_basics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/array/htmlpdfr/fs_tib_basics.html -------------------------------------------------------------------------------- /amto/array/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Array 2 | -------------------------------------------------------------------------------- /amto/list/fs_lst_basics.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/list/fs_lst_basics.Rmd -------------------------------------------------------------------------------- /amto/list/htmlpdfr/fs_listr.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/list/htmlpdfr/fs_listr.R -------------------------------------------------------------------------------- /amto/list/htmlpdfr/fs_listr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/list/htmlpdfr/fs_listr.html -------------------------------------------------------------------------------- /amto/list/htmlpdfr/fs_listr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/list/htmlpdfr/fs_listr.pdf -------------------------------------------------------------------------------- /amto/list/htmlpdfr/fs_lst_basics.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/list/htmlpdfr/fs_lst_basics.R -------------------------------------------------------------------------------- /amto/list/htmlpdfr/fs_lst_basics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/list/htmlpdfr/fs_lst_basics.html -------------------------------------------------------------------------------- /amto/list/htmlpdfr/fs_lst_basics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/list/htmlpdfr/fs_lst_basics.pdf -------------------------------------------------------------------------------- /amto/list/main.Rmd: -------------------------------------------------------------------------------- 1 | ## List 2 | -------------------------------------------------------------------------------- /amto/main.Rmd: -------------------------------------------------------------------------------- 1 | # Array, Matrix, Dataframe 2 | -------------------------------------------------------------------------------- /amto/matrix/fs_mat_demo_trans.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/fs_mat_demo_trans.Rmd -------------------------------------------------------------------------------- /amto/matrix/fs_mat_generate.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/fs_mat_generate.Rmd -------------------------------------------------------------------------------- /amto/matrix/fs_mat_linear_algebra.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/fs_mat_linear_algebra.Rmd -------------------------------------------------------------------------------- /amto/matrix/htmlpdfr/fs_mat_demo_trans.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/htmlpdfr/fs_mat_demo_trans.R -------------------------------------------------------------------------------- /amto/matrix/htmlpdfr/fs_mat_demo_trans.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/htmlpdfr/fs_mat_demo_trans.html -------------------------------------------------------------------------------- /amto/matrix/htmlpdfr/fs_mat_demo_trans.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/htmlpdfr/fs_mat_demo_trans.pdf -------------------------------------------------------------------------------- /amto/matrix/htmlpdfr/fs_mat_generate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/htmlpdfr/fs_mat_generate.R -------------------------------------------------------------------------------- /amto/matrix/htmlpdfr/fs_mat_generate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/htmlpdfr/fs_mat_generate.html -------------------------------------------------------------------------------- /amto/matrix/htmlpdfr/fs_mat_generate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/htmlpdfr/fs_mat_generate.pdf -------------------------------------------------------------------------------- /amto/matrix/htmlpdfr/fs_mat_linear_algebra.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/htmlpdfr/fs_mat_linear_algebra.R -------------------------------------------------------------------------------- /amto/matrix/htmlpdfr/fs_mat_linear_algebra.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/htmlpdfr/fs_mat_linear_algebra.html -------------------------------------------------------------------------------- /amto/matrix/htmlpdfr/fs_mat_linear_algebra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/matrix/htmlpdfr/fs_mat_linear_algebra.pdf -------------------------------------------------------------------------------- /amto/matrix/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Matrix 2 | -------------------------------------------------------------------------------- /amto/misc/fs_parse_regex.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/misc/fs_parse_regex.Rmd -------------------------------------------------------------------------------- /amto/misc/htmlpdfr/fs_parse_regex.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/misc/htmlpdfr/fs_parse_regex.R -------------------------------------------------------------------------------- /amto/misc/htmlpdfr/fs_parse_regex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/misc/htmlpdfr/fs_parse_regex.html -------------------------------------------------------------------------------- /amto/misc/htmlpdfr/fs_parse_regex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/misc/htmlpdfr/fs_parse_regex.pdf -------------------------------------------------------------------------------- /amto/misc/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Regular Expression, Date, etc. 2 | -------------------------------------------------------------------------------- /amto/tibble/_file/tibble_out_test_20240101-000017.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/_file/tibble_out_test_20240101-000017.csv -------------------------------------------------------------------------------- /amto/tibble/_file/tibble_out_test_20240101-000025.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/_file/tibble_out_test_20240101-000025.csv -------------------------------------------------------------------------------- /amto/tibble/_file/tibble_out_test_20240101-000615.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/_file/tibble_out_test_20240101-000615.csv -------------------------------------------------------------------------------- /amto/tibble/_file/tibble_out_test_20240101-000625.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/_file/tibble_out_test_20240101-000625.csv -------------------------------------------------------------------------------- /amto/tibble/_file/tibble_out_test_20240101-000840.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/_file/tibble_out_test_20240101-000840.csv -------------------------------------------------------------------------------- /amto/tibble/fs_tib_basics.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/fs_tib_basics.Rmd -------------------------------------------------------------------------------- /amto/tibble/fs_tib_factors.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/fs_tib_factors.Rmd -------------------------------------------------------------------------------- /amto/tibble/fs_tib_na.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/fs_tib_na.Rmd -------------------------------------------------------------------------------- /amto/tibble/fs_tib_random_draws.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/fs_tib_random_draws.Rmd -------------------------------------------------------------------------------- /amto/tibble/fs_tib_string.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/fs_tib_string.Rmd -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_basics.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_basics.R -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_basics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_basics.html -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_basics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_basics.pdf -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_factors.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_factors.R -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_factors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_factors.html -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_factors.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_factors.pdf -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_na.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_na.R -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_na.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_na.html -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_na.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_na.pdf -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_random_draws.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_random_draws.R -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_random_draws.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_random_draws.html -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_random_draws.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_random_draws.pdf -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_string.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_string.R -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_string.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_string.html -------------------------------------------------------------------------------- /amto/tibble/htmlpdfr/fs_tib_string.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/amto/tibble/htmlpdfr/fs_tib_string.pdf -------------------------------------------------------------------------------- /amto/tibble/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Variables in Dataframes 2 | -------------------------------------------------------------------------------- /book.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/book.bib -------------------------------------------------------------------------------- /bookdown/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/404.html -------------------------------------------------------------------------------- /bookdown/Panel-Data-and-Optimization-with-R.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/Panel-Data-and-Optimization-with-R.pdf -------------------------------------------------------------------------------- /bookdown/Panel-Data-and-Optimization-with-R.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/Panel-Data-and-Optimization-with-R.tex -------------------------------------------------------------------------------- /bookdown/_img/fs_img_io_2curve_w135h76_res300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/_img/fs_img_io_2curve_w135h76_res300.png -------------------------------------------------------------------------------- /bookdown/_img/fs_img_io_2curve_w135h76_res72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/_img/fs_img_io_2curve_w135h76_res72.png -------------------------------------------------------------------------------- /bookdown/_img/fs_img_io_2curve_w160h100_res300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/_img/fs_img_io_2curve_w160h100_res300.png -------------------------------------------------------------------------------- /bookdown/_img/fs_img_io_2curve_w80h48_res300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/_img/fs_img_io_2curve_w80h48_res300.png -------------------------------------------------------------------------------- /bookdown/array-matrix-dataframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/array-matrix-dataframe.html -------------------------------------------------------------------------------- /bookdown/coding-and-development.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/coding-and-development.html -------------------------------------------------------------------------------- /bookdown/functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/functions.html -------------------------------------------------------------------------------- /bookdown/get-data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/get-data.html -------------------------------------------------------------------------------- /bookdown/index-and-code-links.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/index-and-code-links.html -------------------------------------------------------------------------------- /bookdown/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/index.html -------------------------------------------------------------------------------- /bookdown/libs/anchor-sections-1.0/anchor-sections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/anchor-sections-1.0/anchor-sections.js -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/css/plugin-bookdown.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/css/plugin-bookdown.css -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/css/plugin-clipboard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/css/plugin-clipboard.css -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/css/plugin-highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/css/plugin-highlight.css -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/css/plugin-search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/css/plugin-search.css -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/css/plugin-table.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/css/plugin-table.css -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/css/style.css -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/js/app.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/js/app.min.js -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/js/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/js/clipboard.min.js -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/js/jquery.highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/js/jquery.highlight.js -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/js/lunr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/js/lunr.js -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/js/plugin-bookdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/js/plugin-bookdown.js -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/js/plugin-clipboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/js/plugin-clipboard.js -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/js/plugin-search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/js/plugin-search.js -------------------------------------------------------------------------------- /bookdown/libs/gitbook-2.6.7/js/plugin-sharing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/gitbook-2.6.7/js/plugin-sharing.js -------------------------------------------------------------------------------- /bookdown/libs/header-attrs-2.10/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/header-attrs-2.10/header-attrs.js -------------------------------------------------------------------------------- /bookdown/libs/header-attrs-2.3/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/header-attrs-2.3/header-attrs.js -------------------------------------------------------------------------------- /bookdown/libs/header-attrs-2.5/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/header-attrs-2.5/header-attrs.js -------------------------------------------------------------------------------- /bookdown/libs/jquery-2.2.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/jquery-2.2.3/jquery.min.js -------------------------------------------------------------------------------- /bookdown/libs/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /bookdown/libs/kePrint-0.0.1/kePrint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/kePrint-0.0.1/kePrint.js -------------------------------------------------------------------------------- /bookdown/libs/lightable-0.0.1/lightable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/libs/lightable-0.0.1/lightable.css -------------------------------------------------------------------------------- /bookdown/linear-regression.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/linear-regression.html -------------------------------------------------------------------------------- /bookdown/manipulate-and-summarize-dataframes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/manipulate-and-summarize-dataframes.html -------------------------------------------------------------------------------- /bookdown/mathematics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/mathematics.html -------------------------------------------------------------------------------- /bookdown/multi-dimensional-data-structures.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/multi-dimensional-data-structures.html -------------------------------------------------------------------------------- /bookdown/nonlinear-and-other-regressions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/nonlinear-and-other-regressions.html -------------------------------------------------------------------------------- /bookdown/optimization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/optimization.html -------------------------------------------------------------------------------- /bookdown/search_index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/search_index.json -------------------------------------------------------------------------------- /bookdown/statistics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/statistics.html -------------------------------------------------------------------------------- /bookdown/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/style.css -------------------------------------------------------------------------------- /bookdown/tables-and-graphs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/bookdown/tables-and-graphs.html -------------------------------------------------------------------------------- /development/inout/REconTools-Ex.timings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/REconTools-Ex.timings -------------------------------------------------------------------------------- /development/inout/_file/rmd/fs_rmd_pdf_html_mod.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/_file/rmd/fs_rmd_pdf_html_mod.Rmd -------------------------------------------------------------------------------- /development/inout/_file/rmd/fs_text_save_mod.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/_file/rmd/fs_text_save_mod.Rmd -------------------------------------------------------------------------------- /development/inout/_file/rmd/main_mod.Rmd: -------------------------------------------------------------------------------- 1 | ## File in and Out 2 | -------------------------------------------------------------------------------- /development/inout/_file/tex/test_fan.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/_file/tex/test_fan.tex -------------------------------------------------------------------------------- /development/inout/_file/tex/tex_sample_a_tab.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/_file/tex/tex_sample_a_tab.tex -------------------------------------------------------------------------------- /development/inout/fs_path.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/fs_path.Rmd -------------------------------------------------------------------------------- /development/inout/fs_rmd_pdf_html.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/fs_rmd_pdf_html.Rmd -------------------------------------------------------------------------------- /development/inout/fs_text_save.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/fs_text_save.Rmd -------------------------------------------------------------------------------- /development/inout/htmlpdfr/fs_path.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/htmlpdfr/fs_path.R -------------------------------------------------------------------------------- /development/inout/htmlpdfr/fs_path.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/htmlpdfr/fs_path.html -------------------------------------------------------------------------------- /development/inout/htmlpdfr/fs_path.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/htmlpdfr/fs_path.pdf -------------------------------------------------------------------------------- /development/inout/htmlpdfr/fs_rmd_pdf_html.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/htmlpdfr/fs_rmd_pdf_html.R -------------------------------------------------------------------------------- /development/inout/htmlpdfr/fs_rmd_pdf_html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/htmlpdfr/fs_rmd_pdf_html.html -------------------------------------------------------------------------------- /development/inout/htmlpdfr/fs_rmd_pdf_html.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/htmlpdfr/fs_rmd_pdf_html.pdf -------------------------------------------------------------------------------- /development/inout/htmlpdfr/fs_text_save.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/htmlpdfr/fs_text_save.R -------------------------------------------------------------------------------- /development/inout/htmlpdfr/fs_text_save.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/htmlpdfr/fs_text_save.html -------------------------------------------------------------------------------- /development/inout/htmlpdfr/fs_text_save.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/htmlpdfr/fs_text_save.pdf -------------------------------------------------------------------------------- /development/inout/htmlpdfr/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/inout/htmlpdfr/main.html -------------------------------------------------------------------------------- /development/inout/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Files In and Out 2 | -------------------------------------------------------------------------------- /development/install/fs_install_R.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/install/fs_install_R.Rmd -------------------------------------------------------------------------------- /development/install/fs_packages_R.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/install/fs_packages_R.Rmd -------------------------------------------------------------------------------- /development/install/htmlpdfr/fs_install_R.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/install/htmlpdfr/fs_install_R.R -------------------------------------------------------------------------------- /development/install/htmlpdfr/fs_install_R.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/install/htmlpdfr/fs_install_R.html -------------------------------------------------------------------------------- /development/install/htmlpdfr/fs_install_R.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/install/htmlpdfr/fs_install_R.pdf -------------------------------------------------------------------------------- /development/install/htmlpdfr/fs_packages_R.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/install/htmlpdfr/fs_packages_R.R -------------------------------------------------------------------------------- /development/install/htmlpdfr/fs_packages_R.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/install/htmlpdfr/fs_packages_R.html -------------------------------------------------------------------------------- /development/install/htmlpdfr/fs_packages_R.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/install/htmlpdfr/fs_packages_R.pdf -------------------------------------------------------------------------------- /development/install/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Installation and Packages 2 | -------------------------------------------------------------------------------- /development/main.Rmd: -------------------------------------------------------------------------------- 1 | # Coding and Development 2 | -------------------------------------------------------------------------------- /development/parallel/_file/ffi_para_test_nrow2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/parallel/_file/ffi_para_test_nrow2.csv -------------------------------------------------------------------------------- /development/parallel/_file/ffi_para_test_nrow3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/parallel/_file/ffi_para_test_nrow3.csv -------------------------------------------------------------------------------- /development/parallel/_file/ffi_para_test_nrow4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/parallel/_file/ffi_para_test_nrow4.csv -------------------------------------------------------------------------------- /development/parallel/_file/prefix_nrow3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/parallel/_file/prefix_nrow3.csv -------------------------------------------------------------------------------- /development/parallel/fs_parallel.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/parallel/fs_parallel.Rmd -------------------------------------------------------------------------------- /development/parallel/htmlpdfr/fs_parallel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/parallel/htmlpdfr/fs_parallel.R -------------------------------------------------------------------------------- /development/parallel/htmlpdfr/fs_parallel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/parallel/htmlpdfr/fs_parallel.html -------------------------------------------------------------------------------- /development/parallel/htmlpdfr/fs_parallel.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/parallel/htmlpdfr/fs_parallel.pdf -------------------------------------------------------------------------------- /development/parallel/main.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/parallel/main.Rmd -------------------------------------------------------------------------------- /development/python/fs_python_reticulate.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/python/fs_python_reticulate.Rmd -------------------------------------------------------------------------------- /development/python/htmlpdfr/fs_python_reticulate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/python/htmlpdfr/fs_python_reticulate.R -------------------------------------------------------------------------------- /development/python/htmlpdfr/fs_python_reticulate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/python/htmlpdfr/fs_python_reticulate.pdf -------------------------------------------------------------------------------- /development/python/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Python with R 2 | -------------------------------------------------------------------------------- /development/system/fs_system_shell.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/system/fs_system_shell.Rmd -------------------------------------------------------------------------------- /development/system/htmlpdfr/fs_system_shell.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/system/htmlpdfr/fs_system_shell.R -------------------------------------------------------------------------------- /development/system/htmlpdfr/fs_system_shell.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/system/htmlpdfr/fs_system_shell.html -------------------------------------------------------------------------------- /development/system/htmlpdfr/fs_system_shell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/development/system/htmlpdfr/fs_system_shell.pdf -------------------------------------------------------------------------------- /development/system/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Command Line 2 | -------------------------------------------------------------------------------- /dynamic/asset/savings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/asset/savings/README.md -------------------------------------------------------------------------------- /dynamic/dist/discperc.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/dist/discperc.ipynb -------------------------------------------------------------------------------- /dynamic/dist/disperc.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/dist/disperc.R -------------------------------------------------------------------------------- /dynamic/dist/distperc_all_grp.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/dist/distperc_all_grp.R -------------------------------------------------------------------------------- /dynamic/dist/process_vfi_dist_fibs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/dist/process_vfi_dist_fibs.R -------------------------------------------------------------------------------- /dynamic/dist/process_vfi_dist_sbkp.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/dist/process_vfi_dist_sbkp.R -------------------------------------------------------------------------------- /dynamic/dist/process_vfi_dist_svbr.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/dist/process_vfi_dist_svbr.R -------------------------------------------------------------------------------- /dynamic/dynamicpreamble.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/dynamicpreamble.R -------------------------------------------------------------------------------- /dynamic/graph/statesvalpol.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/graph/statesvalpol.R -------------------------------------------------------------------------------- /dynamic/graph/statesvalpol.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/graph/statesvalpol.html -------------------------------------------------------------------------------- /dynamic/graph/statesvalpol.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/graph/statesvalpol.ipynb -------------------------------------------------------------------------------- /dynamic/support/expandgrid.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/support/expandgrid.R -------------------------------------------------------------------------------- /dynamic/support/expandgrid.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/dynamic/support/expandgrid.ipynb -------------------------------------------------------------------------------- /factor/basic/fs_ary_basics.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/factor/basic/fs_ary_basics.Rmd -------------------------------------------------------------------------------- /factor/basic/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Factor Basics 2 | -------------------------------------------------------------------------------- /factor/main.Rmd: -------------------------------------------------------------------------------- 1 | # Unobserved Factors 2 | -------------------------------------------------------------------------------- /function/dof/fs_funceval_expand.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/fs_funceval_expand.Rmd -------------------------------------------------------------------------------- /function/dof/fs_funceval_group.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/fs_funceval_group.Rmd -------------------------------------------------------------------------------- /function/dof/fs_funceval_groupwider.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/fs_funceval_groupwider.Rmd -------------------------------------------------------------------------------- /function/dof/htmlpdfr/fs_funceval_expand.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/htmlpdfr/fs_funceval_expand.R -------------------------------------------------------------------------------- /function/dof/htmlpdfr/fs_funceval_expand.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/htmlpdfr/fs_funceval_expand.html -------------------------------------------------------------------------------- /function/dof/htmlpdfr/fs_funceval_expand.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/htmlpdfr/fs_funceval_expand.pdf -------------------------------------------------------------------------------- /function/dof/htmlpdfr/fs_funceval_group.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/htmlpdfr/fs_funceval_group.R -------------------------------------------------------------------------------- /function/dof/htmlpdfr/fs_funceval_group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/htmlpdfr/fs_funceval_group.html -------------------------------------------------------------------------------- /function/dof/htmlpdfr/fs_funceval_group.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/htmlpdfr/fs_funceval_group.pdf -------------------------------------------------------------------------------- /function/dof/htmlpdfr/fs_funceval_groupwider.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/htmlpdfr/fs_funceval_groupwider.R -------------------------------------------------------------------------------- /function/dof/htmlpdfr/fs_funceval_groupwider.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/htmlpdfr/fs_funceval_groupwider.html -------------------------------------------------------------------------------- /function/dof/htmlpdfr/fs_funceval_groupwider.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/dof/htmlpdfr/fs_funceval_groupwider.pdf -------------------------------------------------------------------------------- /function/dof/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Dataframe Do Anything 2 | -------------------------------------------------------------------------------- /function/main.Rmd: -------------------------------------------------------------------------------- 1 | # Functions 2 | -------------------------------------------------------------------------------- /function/mutatef/fs_func_choice_states.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/mutatef/fs_func_choice_states.Rmd -------------------------------------------------------------------------------- /function/mutatef/fs_funceval.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/mutatef/fs_funceval.Rmd -------------------------------------------------------------------------------- /function/mutatef/htmlpdfr/fs_func_choice_states.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/mutatef/htmlpdfr/fs_func_choice_states.R -------------------------------------------------------------------------------- /function/mutatef/htmlpdfr/fs_func_choice_states.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/mutatef/htmlpdfr/fs_func_choice_states.html -------------------------------------------------------------------------------- /function/mutatef/htmlpdfr/fs_func_choice_states.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/mutatef/htmlpdfr/fs_func_choice_states.pdf -------------------------------------------------------------------------------- /function/mutatef/htmlpdfr/fs_funceval.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/mutatef/htmlpdfr/fs_funceval.R -------------------------------------------------------------------------------- /function/mutatef/htmlpdfr/fs_funceval.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/mutatef/htmlpdfr/fs_funceval.html -------------------------------------------------------------------------------- /function/mutatef/htmlpdfr/fs_funceval.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/mutatef/htmlpdfr/fs_funceval.pdf -------------------------------------------------------------------------------- /function/mutatef/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Dataframe Mutate 2 | -------------------------------------------------------------------------------- /function/noloop/fs_apply.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/noloop/fs_apply.Rmd -------------------------------------------------------------------------------- /function/noloop/fs_applysapplymutate.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/noloop/fs_applysapplymutate.Rmd -------------------------------------------------------------------------------- /function/noloop/htmlpdfr/fs_apply.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/noloop/htmlpdfr/fs_apply.R -------------------------------------------------------------------------------- /function/noloop/htmlpdfr/fs_apply.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/noloop/htmlpdfr/fs_apply.html -------------------------------------------------------------------------------- /function/noloop/htmlpdfr/fs_apply.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/noloop/htmlpdfr/fs_apply.pdf -------------------------------------------------------------------------------- /function/noloop/htmlpdfr/fs_applysapplymutate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/noloop/htmlpdfr/fs_applysapplymutate.R -------------------------------------------------------------------------------- /function/noloop/htmlpdfr/fs_applysapplymutate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/noloop/htmlpdfr/fs_applysapplymutate.html -------------------------------------------------------------------------------- /function/noloop/htmlpdfr/fs_applysapplymutate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/function/noloop/htmlpdfr/fs_applysapplymutate.pdf -------------------------------------------------------------------------------- /function/noloop/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Apply and pmap 2 | -------------------------------------------------------------------------------- /generate/quantile/VarCateIdxVarsQuantiles.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/generate/quantile/VarCateIdxVarsQuantiles.R -------------------------------------------------------------------------------- /generate/quantile/VarCateIdxVarsQuantiles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/generate/quantile/VarCateIdxVarsQuantiles.html -------------------------------------------------------------------------------- /generate/quantile/VarCateIdxVarsQuantiles.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/generate/quantile/VarCateIdxVarsQuantiles.ipynb -------------------------------------------------------------------------------- /getdata/envir/_data/test/test_china_temp.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/getdata/envir/_data/test/test_china_temp.csv -------------------------------------------------------------------------------- /getdata/envir/_data/test/test_china_temp.grib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/getdata/envir/_data/test/test_china_temp.grib -------------------------------------------------------------------------------- /getdata/envir/_data/test/test_china_temp_raw.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/getdata/envir/_data/test/test_china_temp_raw.csv -------------------------------------------------------------------------------- /getdata/envir/fs_ecmwf.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/getdata/envir/fs_ecmwf.Rmd -------------------------------------------------------------------------------- /getdata/envir/fs_ecmwf_utci_single_level.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/getdata/envir/fs_ecmwf_utci_single_level.R -------------------------------------------------------------------------------- /getdata/envir/fs_ecmwf_utci_universal_thermal.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/getdata/envir/fs_ecmwf_utci_universal_thermal.R -------------------------------------------------------------------------------- /getdata/envir/htmlpdfr/fs_ecmwf.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/getdata/envir/htmlpdfr/fs_ecmwf.R -------------------------------------------------------------------------------- /getdata/envir/htmlpdfr/fs_ecmwf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/getdata/envir/htmlpdfr/fs_ecmwf.html -------------------------------------------------------------------------------- /getdata/envir/htmlpdfr/fs_ecmwf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/getdata/envir/htmlpdfr/fs_ecmwf.pdf -------------------------------------------------------------------------------- /getdata/envir/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Environmental Data 2 | -------------------------------------------------------------------------------- /getdata/main.Rmd: -------------------------------------------------------------------------------- 1 | # Get Data 2 | -------------------------------------------------------------------------------- /gitsetup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/gitsetup.md -------------------------------------------------------------------------------- /hdga.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/hdga.html -------------------------------------------------------------------------------- /htmlpdfr/title.R: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /htmlpdfr/title.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/htmlpdfr/title.html -------------------------------------------------------------------------------- /htmlpdfr/title.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/htmlpdfr/title.pdf -------------------------------------------------------------------------------- /index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/index.Rmd -------------------------------------------------------------------------------- /linreg/decompose/decompose.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/decompose/decompose.R -------------------------------------------------------------------------------- /linreg/decompose/decompose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/decompose/decompose.html -------------------------------------------------------------------------------- /linreg/decompose/decompose.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/decompose/decompose.ipynb -------------------------------------------------------------------------------- /linreg/decompose/fs_lin_decompose.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/decompose/fs_lin_decompose.Rmd -------------------------------------------------------------------------------- /linreg/decompose/htmlpdfr/fs_lin_decompose.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/decompose/htmlpdfr/fs_lin_decompose.R -------------------------------------------------------------------------------- /linreg/decompose/htmlpdfr/fs_lin_decompose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/decompose/htmlpdfr/fs_lin_decompose.html -------------------------------------------------------------------------------- /linreg/decompose/htmlpdfr/fs_lin_decompose.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/decompose/htmlpdfr/fs_lin_decompose.pdf -------------------------------------------------------------------------------- /linreg/decompose/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Decomposition 2 | -------------------------------------------------------------------------------- /linreg/ivreg/fs_lin_ivloop.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/fs_lin_ivloop.Rmd -------------------------------------------------------------------------------- /linreg/ivreg/fs_lin_ivregrow.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/fs_lin_ivregrow.Rmd -------------------------------------------------------------------------------- /linreg/ivreg/htmlpdfr/fs_lin_ivloop.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/htmlpdfr/fs_lin_ivloop.R -------------------------------------------------------------------------------- /linreg/ivreg/htmlpdfr/fs_lin_ivloop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/htmlpdfr/fs_lin_ivloop.html -------------------------------------------------------------------------------- /linreg/ivreg/htmlpdfr/fs_lin_ivloop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/htmlpdfr/fs_lin_ivloop.pdf -------------------------------------------------------------------------------- /linreg/ivreg/htmlpdfr/fs_lin_ivregrow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/htmlpdfr/fs_lin_ivregrow.R -------------------------------------------------------------------------------- /linreg/ivreg/htmlpdfr/fs_lin_ivregrow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/htmlpdfr/fs_lin_ivregrow.html -------------------------------------------------------------------------------- /linreg/ivreg/htmlpdfr/fs_lin_ivregrow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/htmlpdfr/fs_lin_ivregrow.pdf -------------------------------------------------------------------------------- /linreg/ivreg/ivregdfrow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/ivregdfrow.R -------------------------------------------------------------------------------- /linreg/ivreg/ivregdfrow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/ivregdfrow.html -------------------------------------------------------------------------------- /linreg/ivreg/ivregdfrow.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/ivregdfrow.ipynb -------------------------------------------------------------------------------- /linreg/ivreg/main.Rmd: -------------------------------------------------------------------------------- 1 | ## OLS and IV 2 | -------------------------------------------------------------------------------- /linreg/ivreg/regloop.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/regloop.R -------------------------------------------------------------------------------- /linreg/ivreg/regloop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/regloop.html -------------------------------------------------------------------------------- /linreg/ivreg/regloop.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/ivreg/regloop.ipynb -------------------------------------------------------------------------------- /linreg/main.Rmd: -------------------------------------------------------------------------------- 1 | # Linear Regression 2 | -------------------------------------------------------------------------------- /linreg/polynomial/fs_lm_poly_fit.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/polynomial/fs_lm_poly_fit.Rmd -------------------------------------------------------------------------------- /linreg/polynomial/fs_poly_fit.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/polynomial/fs_poly_fit.Rmd -------------------------------------------------------------------------------- /linreg/polynomial/htmlpdfr/fs_lm_poly_fit.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/polynomial/htmlpdfr/fs_lm_poly_fit.R -------------------------------------------------------------------------------- /linreg/polynomial/htmlpdfr/fs_lm_poly_fit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/polynomial/htmlpdfr/fs_lm_poly_fit.html -------------------------------------------------------------------------------- /linreg/polynomial/htmlpdfr/fs_lm_poly_fit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/polynomial/htmlpdfr/fs_lm_poly_fit.pdf -------------------------------------------------------------------------------- /linreg/polynomial/htmlpdfr/fs_poly_fit.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/polynomial/htmlpdfr/fs_poly_fit.R -------------------------------------------------------------------------------- /linreg/polynomial/htmlpdfr/fs_poly_fit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/polynomial/htmlpdfr/fs_poly_fit.html -------------------------------------------------------------------------------- /linreg/polynomial/htmlpdfr/fs_poly_fit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/linreg/polynomial/htmlpdfr/fs_poly_fit.pdf -------------------------------------------------------------------------------- /linreg/polynomial/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Linear and Polynomial Fitting 2 | -------------------------------------------------------------------------------- /math/differentiation/fs_differentiate_lhopital.rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/differentiation/fs_differentiate_lhopital.rmd -------------------------------------------------------------------------------- /math/differentiation/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Differentiation 2 | -------------------------------------------------------------------------------- /math/func_ineq/fs_atkinson_ces.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/fs_atkinson_ces.Rmd -------------------------------------------------------------------------------- /math/func_ineq/fs_gini_disc.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/fs_gini_disc.Rmd -------------------------------------------------------------------------------- /math/func_ineq/fs_pop_loc_pollution.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/fs_pop_loc_pollution.Rmd -------------------------------------------------------------------------------- /math/func_ineq/fs_pop_loc_pollution_time.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/fs_pop_loc_pollution_time.Rmd -------------------------------------------------------------------------------- /math/func_ineq/fs_youden.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/fs_youden.Rmd -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_atkinson_ces.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_atkinson_ces.R -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_atkinson_ces.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_atkinson_ces.html -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_atkinson_ces.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_atkinson_ces.pdf -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_gini_disc.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_gini_disc.R -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_gini_disc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_gini_disc.html -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_gini_disc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_gini_disc.pdf -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_pop_loc_pollution.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_pop_loc_pollution.R -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_pop_loc_pollution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_pop_loc_pollution.html -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_pop_loc_pollution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_pop_loc_pollution.pdf -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_pop_loc_pollution_time.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_pop_loc_pollution_time.R -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_youden.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_youden.R -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_youden.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_youden.html -------------------------------------------------------------------------------- /math/func_ineq/htmlpdfr/fs_youden.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_ineq/htmlpdfr/fs_youden.pdf -------------------------------------------------------------------------------- /math/func_ineq/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Inequality Models 2 | -------------------------------------------------------------------------------- /math/func_prod/fs_latent_health.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_prod/fs_latent_health.Rmd -------------------------------------------------------------------------------- /math/func_prod/fs_nested_CES.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_prod/fs_nested_CES.Rmd -------------------------------------------------------------------------------- /math/func_prod/htmlpdfr/fs_latent_health.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_prod/htmlpdfr/fs_latent_health.R -------------------------------------------------------------------------------- /math/func_prod/htmlpdfr/fs_latent_health.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_prod/htmlpdfr/fs_latent_health.html -------------------------------------------------------------------------------- /math/func_prod/htmlpdfr/fs_latent_health.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_prod/htmlpdfr/fs_latent_health.pdf -------------------------------------------------------------------------------- /math/func_prod/htmlpdfr/fs_nested_CES.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_prod/htmlpdfr/fs_nested_CES.R -------------------------------------------------------------------------------- /math/func_prod/htmlpdfr/fs_nested_CES.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_prod/htmlpdfr/fs_nested_CES.html -------------------------------------------------------------------------------- /math/func_prod/htmlpdfr/fs_nested_CES.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_prod/htmlpdfr/fs_nested_CES.pdf -------------------------------------------------------------------------------- /math/func_prod/main.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_prod/main.Rmd -------------------------------------------------------------------------------- /math/func_utility/fs_mlogit_crra.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_utility/fs_mlogit_crra.Rmd -------------------------------------------------------------------------------- /math/func_utility/htmlpdfr/fs_mlogit_crra.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_utility/htmlpdfr/fs_mlogit_crra.R -------------------------------------------------------------------------------- /math/func_utility/htmlpdfr/fs_mlogit_crra.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_utility/htmlpdfr/fs_mlogit_crra.html -------------------------------------------------------------------------------- /math/func_utility/htmlpdfr/fs_mlogit_crra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/func_utility/htmlpdfr/fs_mlogit_crra.pdf -------------------------------------------------------------------------------- /math/func_utility/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Utility Function 2 | -------------------------------------------------------------------------------- /math/main.Rmd: -------------------------------------------------------------------------------- 1 | # Mathematics 2 | -------------------------------------------------------------------------------- /math/solutions/fs_analytical_poly_fit.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/fs_analytical_poly_fit.Rmd -------------------------------------------------------------------------------- /math/solutions/fs_exponents.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/fs_exponents.Rmd -------------------------------------------------------------------------------- /math/solutions/fs_point2line.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/fs_point2line.Rmd -------------------------------------------------------------------------------- /math/solutions/fs_rescale.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/fs_rescale.Rmd -------------------------------------------------------------------------------- /math/solutions/fs_solu_x_lin.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/fs_solu_x_lin.Rmd -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_analytical_poly_fit.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_analytical_poly_fit.R -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_analytical_poly_fit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_analytical_poly_fit.html -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_analytical_poly_fit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_analytical_poly_fit.pdf -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_exponents.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_exponents.R -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_exponents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_exponents.html -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_exponents.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_exponents.pdf -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_point2line.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_point2line.R -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_point2line.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_point2line.html -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_point2line.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_point2line.pdf -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_rescale.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_rescale.R -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_rescale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_rescale.html -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_rescale.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_rescale.pdf -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_solu_x_lin.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_solu_x_lin.R -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_solu_x_lin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_solu_x_lin.html -------------------------------------------------------------------------------- /math/solutions/htmlpdfr/fs_solu_x_lin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/math/solutions/htmlpdfr/fs_solu_x_lin.pdf -------------------------------------------------------------------------------- /math/solutions/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Basics 2 | -------------------------------------------------------------------------------- /optimization/disccts/fs_disc_cts_basic.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/disccts/fs_disc_cts_basic.Rmd -------------------------------------------------------------------------------- /optimization/disccts/htmlpdfr/fs_disc_cts_basic.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/disccts/htmlpdfr/fs_disc_cts_basic.R -------------------------------------------------------------------------------- /optimization/disccts/htmlpdfr/fs_disc_cts_basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/disccts/htmlpdfr/fs_disc_cts_basic.html -------------------------------------------------------------------------------- /optimization/disccts/htmlpdfr/fs_disc_cts_basic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/disccts/htmlpdfr/fs_disc_cts_basic.pdf -------------------------------------------------------------------------------- /optimization/main.Rmd: -------------------------------------------------------------------------------- 1 | # Optimization 2 | -------------------------------------------------------------------------------- /optimization/optimizepreamble.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/optimizepreamble.R -------------------------------------------------------------------------------- /optimization/panelopti.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/panelopti.ipynb -------------------------------------------------------------------------------- /optimization/paneloptig2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/paneloptig2.ipynb -------------------------------------------------------------------------------- /optimization/planner/.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/planner/.ipynb -------------------------------------------------------------------------------- /optimization/planner/ces/cesoptimizer.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/planner/ces/cesoptimizer.R -------------------------------------------------------------------------------- /optimization/planner/ces/cesoptimizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/planner/ces/cesoptimizer.html -------------------------------------------------------------------------------- /optimization/planner/ces/cesoptimizer.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/planner/ces/cesoptimizer.ipynb -------------------------------------------------------------------------------- /optimization/planner/ces/cesplannerobj.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/planner/ces/cesplannerobj.R -------------------------------------------------------------------------------- /optimization/planner/ces/cesplannerobj.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/planner/ces/cesplannerobj.html -------------------------------------------------------------------------------- /optimization/planner/ces/cesplannerobj.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/planner/ces/cesplannerobj.ipynb -------------------------------------------------------------------------------- /optimization/root_bisect/fs_bisec_joint.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/root_bisect/fs_bisec_joint.Rmd -------------------------------------------------------------------------------- /optimization/root_bisect/fs_optimize_grid_loop.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/root_bisect/fs_optimize_grid_loop.Rmd -------------------------------------------------------------------------------- /optimization/root_bisect/fst_ces_plan_linlog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/root_bisect/fst_ces_plan_linlog.html -------------------------------------------------------------------------------- /optimization/root_bisect/fst_ces_plan_linlog.nb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/root_bisect/fst_ces_plan_linlog.nb.html -------------------------------------------------------------------------------- /optimization/root_bisect/htmlpdfr/fs_bisec_joint.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/root_bisect/htmlpdfr/fs_bisec_joint.R -------------------------------------------------------------------------------- /optimization/root_bisect/htmlpdfr/fs_bisec_joint.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/root_bisect/htmlpdfr/fs_bisec_joint.pdf -------------------------------------------------------------------------------- /optimization/root_bisect/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Grid Based Optimization 2 | -------------------------------------------------------------------------------- /optimization/support/fraction.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/support/fraction.R -------------------------------------------------------------------------------- /optimization/support/fraction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/support/fraction.html -------------------------------------------------------------------------------- /optimization/support/fraction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/optimization/support/fraction.ipynb -------------------------------------------------------------------------------- /packages.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/packages.bib -------------------------------------------------------------------------------- /panel/basic/fs_csv_gather.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/fs_csv_gather.Rmd -------------------------------------------------------------------------------- /panel/basic/fs_genpanel.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/fs_genpanel.Rmd -------------------------------------------------------------------------------- /panel/basic/fs_joining.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/fs_joining.Rmd -------------------------------------------------------------------------------- /panel/basic/htmlpdfr/fs_csv_gather.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/htmlpdfr/fs_csv_gather.R -------------------------------------------------------------------------------- /panel/basic/htmlpdfr/fs_csv_gather.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/htmlpdfr/fs_csv_gather.html -------------------------------------------------------------------------------- /panel/basic/htmlpdfr/fs_csv_gather.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/htmlpdfr/fs_csv_gather.pdf -------------------------------------------------------------------------------- /panel/basic/htmlpdfr/fs_genpanel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/htmlpdfr/fs_genpanel.R -------------------------------------------------------------------------------- /panel/basic/htmlpdfr/fs_genpanel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/htmlpdfr/fs_genpanel.html -------------------------------------------------------------------------------- /panel/basic/htmlpdfr/fs_genpanel.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/htmlpdfr/fs_genpanel.pdf -------------------------------------------------------------------------------- /panel/basic/htmlpdfr/fs_joining.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/htmlpdfr/fs_joining.R -------------------------------------------------------------------------------- /panel/basic/htmlpdfr/fs_joining.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/htmlpdfr/fs_joining.html -------------------------------------------------------------------------------- /panel/basic/htmlpdfr/fs_joining.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/basic/htmlpdfr/fs_joining.pdf -------------------------------------------------------------------------------- /panel/basic/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Generate, Gather, Bind and Join 2 | -------------------------------------------------------------------------------- /panel/join/fs_cross_time_group.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/join/fs_cross_time_group.Rmd -------------------------------------------------------------------------------- /panel/join/fs_join_compare.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/join/fs_join_compare.Rmd -------------------------------------------------------------------------------- /panel/join/htmlpdfr/fs_cross_time_group.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/join/htmlpdfr/fs_cross_time_group.R -------------------------------------------------------------------------------- /panel/join/htmlpdfr/fs_cross_time_group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/join/htmlpdfr/fs_cross_time_group.html -------------------------------------------------------------------------------- /panel/join/htmlpdfr/fs_cross_time_group.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/join/htmlpdfr/fs_cross_time_group.pdf -------------------------------------------------------------------------------- /panel/join/htmlpdfr/fs_join_compare.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/join/htmlpdfr/fs_join_compare.R -------------------------------------------------------------------------------- /panel/join/htmlpdfr/fs_join_compare.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/join/htmlpdfr/fs_join_compare.html -------------------------------------------------------------------------------- /panel/join/htmlpdfr/fs_join_compare.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/join/htmlpdfr/fs_join_compare.pdf -------------------------------------------------------------------------------- /panel/join/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Within Panel Comparisons and Statistics 2 | -------------------------------------------------------------------------------- /panel/main.Rmd: -------------------------------------------------------------------------------- 1 | # Multi-dimensional Data Structures 2 | -------------------------------------------------------------------------------- /panel/merge/fs_join_mesh.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/merge/fs_join_mesh.Rmd -------------------------------------------------------------------------------- /panel/merge/htmlpdfr/fs_join_mesh.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/merge/htmlpdfr/fs_join_mesh.R -------------------------------------------------------------------------------- /panel/merge/htmlpdfr/fs_join_mesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/merge/htmlpdfr/fs_join_mesh.html -------------------------------------------------------------------------------- /panel/merge/htmlpdfr/fs_join_mesh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/merge/htmlpdfr/fs_join_mesh.pdf -------------------------------------------------------------------------------- /panel/merge/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Join and Merge Files Together by Keys 2 | -------------------------------------------------------------------------------- /panel/timeseries/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Time Series 2 | -------------------------------------------------------------------------------- /panel/widelong/fs_pivotlonger.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/widelong/fs_pivotlonger.Rmd -------------------------------------------------------------------------------- /panel/widelong/fs_pivotwider.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/widelong/fs_pivotwider.Rmd -------------------------------------------------------------------------------- /panel/widelong/htmlpdfr/fs_pivotlonger.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/widelong/htmlpdfr/fs_pivotlonger.R -------------------------------------------------------------------------------- /panel/widelong/htmlpdfr/fs_pivotlonger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/widelong/htmlpdfr/fs_pivotlonger.html -------------------------------------------------------------------------------- /panel/widelong/htmlpdfr/fs_pivotlonger.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/widelong/htmlpdfr/fs_pivotlonger.pdf -------------------------------------------------------------------------------- /panel/widelong/htmlpdfr/fs_pivotwider.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/widelong/htmlpdfr/fs_pivotwider.R -------------------------------------------------------------------------------- /panel/widelong/htmlpdfr/fs_pivotwider.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/widelong/htmlpdfr/fs_pivotwider.html -------------------------------------------------------------------------------- /panel/widelong/htmlpdfr/fs_pivotwider.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/panel/widelong/htmlpdfr/fs_pivotwider.pdf -------------------------------------------------------------------------------- /panel/widelong/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Wide and Long 2 | -------------------------------------------------------------------------------- /preamble.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/preamble.tex -------------------------------------------------------------------------------- /preamble_book.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/preamble_book.tex -------------------------------------------------------------------------------- /regnonlin/logit/fs_logit_aggregate_shares.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/regnonlin/logit/fs_logit_aggregate_shares.Rmd -------------------------------------------------------------------------------- /regnonlin/logit/fs_logit_births.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/regnonlin/logit/fs_logit_births.Rmd -------------------------------------------------------------------------------- /regnonlin/logit/htmlpdfr/fs_logit_aggregate_shares.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/regnonlin/logit/htmlpdfr/fs_logit_aggregate_shares.R -------------------------------------------------------------------------------- /regnonlin/logit/htmlpdfr/fs_logit_births.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/regnonlin/logit/htmlpdfr/fs_logit_births.R -------------------------------------------------------------------------------- /regnonlin/logit/htmlpdfr/fs_logit_births.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/regnonlin/logit/htmlpdfr/fs_logit_births.html -------------------------------------------------------------------------------- /regnonlin/logit/htmlpdfr/fs_logit_births.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/regnonlin/logit/htmlpdfr/fs_logit_births.pdf -------------------------------------------------------------------------------- /regnonlin/logit/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Logit Regression 2 | -------------------------------------------------------------------------------- /regnonlin/main.Rmd: -------------------------------------------------------------------------------- 1 | # Nonlinear and Other Regressions 2 | -------------------------------------------------------------------------------- /regnonlin/quantreg/fs_quantreg_intro.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/regnonlin/quantreg/fs_quantreg_intro.Rmd -------------------------------------------------------------------------------- /regnonlin/quantreg/htmlpdfr/fs_quantreg_intro.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/regnonlin/quantreg/htmlpdfr/fs_quantreg_intro.R -------------------------------------------------------------------------------- /regnonlin/quantreg/htmlpdfr/fs_quantreg_intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/regnonlin/quantreg/htmlpdfr/fs_quantreg_intro.html -------------------------------------------------------------------------------- /regnonlin/quantreg/htmlpdfr/fs_quantreg_intro.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/regnonlin/quantreg/htmlpdfr/fs_quantreg_intro.pdf -------------------------------------------------------------------------------- /regnonlin/quantreg/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Quantile Regression 2 | -------------------------------------------------------------------------------- /statistics/combinatorics/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Combinatorics 2 | -------------------------------------------------------------------------------- /statistics/discrandvar/fs_birth_shock.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/fs_birth_shock.Rmd -------------------------------------------------------------------------------- /statistics/discrandvar/fs_disc_approx_cts.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/fs_disc_approx_cts.Rmd -------------------------------------------------------------------------------- /statistics/discrandvar/fs_disc_fit.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/fs_disc_fit.Rmd -------------------------------------------------------------------------------- /statistics/discrandvar/fs_discrandvar_marg2joint.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/fs_discrandvar_marg2joint.Rmd -------------------------------------------------------------------------------- /statistics/discrandvar/fs_drm_mass_alter_skip.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/fs_drm_mass_alter_skip.Rmd -------------------------------------------------------------------------------- /statistics/discrandvar/htmlpdfr/fs_birth_shock.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/htmlpdfr/fs_birth_shock.R -------------------------------------------------------------------------------- /statistics/discrandvar/htmlpdfr/fs_birth_shock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/htmlpdfr/fs_birth_shock.html -------------------------------------------------------------------------------- /statistics/discrandvar/htmlpdfr/fs_birth_shock.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/htmlpdfr/fs_birth_shock.pdf -------------------------------------------------------------------------------- /statistics/discrandvar/htmlpdfr/fs_disc_approx_cts.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/htmlpdfr/fs_disc_approx_cts.R -------------------------------------------------------------------------------- /statistics/discrandvar/htmlpdfr/fs_disc_fit.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/htmlpdfr/fs_disc_fit.R -------------------------------------------------------------------------------- /statistics/discrandvar/htmlpdfr/fs_disc_fit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/htmlpdfr/fs_disc_fit.html -------------------------------------------------------------------------------- /statistics/discrandvar/htmlpdfr/fs_disc_fit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/discrandvar/htmlpdfr/fs_disc_fit.pdf -------------------------------------------------------------------------------- /statistics/discrandvar/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Discrete Random Variable 2 | -------------------------------------------------------------------------------- /statistics/integration/fs_integrate_normal.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/integration/fs_integrate_normal.Rmd -------------------------------------------------------------------------------- /statistics/integration/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Distributions 2 | -------------------------------------------------------------------------------- /statistics/main.Rmd: -------------------------------------------------------------------------------- 1 | # Statistics 2 | -------------------------------------------------------------------------------- /statistics/random/fs_perturb_parameter.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/random/fs_perturb_parameter.Rmd -------------------------------------------------------------------------------- /statistics/random/htmlpdfr/fs_perturb_parameter.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/random/htmlpdfr/fs_perturb_parameter.R -------------------------------------------------------------------------------- /statistics/random/htmlpdfr/fs_perturb_parameter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/random/htmlpdfr/fs_perturb_parameter.html -------------------------------------------------------------------------------- /statistics/random/htmlpdfr/fs_perturb_parameter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/random/htmlpdfr/fs_perturb_parameter.pdf -------------------------------------------------------------------------------- /statistics/random/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Random Draws 2 | -------------------------------------------------------------------------------- /statistics/sampling/fs_sample_mean_sd.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/sampling/fs_sample_mean_sd.Rmd -------------------------------------------------------------------------------- /statistics/sampling/htmlpdfr/fs_sample_mean_sd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/sampling/htmlpdfr/fs_sample_mean_sd.R -------------------------------------------------------------------------------- /statistics/sampling/htmlpdfr/fs_sample_mean_sd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/sampling/htmlpdfr/fs_sample_mean_sd.html -------------------------------------------------------------------------------- /statistics/sampling/htmlpdfr/fs_sample_mean_sd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/statistics/sampling/htmlpdfr/fs_sample_mean_sd.pdf -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/style.css -------------------------------------------------------------------------------- /summarize/aggregate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/README.md -------------------------------------------------------------------------------- /summarize/aggregate/fs_group_cumall.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/fs_group_cumall.Rmd -------------------------------------------------------------------------------- /summarize/aggregate/fs_group_summ_one.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/fs_group_summ_one.Rmd -------------------------------------------------------------------------------- /summarize/aggregate/fs_group_summ_wide.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/fs_group_summ_wide.Rmd -------------------------------------------------------------------------------- /summarize/aggregate/fs_group_unique_agg.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/fs_group_unique_agg.Rmd -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_cumall.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_cumall.R -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_cumall.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_cumall.html -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_cumall.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_cumall.pdf -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_summ_one.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_summ_one.R -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_summ_one.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_summ_one.html -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_summ_one.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_summ_one.pdf -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_summ_wide.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_summ_wide.R -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_summ_wide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_summ_wide.html -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_summ_wide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_summ_wide.pdf -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_unique_agg.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_unique_agg.R -------------------------------------------------------------------------------- /summarize/aggregate/htmlpdfr/fs_group_unique_agg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/aggregate/htmlpdfr/fs_group_unique_agg.pdf -------------------------------------------------------------------------------- /summarize/aggregate/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Advanced Group Aggregation 2 | -------------------------------------------------------------------------------- /summarize/count/ByGroupCountAllVarNonNA.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/ByGroupCountAllVarNonNA.R -------------------------------------------------------------------------------- /summarize/count/ByGroupCountAllVarNonNA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/ByGroupCountAllVarNonNA.html -------------------------------------------------------------------------------- /summarize/count/ByGroupCountAllVarNonNA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/ByGroupCountAllVarNonNA.ipynb -------------------------------------------------------------------------------- /summarize/count/ByGroupCountNonNAExclude.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/ByGroupCountNonNAExclude.R -------------------------------------------------------------------------------- /summarize/count/ByGroupCountUniqueIndi.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/ByGroupCountUniqueIndi.R -------------------------------------------------------------------------------- /summarize/count/ByGroupCountUniqueIndi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/ByGroupCountUniqueIndi.html -------------------------------------------------------------------------------- /summarize/count/ByGroupCountUniqueIndi.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/ByGroupCountUniqueIndi.ipynb -------------------------------------------------------------------------------- /summarize/count/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/README.md -------------------------------------------------------------------------------- /summarize/count/fs_count_basics.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/fs_count_basics.Rmd -------------------------------------------------------------------------------- /summarize/count/htmlpdfr/fs_count_basics.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/htmlpdfr/fs_count_basics.R -------------------------------------------------------------------------------- /summarize/count/htmlpdfr/fs_count_basics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/htmlpdfr/fs_count_basics.html -------------------------------------------------------------------------------- /summarize/count/htmlpdfr/fs_count_basics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/count/htmlpdfr/fs_count_basics.pdf -------------------------------------------------------------------------------- /summarize/count/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Counting Observation 2 | -------------------------------------------------------------------------------- /summarize/dist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/dist/README.md -------------------------------------------------------------------------------- /summarize/dist/fst_hist_onevar.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/dist/fst_hist_onevar.Rmd -------------------------------------------------------------------------------- /summarize/dist/fst_quantiles_joint_discrete.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/dist/fst_quantiles_joint_discrete.R -------------------------------------------------------------------------------- /summarize/dist/htmlpdfr/fst_hist_onevar.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/dist/htmlpdfr/fst_hist_onevar.R -------------------------------------------------------------------------------- /summarize/dist/htmlpdfr/fst_hist_onevar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/dist/htmlpdfr/fst_hist_onevar.html -------------------------------------------------------------------------------- /summarize/dist/htmlpdfr/fst_hist_onevar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/dist/htmlpdfr/fst_hist_onevar.pdf -------------------------------------------------------------------------------- /summarize/dist/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Distributional Statistics 2 | -------------------------------------------------------------------------------- /summarize/index/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/index/README.md -------------------------------------------------------------------------------- /summarize/index/fs_group_sort.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/index/fs_group_sort.Rmd -------------------------------------------------------------------------------- /summarize/index/fs_index_populate.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/index/fs_index_populate.Rmd -------------------------------------------------------------------------------- /summarize/index/htmlpdfr/fs_group_sort.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/index/htmlpdfr/fs_group_sort.R -------------------------------------------------------------------------------- /summarize/index/htmlpdfr/fs_group_sort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/index/htmlpdfr/fs_group_sort.html -------------------------------------------------------------------------------- /summarize/index/htmlpdfr/fs_group_sort.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/index/htmlpdfr/fs_group_sort.pdf -------------------------------------------------------------------------------- /summarize/index/htmlpdfr/fs_index_populate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/index/htmlpdfr/fs_index_populate.R -------------------------------------------------------------------------------- /summarize/index/htmlpdfr/fs_index_populate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/index/htmlpdfr/fs_index_populate.html -------------------------------------------------------------------------------- /summarize/index/htmlpdfr/fs_index_populate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/index/htmlpdfr/fs_index_populate.pdf -------------------------------------------------------------------------------- /summarize/index/main.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/index/main.Rmd -------------------------------------------------------------------------------- /summarize/main.Rmd: -------------------------------------------------------------------------------- 1 | # Manipulate and Summarize Dataframes 2 | -------------------------------------------------------------------------------- /summarize/multivar/fs_func_multivar.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/multivar/fs_func_multivar.Rmd -------------------------------------------------------------------------------- /summarize/multivar/htmlpdfr/fs_func_multivar.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/multivar/htmlpdfr/fs_func_multivar.R -------------------------------------------------------------------------------- /summarize/multivar/htmlpdfr/fs_func_multivar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/multivar/htmlpdfr/fs_func_multivar.html -------------------------------------------------------------------------------- /summarize/multivar/htmlpdfr/fs_func_multivar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/multivar/htmlpdfr/fs_func_multivar.pdf -------------------------------------------------------------------------------- /summarize/multivar/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Summarize Multiple Variables 2 | -------------------------------------------------------------------------------- /summarize/summ/ByGroupSumm.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/summ/ByGroupSumm.R -------------------------------------------------------------------------------- /summarize/summ/ByGroupSummOne.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/summ/ByGroupSummOne.R -------------------------------------------------------------------------------- /summarize/summ/ByGroupSummOne.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/summ/ByGroupSummOne.html -------------------------------------------------------------------------------- /summarize/summ/ByGroupSummOne.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/summ/ByGroupSummOne.ipynb -------------------------------------------------------------------------------- /summarize/summ/ByGroupsSummWide.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/summ/ByGroupsSummWide.R -------------------------------------------------------------------------------- /summarize/summ/ByGroupsSummWide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/summ/ByGroupsSummWide.html -------------------------------------------------------------------------------- /summarize/summ/ByGroupsSummWide.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/summ/ByGroupsSummWide.ipynb -------------------------------------------------------------------------------- /summarize/summ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/summ/README.md -------------------------------------------------------------------------------- /summarize/summ/SummPercentiles.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/summ/SummPercentiles.R -------------------------------------------------------------------------------- /summarize/summpreamble.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/summpreamble.R -------------------------------------------------------------------------------- /summarize/tabulate/ListUniqueCateNAsMat.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/summarize/tabulate/ListUniqueCateNAsMat.R -------------------------------------------------------------------------------- /support/bugs/rstudio/fs_start.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/bugs/rstudio/fs_start.Rmd -------------------------------------------------------------------------------- /support/controls/condainstalls.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/controls/condainstalls.R -------------------------------------------------------------------------------- /support/controls/controls.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/controls/controls.R -------------------------------------------------------------------------------- /support/controls/timer.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/controls/timer.R -------------------------------------------------------------------------------- /support/development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/README.md -------------------------------------------------------------------------------- /support/development/fs_packaging.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_packaging.Rmd -------------------------------------------------------------------------------- /support/development/fs_packaging.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_packaging.html -------------------------------------------------------------------------------- /support/development/fs_packaging.nb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_packaging.nb.html -------------------------------------------------------------------------------- /support/development/fs_packaging.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_packaging.pdf -------------------------------------------------------------------------------- /support/development/fs_packaging.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_packaging.tex -------------------------------------------------------------------------------- /support/development/fs_pkg_m4econ.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_m4econ.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_math4econ.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_math4econ.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_mecontools.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_mecontools.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_prjlabequibfw.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_prjlabequibfw.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_prjoptisnw.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_prjoptisnw.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_py4econ.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_py4econ.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_pyecon.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_pyecon.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_pyfan.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_pyfan.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_r4econ.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_r4econ.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_recontools.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_recontools.R -------------------------------------------------------------------------------- /support/development/fs_pkg_recontools.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_recontools.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_stat4econ.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_stat4econ.Rmd -------------------------------------------------------------------------------- /support/development/fs_pkg_stata4econ.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/fs_pkg_stata4econ.Rmd -------------------------------------------------------------------------------- /support/development/packaging_genpdf.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/packaging_genpdf.R -------------------------------------------------------------------------------- /support/development/packaging_setup.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/development/packaging_setup.R -------------------------------------------------------------------------------- /support/dtype/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/dtype/README.md -------------------------------------------------------------------------------- /support/dtype/fs_dtype.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/dtype/fs_dtype.R -------------------------------------------------------------------------------- /support/ggplottricks/graph_array.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/ggplottricks/graph_array.R -------------------------------------------------------------------------------- /support/ggplottricks/lines.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/ggplottricks/lines.R -------------------------------------------------------------------------------- /support/github/cleanup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/github/cleanup.md -------------------------------------------------------------------------------- /support/github/errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/github/errors.md -------------------------------------------------------------------------------- /support/inout/Rdata.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/Rdata.R -------------------------------------------------------------------------------- /support/inout/fs_convert_jupyter2rmd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_convert_jupyter2rmd.R -------------------------------------------------------------------------------- /support/inout/fs_convert_jupyter2rmd.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_convert_jupyter2rmd.Rmd -------------------------------------------------------------------------------- /support/inout/fs_convert_jupyter2rmd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_convert_jupyter2rmd.html -------------------------------------------------------------------------------- /support/inout/fs_convert_jupyter2rmd.nb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_convert_jupyter2rmd.nb.html -------------------------------------------------------------------------------- /support/inout/fs_convert_jupyter2rmd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_convert_jupyter2rmd.pdf -------------------------------------------------------------------------------- /support/inout/fs_convert_jupyter2rmd.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_convert_jupyter2rmd.tex -------------------------------------------------------------------------------- /support/inout/fs_read_dta.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_read_dta.Rmd -------------------------------------------------------------------------------- /support/inout/fs_read_dta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_read_dta.html -------------------------------------------------------------------------------- /support/inout/fs_read_dta.nb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_read_dta.nb.html -------------------------------------------------------------------------------- /support/inout/fs_read_dta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_read_dta.pdf -------------------------------------------------------------------------------- /support/inout/fs_read_dta.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_read_dta.tex -------------------------------------------------------------------------------- /support/inout/fs_rmd_knitall.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/inout/fs_rmd_knitall.R -------------------------------------------------------------------------------- /support/rmd/_main.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/rmd/_main.Rmd -------------------------------------------------------------------------------- /support/rmd/fs_test_a.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/rmd/fs_test_a.Rmd -------------------------------------------------------------------------------- /support/rmd/fs_test_b.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/rmd/fs_test_b.Rmd -------------------------------------------------------------------------------- /support/shiny/fs_shiny_test.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/shiny/fs_shiny_test.R -------------------------------------------------------------------------------- /support/supportpreamble.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/support/supportpreamble.R -------------------------------------------------------------------------------- /tabgraph/baseplot/fs_base_curve.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/baseplot/fs_base_curve.Rmd -------------------------------------------------------------------------------- /tabgraph/baseplot/htmlpdfr/fs_base_curve.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/baseplot/htmlpdfr/fs_base_curve.R -------------------------------------------------------------------------------- /tabgraph/baseplot/htmlpdfr/fs_base_curve.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/baseplot/htmlpdfr/fs_base_curve.html -------------------------------------------------------------------------------- /tabgraph/baseplot/htmlpdfr/fs_base_curve.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/baseplot/htmlpdfr/fs_base_curve.pdf -------------------------------------------------------------------------------- /tabgraph/baseplot/main.Rmd: -------------------------------------------------------------------------------- 1 | ## R Base Plots 2 | -------------------------------------------------------------------------------- /tabgraph/ggline/_file/cev_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/_file/cev_data.csv -------------------------------------------------------------------------------- /tabgraph/ggline/_file/cev_graph.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/_file/cev_graph.eps -------------------------------------------------------------------------------- /tabgraph/ggline/_file/cev_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/_file/cev_graph.png -------------------------------------------------------------------------------- /tabgraph/ggline/_file/flfp_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/_file/flfp_data.csv -------------------------------------------------------------------------------- /tabgraph/ggline/_file/flfp_sam2fshr_graph.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/_file/flfp_sam2fshr_graph.eps -------------------------------------------------------------------------------- /tabgraph/ggline/_file/flfp_sam2fshr_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/_file/flfp_sam2fshr_graph.png -------------------------------------------------------------------------------- /tabgraph/ggline/fs_ggline_basic.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/fs_ggline_basic.Rmd -------------------------------------------------------------------------------- /tabgraph/ggline/fs_ggline_mgrp_ncts.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/fs_ggline_mgrp_ncts.Rmd -------------------------------------------------------------------------------- /tabgraph/ggline/fs_ggline_recession.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/fs_ggline_recession.Rmd -------------------------------------------------------------------------------- /tabgraph/ggline/htmlpdfr/fs_ggline_basic.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/htmlpdfr/fs_ggline_basic.R -------------------------------------------------------------------------------- /tabgraph/ggline/htmlpdfr/fs_ggline_basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/htmlpdfr/fs_ggline_basic.html -------------------------------------------------------------------------------- /tabgraph/ggline/htmlpdfr/fs_ggline_basic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/htmlpdfr/fs_ggline_basic.pdf -------------------------------------------------------------------------------- /tabgraph/ggline/htmlpdfr/fs_ggline_mgrp_ncts.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/htmlpdfr/fs_ggline_mgrp_ncts.R -------------------------------------------------------------------------------- /tabgraph/ggline/htmlpdfr/fs_ggline_mgrp_ncts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/htmlpdfr/fs_ggline_mgrp_ncts.html -------------------------------------------------------------------------------- /tabgraph/ggline/htmlpdfr/fs_ggline_mgrp_ncts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/htmlpdfr/fs_ggline_mgrp_ncts.pdf -------------------------------------------------------------------------------- /tabgraph/ggline/htmlpdfr/fs_ggline_recession.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/htmlpdfr/fs_ggline_recession.R -------------------------------------------------------------------------------- /tabgraph/ggline/htmlpdfr/fs_ggline_recession.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/htmlpdfr/fs_ggline_recession.html -------------------------------------------------------------------------------- /tabgraph/ggline/htmlpdfr/fs_ggline_recession.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggline/htmlpdfr/fs_ggline_recession.pdf -------------------------------------------------------------------------------- /tabgraph/ggline/main.Rmd: -------------------------------------------------------------------------------- 1 | ## ggplot Line Related Plots 2 | -------------------------------------------------------------------------------- /tabgraph/ggscatter/fs_ggscatter_3cts_mdisc.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggscatter/fs_ggscatter_3cts_mdisc.Rmd -------------------------------------------------------------------------------- /tabgraph/ggscatter/fs_ggscatter_facet_wrap.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/ggscatter/fs_ggscatter_facet_wrap.Rmd -------------------------------------------------------------------------------- /tabgraph/ggscatter/main.Rmd: -------------------------------------------------------------------------------- 1 | ## ggplot Scatter Related Plots 2 | -------------------------------------------------------------------------------- /tabgraph/inout/_img/fs_img_io_2curve_fs_2curve.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/inout/_img/fs_img_io_2curve_fs_2curve.eps -------------------------------------------------------------------------------- /tabgraph/inout/fs_img_io.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/inout/fs_img_io.Rmd -------------------------------------------------------------------------------- /tabgraph/inout/htmlpdfr/fs_img_io.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/inout/htmlpdfr/fs_img_io.R -------------------------------------------------------------------------------- /tabgraph/inout/htmlpdfr/fs_img_io.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/inout/htmlpdfr/fs_img_io.html -------------------------------------------------------------------------------- /tabgraph/inout/htmlpdfr/fs_img_io.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/tabgraph/inout/htmlpdfr/fs_img_io.pdf -------------------------------------------------------------------------------- /tabgraph/inout/main.Rmd: -------------------------------------------------------------------------------- 1 | ## Write and Read Plots 2 | -------------------------------------------------------------------------------- /tabgraph/main.Rmd: -------------------------------------------------------------------------------- 1 | # Tables and Graphs 2 | -------------------------------------------------------------------------------- /table/bigtable/README.md: -------------------------------------------------------------------------------- 1 | ## Grouped Statistics Across Geographical Units 2 | -------------------------------------------------------------------------------- /table/bigtable/_file/country_code.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/table/bigtable/_file/country_code.csv -------------------------------------------------------------------------------- /table/bigtable/_file/lac_aod_children.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/table/bigtable/_file/lac_aod_children.csv -------------------------------------------------------------------------------- /table/bigtable/_file/lac_climate_children_rank.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/table/bigtable/_file/lac_climate_children_rank.tex -------------------------------------------------------------------------------- /table/bigtable/_file/lac_utci_children.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/table/bigtable/_file/lac_utci_children.csv -------------------------------------------------------------------------------- /table/bigtable/fs_bigtable_country.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/table/bigtable/fs_bigtable_country.Rmd -------------------------------------------------------------------------------- /table/bigtable/htmlpdfr/fs_bigtable_country.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/table/bigtable/htmlpdfr/fs_bigtable_country.R -------------------------------------------------------------------------------- /table/bigtable/htmlpdfr/fs_bigtable_country.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/table/bigtable/htmlpdfr/fs_bigtable_country.html -------------------------------------------------------------------------------- /table/bigtable/htmlpdfr/fs_bigtable_country.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/table/bigtable/htmlpdfr/fs_bigtable_country.pdf -------------------------------------------------------------------------------- /title.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/title.Rmd -------------------------------------------------------------------------------- /toc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FanWangEcon/R4Econ/HEAD/toc.css --------------------------------------------------------------------------------