stata-regression by meleantonio/awesome-econ-ai-stuff
npx skills add https://github.com/meleantonio/awesome-econ-ai-stuff --skill stata-regression此技能可在 Stata 中生成可复现的回归分析工作流程,包括模型诊断以及使用 esttab 或 outreg2 生成可直接用于发表的表格。
请遵循以下步骤完成任务:
在生成任何代码之前,请询问用户:
根据背景信息,生成 Stata 代码以完成以下操作:
regress、reghdfe 或 xtreg广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
esttab 或 outreg2 并附上清晰的标签生成输出后:
* ============================================
* Regression Analysis with Stata
* ============================================
* Load data
use "data.dta", clear
* Summary stats
summarize y x1 x2 x3
* Main regression with clustered SEs
regress y x1 x2 x3, vce(cluster firm_id)
eststo model1
* Alternative specification with fixed effects
reghdfe y x1 x2 x3, absorb(firm_id year) vce(cluster firm_id)
eststo model2
* Export table
esttab model1 model2 using "results/regression_table.tex", replace se label
estout (用于 esttab)reghdfe (可选,用于高维固定效应)通过以下命令安装:
ssc install estout
ssc install reghdfe
每周安装量
84
代码仓库
GitHub 星标数
285
首次出现
2026年1月27日
安全审计
安装于
opencode79
codex76
gemini-cli75
github-copilot74
cursor74
amp68
This skill produces reproducible regression analysis workflows in Stata, including model diagnostics and publication-ready tables using esttab or outreg2.
Follow these steps to complete the task:
Before generating any code, ask the user:
Based on the context, generate Stata code that:
regress, reghdfe, or xtreg as appropriateesttab or outreg2 with clear labelsAfter generating output:
* ============================================
* Regression Analysis with Stata
* ============================================
* Load data
use "data.dta", clear
* Summary stats
summarize y x1 x2 x3
* Main regression with clustered SEs
regress y x1 x2 x3, vce(cluster firm_id)
eststo model1
* Alternative specification with fixed effects
reghdfe y x1 x2 x3, absorb(firm_id year) vce(cluster firm_id)
eststo model2
* Export table
esttab model1 model2 using "results/regression_table.tex", replace se label
estout (for esttab)reghdfe (optional, for high-dimensional fixed effects)Install with:
ssc install estout
ssc install reghdfe
Weekly Installs
84
Repository
GitHub Stars
285
First Seen
Jan 27, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode79
codex76
gemini-cli75
github-copilot74
cursor74
amp68
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
65,000 周安装
会议转录本搜索工具 - 支持Fireflies.ai与Google Drive全文检索,带发言人归属
154 周安装
Slack自动化工具:频道管理、消息读取与分析脚本,提升团队协作效率
154 周安装
better-all:自动优化依赖的 Promise.all 替代方案,提升 JavaScript/TypeScript 异步任务执行效率
154 周安装
言情小说创作规范指南:核心要素、节奏模板与常见陷阱解析
157 周安装
ByteRover CLI - 上下文工程平台,为AI编码智能体自动管理项目知识库
155 周安装
Web无障碍开发指南:WCAG 2.1标准、ARIA模式与键盘导航最佳实践
168 周安装