Hello Statalist,
Thank you for being so helpful in my research project.
I am kindly asking for your help in interpreting this xtlogit result in the odds ratio format: Adviser equals 1 if the same adviser was chosen, 0 if not (i.e., another adviser was chosen). PPD are the percentage point differences between initial and final stock prices (a continuous variable), r_sa is a continuous variable that displays the annual return figure in that investment position, and T_C signifies whether the individual was in the treatment or control group. I am especially interested in the interaction term: T_C (binary) # c.PPD
I would be most grateful for any comments and advice!
Thank you very much in advance!
Thank you for being so helpful in my research project.
I am kindly asking for your help in interpreting this xtlogit result in the odds ratio format: Adviser equals 1 if the same adviser was chosen, 0 if not (i.e., another adviser was chosen). PPD are the percentage point differences between initial and final stock prices (a continuous variable), r_sa is a continuous variable that displays the annual return figure in that investment position, and T_C signifies whether the individual was in the treatment or control group. I am especially interested in the interaction term: T_C (binary) # c.PPD
Code:
xtlogit adviser i.round i.risk c.r_sa c.PPD#i.T_C, vce(cluster CASE) or nolog Calculating robust standard errors ... Random-effects logistic regression Number of obs = 920 Group variable: CASE Number of groups = 230 Random effects u_i ~ Gaussian Obs per group: min = 4 avg = 4.0 max = 4 Integration method: mvaghermite Integration pts. = 12 Wald chi2(9) = 82.04 Log pseudolikelihood = -444.81565 Prob > chi2 = 0.0000 (Std. err. adjusted for 230 clusters in CASE) ------------------------------------------------------------------------------ | Robust adviser| Odds ratio std. err. z P>|z| [95% conf. interval] -------------+---------------------------------------------------------------- round | 2 | 2.267197 .6465504 2.87 0.004 1.296424 3.964894 3 | 1.425879 .3558204 1.42 0.155 .8743188 2.325388 4 | 2.266128 .5922252 3.13 0.002 1.357792 3.782124 | risk | 2 | .9411477 .2300216 -0.25 0.804 .5829342 1.519484 3 | 3.365318 .8252534 4.95 0.000 2.081095 5.442023 4 | 4.438226 1.419868 4.66 0.000 2.3708 8.308526 | r_sa | 2.93e+11 4.95e+12 1.56 0.118 .0012614 6.81e+25 | T_C#c.PPD | CG | .9907738 .1351929 -0.07 0.946 .7582746 1.294561 TG | 1.1776 .0548271 3.51 0.000 1.074898 1.290115 | _cons | 1.70548 .4760463 1.91 0.056 .9868539 2.947409 -------------+---------------------------------------------------------------- /lnsig2u | .7635772 .2493876 .2747865 1.252368 -------------+---------------------------------------------------------------- sigma_u | 1.464902 .1826642 1.147279 1.870459 rho | .3947783 .0595858 .2857612 .5153752 ------------------------------------------------------------------------------
Thank you very much in advance!
Comment