Hi all,
I hope you are all well. I had a quick question with regards to interpreting a xtlogit stata output (random effects logistic regression). In particular, interpreting the dummy variable outcome.
If someone could give an example of one year and the age variable that will be very helpful. (would it be easier to interpret using the OR function?)
For year the base group is 1
xtlogit quit i.year age if lastsmoke==1, i(pid) re
quit | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
year |
3 | -.0035738 .1019349 -0.04 0.972 -.2033625 .196215
4 | -.0384937 .1073351 -0.36 0.720 -.2488665 .1718792
5 | .0289347 .1076174 0.27 0.788 -.1819916 .2398609
6 | -.2405922 .1120875 -2.15 0.032 -.4602798 -.0209047
7 | -.2317875 .1060899 -2.18 0.029 -.4397198 -.0238552
8 | -.0694481 .1050903 -0.66 0.509 -.2754213 .136525
9 | .1774066 .0937444 1.89 0.058 -.0063291 .3611423
10 | -.0270623 .0978131 -0.28 0.782 -.2187725 .1646478
age | -.0001354 .0016902 -0.08 0.936 -.003448 .0031773
Regards
Jamal
I hope you are all well. I had a quick question with regards to interpreting a xtlogit stata output (random effects logistic regression). In particular, interpreting the dummy variable outcome.
If someone could give an example of one year and the age variable that will be very helpful. (would it be easier to interpret using the OR function?)
For year the base group is 1
xtlogit quit i.year age if lastsmoke==1, i(pid) re
quit | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
year |
3 | -.0035738 .1019349 -0.04 0.972 -.2033625 .196215
4 | -.0384937 .1073351 -0.36 0.720 -.2488665 .1718792
5 | .0289347 .1076174 0.27 0.788 -.1819916 .2398609
6 | -.2405922 .1120875 -2.15 0.032 -.4602798 -.0209047
7 | -.2317875 .1060899 -2.18 0.029 -.4397198 -.0238552
8 | -.0694481 .1050903 -0.66 0.509 -.2754213 .136525
9 | .1774066 .0937444 1.89 0.058 -.0063291 .3611423
10 | -.0270623 .0978131 -0.28 0.782 -.2187725 .1646478
age | -.0001354 .0016902 -0.08 0.936 -.003448 .0031773
Regards
Jamal
Comment