Change the macro command
to the name of the command you need to download, and run all the lines simultaneously.
* Install
local command = "Command name"
net install `command', from("https://raw.githubusercontent.com/codefoxs/Stata-personal/main/`command'/") replace
* Version
which `command'
* Install
local command = "Command name"
net install `command', from("https://gitee.com/code-fox/Stata-personal/raw/main/`command'/") replace
* Version
which `command'
Command | Function | Version |
---|---|---|
datedv | Quickly convert date strings to year, month, day and so on. | 0.1.1 |
cnprov | Stata commands for Chinese province strings conversion | 0.1.3 |
lewbel | Heteroskedasticity-based instrumental variable regression (Lewbel, 2012) | 0.1.4 |
csmar | Stata commands for load CSMAR xlsx and zip file | 0.1.4 |
Note
If you have any questions, please leave a message in issue.
For GitHub users: https://github.com/codefoxs/Stata-personal
For Gitee users: https://gitee.com/code-fox/Stata-personal