Chaos-Hyper/dsh-econ-tools ↗★ 0
dsh-econ-tools
计量经济学研究助手插件,提供模型设计、数据清洗、变量选择、实证分析、稳健性分析等全流程计量经济学研究工具。
AI 分析
核心用途是辅助计量经济学学术研究。适合需要进行数据清洗、实证模型设计及稳健性检验的数据分析人员与科研工作者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Chaos-Hyper/dsh-econ-tools说明文档
阅读完整 README ↗Usage
The Agent will automatically call the appropriate tool based on your research needs. For example:
"I want to study the impact of education on income using cross-sectional data. What model should I use?" → Agent calls
econ_method_guide, recommending OLS, IV methods, etc.
"Run robustness checks for potential omitted variable bias." → Agent calls
econ_robustness, providing Oster stability test and other solutions.