Carlo:
the results given by stata 13. are as follows
thank you so much
I do not know if you remember the context of my empirical study.
my questions are :
1)can "rho" argue the use of the logit model with variable effects and not fixed effects?
2)how can I interpret the results?
the results given by stata 13. are as follows
thank you so much
I do not know if you remember the context of my empirical study.
my questions are :
1)can "rho" argue the use of the logit model with variable effects and not fixed effects?
2)how can I interpret the results?
Code:
Random-effects logistic regression Number of obs = 65955
Group variable: codeentreprise Number of groups = 50
Random effects u_i ~ Gaussian Obs per group: min = 337
avg = 1319.1
max = 2727
Integration method: mvaghermite Integration points = 12
Wald chi2(2) = 4479.17
Log likelihood = -7270.5549 Prob > chi2 = 0.0000
-----------------------------------------------------------------------------------
Bulle | Coef. Std. Err. z P>|z| [95% Conf. Interval]
------------------+----------------------------------------------------------------
Volatilitdesprix | .5548789 .0082921 66.92 0.000 .5386267 .5711311
QUANTITE_NEGOCIEE | 6.21e-08 4.88e-08 1.27 0.204 -3.36e-08 1.58e-07
_cons | -7.049741 .1296784 -54.36 0.000 -7.303906 -6.795576
------------------+----------------------------------------------------------------
/lnsig2u | 3.058475 .2787318 2.512171 3.604779
------------------+----------------------------------------------------------------
sigma_u | 4.614657 .6431258 3.511648 6.064122
rho | .8661836 .0323077 .7894018 .9178835
-----------------------------------------------------------------------------------
Likelihood-ratio test of rho=0: chibar2(01) = 5274.90 Prob >= chibar2 = 0.000
. margins, dydx (*) atmeans
Conditional marginal effects Number of obs = 65955
Model VCE : OIM
Expression : Linear prediction, predict()
dy/dx w.r.t. : Volatilitdesprix QUANTITE_NEGOCIEE
at : Volatilitd~x = .5302004 (mean)
QUANTITE_N~E = 15138.75 (mean)
-----------------------------------------------------------------------------------
| Delta-method
| dy/dx Std. Err. z P>|z| [95% Conf. Interval]
------------------+----------------------------------------------------------------
Volatilitdesprix | .5548789 .0082921 66.92 0.000 .5386267 .5711311
QUANTITE_NEGOCIEE | 6.21e-08 4.88e-08 1.27 0.204 -3.36e-08 1.58e-07
-----------------------------------------------------------------------------------
.

Comment