当前位置: 首页 > wzjs >正文

学校作业怎么做网站优化设计的答案

学校作业怎么做网站,优化设计的答案,怀仁有做网站的公司吗,中国做w7的网站地方政府驱动企业参与乡村振兴的机制——乡村振兴注意力视角的分析 主要介绍一下相关stata代码 完整代码 cd "F:\BaiduSyncdisk\论文\中国农村经济" set more off clear all use "publish20250126.dta", clear tsset stkid year global y "Participa…

地方政府驱动企业参与乡村振兴的机制——乡村振兴注意力视角的分析

主要介绍一下相关stata代码

完整代码
cd "F:\BaiduSyncdisk\论文\中国农村经济"
set more off
clear all
use "publish20250126.dta", clear
tsset stkid year
global y "Participation"
global x "RuralEr RuralPr"
global med "ESGm Em Sm Gm lnArgfirm"
global inter "lnTotal lnPositive lnNegtitve"
global cv "lnSize Leverage lnAge Tangible Cashflow ROA SOE Top1 lnBroad MShare"cap drop dummy*
tab ind, gen (dummy_ind)
tab year, gen (dummy_year)
drop dummy_ind1 dummy_year1*附表1 相关系数检验
global x "RuralEr"
pwcorr_a $y RuralPr $cv, star1(0.01) star5(0.05) star10(0.1) bonferroni*表2 描述性统计
tabstat Participation_org RuralPr ESGm Em Sm Gm Argfirm_org Total_org Positive_org Negtitve_org Size_org Leverage Age_org Tangible Cashflow ROA SOE Top1 Broad_org MShare, s(N mean sd min p75 max) f(%6.3f) c(s)*表3 基准
reghdfe Participation RuralPr, absorb(ind year) vce(r)
est store m1
reghdfe Participation RuralPr lnSize Leverage lnAge Tangible Cashflow ROA, absorb(ind year) vce(r)
est store m2
reghdfe Participation RuralPr $cv, absorb(ind year) vce(r)
est store m3local model "m1 m2 m3"
local mtitle "Participation Participation Participation"
local order "RuralPr $cv"
esttab `model', mtitle(`mtitle') compress nogap star(* 0.1 ** 0.05 *** 0.01) ///
b(%6.3f) se(%6.3f) obslast scalars(r2_a F) order(`order')*表4 稳健性 x/word y:0-1
reghdfe Participation RuralEr $cv, absorb(ind year) vce(r)
est store m1
reghdfe Participation lnWordP $cv, absorb(ind year) vce(r)
est store m2
reghdfe Participation lnWordE $cv, absorb(ind year) vce(r)
est store m3
cap drop Participation_dum
gen Participation_dum=Participation>0
logit Participation_dum RuralPr $cv dummy*, vce(r)
est store m4
poisson Participation_dum RuralPr $cv dummy*, vce(r)
est store m5
reghdfe Participation RuralEr $cv, absorb(ind year provid) vce(r)
est store m6local model "m1 m2 m3 m4 m5 m6"
local mtitle "Participation Participation Participation Participation_dum Participation_dum Participation"
local order "RuralEr lnWordP lnWordE RuralPr $cv"
esttab `model', mtitle(`mtitle') compress nogap star(* 0.1 ** 0.05 *** 0.01) ///
b(%6.3f) se(%6.3f) obslast scalars(r2_a r2_p F) order(`order') ///
indicate("Industry FE=dummy_ind*" "Year FE=dummy_year*")*表5 替换研究样本
use "cpes.dta", clear
local cv "Connect Gender Age Edu Staff Firmage Family Party Roa"reghdfe Participation PRuralPr, absorb(Ind) vce(r)
est store m1
reghdfe Participation PRuralPr Connect Gender Age Edu, absorb(Ind) vce(r)
est store m2
reghdfe Participation PRuralPr `cv', absorb(Ind) vce(r)
est store m3local model "m1 m2 m3"
local mtitle "Participation Participation Participation"
local order "PRuralPr `cv'"
esttab `model', mtitle(`mtitle') compress nogap star(* 0.1 ** 0.05 *** 0.01) ///
b(%6.3f) se(%6.3f) obslast scalars(r2_a F) order(`order')use "publish20250126.dta", clear
*表6 内生性:地表起伏度
gen RdlsIV=Rdls*pop
reghdfe RuralPr RdlsIV $cv, absorb(ind year) vce(r)
est store m1
ivreghdfe Participation (RuralPr=RdlsIV) $cv, absorb(ind year) r
est store m1local model "m1 m2"
local mtitle "RuralPr Participation"
local order "RdlsIV RuralPr $cv"
esttab `model', mtitle(`mtitle') compress nogap star(* 0.1 ** 0.05 *** 0.01) ///
b(%6.3f) se(%6.3f) obslast scalars(r2_a F) order(`order')*表7 机制
reghdfe ESGm RuralPr $cv, absorb(ind year) vce(r)
est store m1
reghdfe Em RuralPr $cv, absorb(ind year) vce(r)
est store m2
reghdfe Sm RuralPr $cv, absorb(ind year) vce(r)
est store m3
reghdfe Gm RuralPr $cv, absorb(ind year) vce(r)
est store m4
reghdfe lnArgfirm RuralPr $cv, absorb(ind year) vce(r)
est store m5local model "m1 m2 m3 m4 m5"
local mtitle "ESGm Em Sm Gm lnArgfirm"
local order "RuralPr $cv"
esttab `model', mtitle(`mtitle') compress nogap star(* 0.1 ** 0.05 *** 0.01) ///
b(%6.3f) se(%6.3f) obslast scalars(r2_a F) order(`order')*表8 调节
egen stdRuralPr=std(RuralPr)
egen stdlnTotal=std(lnTotal)
egen stdlnPositive=std(lnPositive)
egen stdlnNegtitve=std(lnNegtitve)reghdfe Participation c.stdRuralPr##c.stdlnTotal $cv, absorb(ind year) vce(r)
est store m1
reghdfe Participation c.stdRuralPr##c.stdlnPositive $cv, absorb(ind year) vce(r)
est store m2
reghdfe Participation c.stdRuralPr##c.stdlnNegtitve $cv, absorb(ind year) vce(r)
est store m3local model "m1 m2 m3"
local mtitle "Participation Participation Participation Participation"
local order "stdRuralPr stdlnTotal stdlnPositive stdlnNegtitve c.stdRuralPr* $cv"
esttab `model', mtitle(`mtitle') compress nogap star(* 0.1 ** 0.05 *** 0.01) ///
b(%6.3f) se(%6.3f) obslast scalars(r2_a F) order(`order')*表9 异质性
**产权异质 是否国有企业
reghdfe Participation RuralPr $cv if SOE==1, absorb(ind year) vce(r)
est store m1
reghdfe Participation RuralPr $cv if SOE==0, absorb(ind year) vce(r)
est store m2
**行业异质 农业与非农业
reghdfe Participation RuralPr $cv if ind=="A", absorb(ind year) vce(r)
est store m3
reghdfe Participation RuralPr $cv if ind!="A", absorb(ind year) vce(r)
est store m4
**行业异质 是否强制披露
reghdfe Participation RuralPr $cv if Force==1, absorb(ind year) vce(r)
est store m5
reghdfe Participation RuralPr $cv if Force==0, absorb(ind year) vce(r)
est store m6local model "m1 m2 m3 m4 m5 m6"
local mtitle "SOE NSOE Arg NArg Force NForce"
local order "RuralPr $cv"
esttab `model', mtitle(`mtitle') compress nogap star(* 0.1 ** 0.05 *** 0.01) ///
b(%6.3f) se(%6.3f) obslast scalars(r2_a F) order(`order')**表10 地区异质
**东部10省(市)包括北京、天津、河北、上海、江苏、浙江、福建、山东、广东和海南;中部6省包括山西、安徽、江西、河南、湖北和湖南;西部12省(区、市)包括内蒙古、广西、重庆、四川、贵州、云南、西藏、陕西、甘肃、青海、宁夏和新疆;东北3省包括辽宁、吉林和黑龙江。
reghdfe Participation RuralPr $cv if Region==1, absorb(ind year) vce(r)
est store m1
reghdfe Participation RuralPr $cv if Region==2, absorb(ind year) vce(r)
est store m2
reghdfe Participation RuralPr $cv if Region==3, absorb(ind year) vce(r)
est store m3
reghdfe Participation RuralPr $cv if Region==4, absorb(ind year) vce(r)
est store m4local model "m1 m2 m3 m4"
local mtitle "East Central West Northeast"
local order "RuralPr $cv"
esttab `model', mtitle(`mtitle') compress nogap star(* 0.1 ** 0.05 *** 0.01) ///
b(%6.3f) se(%6.3f) obslast scalars(r2_a F) order(`order')
http://www.dtcms.com/wzjs/432310.html

相关文章:

  • 《两学一做 榜样》网站站长源码
  • 广州市政府门户网站的网址是seo工具大全
  • 网站制作哪个好一些优化seo方案
  • 新做好的网站如何做seo百度地图疫情实时动态
  • 合肥建网站公司苏州关键词优化排名推广
  • 简单模板网站制作时间百度知道
  • 关于域名和主机论坛的网站视频号链接怎么获取
  • wordpress下载器插件整站优化要多少钱
  • 万链网站做的怎么样?友情链接网站源码
  • 网站制作包括哪些启动互联全网营销推广
  • 织梦网站怎么做索引地图免费推广的渠道有哪些
  • 官网网站建设需求南宁白帽seo技术
  • 公司经营范围 网站开发百度权重网站排名
  • 免费下软件的网站新闻网最新消息
  • 深圳wap网站建设曼联vs恩波利比分
  • 沧县做网站价格网络营销推广方式
  • 甘肃企业建站系统费用百度app客服人工电话
  • 企业网站多少钱一个广州seo优化外包服务
  • 上海浦东做网站公司什么是seo关键词优化
  • 顺的网站建设咨询微信指数查询
  • 企业网站运营推广难做吗凡科建站的免费使用
  • 中文域名网站跳转百度平台客服
  • 绿色为主色的网站外链提交
  • 卖挂的网站怎么做重庆seo建站
  • 网站如何做流量长沙自动seo
  • 旅游网站后台管理系统企业网络营销策划案例
  • 域名服务器有哪几种优化软件刷排名seo
  • 常见的c2c平台有长春百度推广排名优化
  • 镇江网站建设咨询百度广告多少钱
  • 一级a做爰片试看 免费网站脱发严重是什么原因引起的