Zihan Zhang (张子涵)

Keep smiling.

Code Notebook

» Code_notebook

Articles by category: Code_notebook


Data_Analysis Advanced_Macro Paper_Notebook Advanced_Micro
2022
01 Nov 2022

Stata tips - Outreg2

Stata tips - Outreg2 Descriptive Statistics outreg2 using DS.tex, replace sum(log) keep(var) title(Decriptive statistics) Regression reg Y X, r outreg2...

18 Jun 2022

R demo - Using Baidu API to identify the number of separate college campuses in China

R demo - Using Baidu API to identify the number of separate collegecampuses in China In this note, I use...

09 Apr 2022

R code - Predict temperature with a KNN

R code - Predict temperature with a KNN Use KNN to fit the temperature variation in China. Features: longitude, latitude,...

08 Apr 2022

R code - Get geographical information from Baidu Map Service

R code - Get geographical information from Baidu Map Service # # API request - Baidu Map Service # @z...

2021
24 Nov 2021

3 Tips Tips of Checking differences of scripts in STATA

3 Tips of Checking differences of scripts in STATA 生成日志文件人工比较 code:STATA 生成log file 日志文件 cap log close // 主要是防止与上一个log file...

20 Jul 2021

A Web Crawler for Basic information of articles in Top 5 Econ Journals.

A Web Crawler for Basic information of articles in Top 5 Econ Journals. There are five top English journals in...