如何避免Stata的运行错误:Gformula的Bootstrapping估计

时间:2018-04-20 03:53:11

标签: stata

我在Stata中尝试了以下gformula代码,并在初始运行后收到此错误消息:

  Bootstrapping: (running gformula_ on estimation sample)
   'r(tce)' evaluated to missing in full sample
   r(322); 

我遵循了Stavola,Daniel等人的代码。 2015年:中间混杂的调解分析:结构....."美国人。流行病学

您能否告诉我代码中的问题在哪里?

    gformula myinc0 dep0 unemp0 unemp0m2 educ0 educ0L2 alcoh0 famil0  xl , 
   mediation outcome( myinc0 ) exposure( dep0 ) mediator( unemp0 ) 
   post_confs(educ0 ) base_confs( alcoh0) obe control(unemp0 :0) 
   commands( myinc0:regress, unemp0 : regress, educ0 :regress) 
   equations ( myinc0 : dep0 unemp0 unemp0m2 educ0 educ0L2 alcoh0 famil0 xl, 
   unemp0 : dep0 educ0 alcoh0 famil0 xl, 
   educ0 : dep0 alcoh0 famil0 ) derived( unemp0m2 educ0L2 xl ) derrules ( 
  unemp0m2 : unemp0*unemp0, educ0L2: educ0*educ0, xl: dep0*educ0) minsim 
   samples (1000) moreMC simulations(100000) replace seed(79)

我将变量从Stata复制为:

  myinc0 myinl0 educ0 unemp0 dep0 famil0 alcoh0 xl unemp0m2 educ0L2

0 个答案:

没有答案