Skip to content

zhangdashenqi/the_zen_of_stata

Repository files navigation

Stata之禅 rate license

The Zen of Stata

主要内容

关于Stata编程、绘图、数据处理等。

安装步骤

您可以在Stata中使用copy命令将仓库中的文件复制到本地。 如:

安装步骤(从github获取)

1.首先设定安装地址

global github https://raw.githubusercontent.com/zhangdashenqi
net from ${github}/the_zen_of_stata/master/ado

2.然后使用Stata内置命令net安装Stata之禅命令:zstata

net install zstata

3.安装成功之后,在Stata命令窗口输入zstata即可

zstata

zstata

此时,您可以自由下载、编辑相关do文档。

安装步骤(从码云gitee获取)

1.首先设定安装地址

cap mkdir "`c(sysdir_plus)'z"
global gitee https://gitee.com/zhangdashenqi/the_zen_of_stata/raw/master/ado

2.然后使用命令行工具curl安装Stata之禅命令:zstata

!curl "${gitee}/zstata.ado" -o `c(sysdir_plus)'z/zstata.ado 

3.安装成功之后,在Stata命令窗口输入zstata即可

zstata, g  // 从gitee中获取数据

此时,您可以自由下载、编辑相关do文档。

更新列表

301 Python与Stata的数据交互

Python与Stata的数据交互

302 Python与Stata的数据交互之时间变量

Python与Stata的数据交互之时间变量

303 Stata16新功能DataFrame操作1

Stata16新功能DataFrame操作1

304 Stata16新功能DataFrame操作2

Stata16新功能DataFrame操作2

推荐关注

贡献者

  • 张大神气
  • 李大本事
  • 王大聪明
  • 四缺三
  • 迷途指针

Contribute

Contributions are always welcome!

License

Apache 2

Releases

No releases published

Packages