Jack,
thank you for the script. Meanwhile, I have estimated the re probit. As the LR test
(rho=0) could not be rejected, I switched to a pooled specification, where robust standard
errors are available.
Comparing the results, they look quite similar.
Best,
Jan
Random-effects Probit Probit
const -2,016** -2,046**
0,5365 0,5195
X1 0,1285** 0,1288**
0,02188 0,02127
X2 -0,0001056 0,003282
0,05446 0,05352
X3 0,2031** 0,2014**
0,09639 0,09358
X4 -0,06002 -0,06318
0,1124 0,1088
X5 -0,1715** -0,1622**
0,07222 0,06928
X6 0,0002977 0,0003395
0,004089 0,00395
lnsigma2 -3,366**
1,393
n 1450 1450
R2 0,029
lnL -961,4 -961,7
-----Ursprüngliche Nachricht-----
Von: Plus.line MailSystem [mailto:cyrus@mailer.plusline.de] Im Auftrag von Riccardo (Jack)
Lucchetti
Gesendet: Freitag, 22. April 2016 15:09
An: Gretl list <gretl-users(a)lists.wfu.edu>
Betreff: Re: [Gretl-users] RE Probit --robust
On Fri, 22 Apr 2016, Jan Tille wrote:
Sven,
thank you for your prompt answer.
Meanwhile, I found the note in the user guide in chapter 18:
Robust standard errors
For most estimators, gretl offers the option of computing an estimate
of the covariance matrix that is robust with respect to
heteroskedasticity and/or autocorrelation (and hence also robust
standard errors). In the case of panel data, robust covariance matrix
estimators are available for the pooled and fixed effects model but not currently for
random effects. Please see section 17.4 for details.
Panel-robust inference can be obtained rather easily by using the unit id variable as
clustering variable. For example, here's a slight variation of the
"reprobit.inp" sample script:
<hansl>
open union_wooldridge.gdt
# list regressors (including time dummies) list X = const black married educ
dummify(year)
# RE probit
probit union X --random
# simple probit, but panel-robust
probit union X --cluster=nr
</hansl>
If you want robust inference and RE at the same time, I'm not aware of an available
estimator (RE uses quite strict assumption on the distribution of disturbances and
individual effets --- I don't think there is a way to bypass those).
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------