无法从ivprobit输出中获得Sargan测试,仪器相关性测试,拟合度度量(在ivprobit程序包中)

时间:2019-04-03 22:00:39

标签: r logistic-regression instruments identification goodness-of-fit

我正在使用R中ivprobit包中的ivprobit函数。此ivprobit函数是带有工具变量的二进制回归。

但是,我找不到一种从结果中得出Sargan检验,仪器相关性检验以及任何拟合优度度量(例如卡方,对数似然,R平方等)的方法。

例如,我使用ivprobit函数得到以下结果,但是无法获得任何这些措施。我可以在这方面得到帮助吗?

 probit=ivprobit(y~x1+x2+x3+x5+x6+x7*x10+x8+x9+x11|x4|x1+x2+x3+x5+x6+x7*x10+x8+x9+x11+z1+z2+z3, data=DATA)
 summary(probit)

                   Coef        S.E.        t-stat   p-val    
Intercep           2.60317729  2.40349393  1.0831  0.278852    
x1                -0.04107591  0.01011537 -4.0607 5.006e-05 ***
x2                 0.92400412  0.28985010  3.1879  0.001447 ** 
x3                -0.07930707  0.15858798 -0.5001  0.617051    
x4                -0.00008158  0.00070110 -0.1164  0.907373    
x5                 0.05451171  0.00370911 14.6967 < 2.2e-16 ***
x6                 0.01453500  0.00520783  2.7910  0.005285 ** 
x7                -0.27094763  0.22488458 -1.2048  0.228356    
x8                 0.01302787  0.01546667  0.8423  0.399671    
x9                 0.26098242  0.20932203  1.2468  0.212560    
x10               -3.69160559  3.25415202 -1.1344  0.256697    
x11                0.00096123  0.26835992  0.0036  0.997142    
x7:x10             0.41670471  0.38242267  1.0896  0.275950    
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

0 个答案:

没有答案