# Stata-personal **Repository Path**: code-fox/Stata-personal ## Basic Information - **Project Name**: Stata-personal - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-03 - **Last Updated**: 2025-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Stata command by CodeFox ## 1 Method Change the macro `command` to the name of the command you need to download, and run all the lines simultaneously. ### GitHub ```stata * Install local command = "Command name" net install `command', from("https://raw.githubusercontent.com/codefoxs/Stata-personal/main/`command'/") replace * Version which `command' ``` ### Gitee ```Stata * Install local command = "Command name" net install `command', from("https://gitee.com/code-fox/Stata-personal/raw/main/`command'/") replace * Version which `command' ``` ## 2 Command list | Command | Function | Version | | ------------------------------------------------------------ | ------------------------------------------------------------ | ------- | | [datedv](https://github.com/codefoxs/Stata-personal/tree/main/datedv) | Quickly convert date strings to year, month, day and so on. | 0.1.1 | | [cnprov](https://github.com/codefoxs/Stata-personal/tree/main/cnprov) | Stata commands for Chinese province strings conversion | 0.1.3 | | [lewbel](https://github.com/codefoxs/Stata-personal/tree/main/lewbel) | Heteroskedasticity-based instrumental variable regression (Lewbel, 2012) | 0.1.4 | | [csmar](https://github.com/codefoxs/Stata-personal/tree/main/csmar) | Stata commands for load CSMAR xlsx and zip file | 0.1.4 | | [ivreghdfef](https://github.com/codefoxs/Stata-personal/tree/main/ivreghdfef) | ivreghdfe output with constant term, F/LM tests and two stages | 0.1.1 | ## 3 Comments > [!NOTE] > > If you have any questions, please leave a message in issue. ## 4 URLs For GitHub users: https://github.com/codefoxs/Stata-personal For Gitee users: https://gitee.com/code-fox/Stata-personal