Dear Stata users,
Can someone please kindly explain in simple terms what the "/logs" output refers to in the following code? I've looked in the mestreg help, streg help, this blog file https://www.stata.com/stata-news/new...-correlations/ and the "An introduction to survival analysis using stata" textbook and can't find an explanation anywhere.
use https://www.stata-press.com/data/r17/catheter
stset
mestreg age female || patient:, distribution(lognormal) time
Mixed-effects lognormal AFT regression Number of obs = 76
Group variable: patient Number of groups = 38
Obs per group:
min = 2
avg = 2.0
max = 2
Integration method: mvaghermite Integration pts. = 7
Wald chi2(2) = 14.13
Log likelihood = -328.70499 Prob > chi2 = 0.0009
------------------------------------------------------------------------------
_t | Coefficient Std. err. z P>|z| [95% conf. interval]
-------------+----------------------------------------------------------------
age | -.0060556 .0106775 -0.57 0.571 -.0269832 .014872
female | 1.334213 .3570964 3.74 0.000 .634317 2.034109
_cons | 3.480046 .5453814 6.38 0.000 2.411118 4.548973
-------------+----------------------------------------------------------------
/logs | .0359558 .1297168 -.2182844 .290196
-------------+----------------------------------------------------------------
patient |
var(_cons)| .322698 .2641533 .0648667 1.605354
------------------------------------------------------------------------------
LR test vs. lognormal model: chibar2(01) = 1.62 Prob >= chibar2 = 0.1017
If I calculate the exponent of the /logs output, i.e. exp(0.0359558) = 1.03667, is this the estimated residual variance between catheters?
Kind regards,
Ben
Related Posts with Interpretation of "/logs" in Stata17 output using mestreg
Individual fixed effects for xtlogit and xttobitDear Statalist, I run both a logit (xtlogit) and a tobit (xttobit) model for my research. I want to…
VIF after .xtreg reCan somebody explain to me how I use VIF after .xtreg re? I get the following error: not appropria…
Nice export STATA output to excel or wordDear Madam/Sir, I used the following command using posts here, but tables are broken both in MS wor…
Link Individuals to daily dates.Hi fellows, I have a paneldataset of 56.000 rows and I am trying to implement a DiD regression inclu…
margins, predictnl and nlcomDear All, I estimate a logit model and then I want to compute the (average) marginal effects of the…
Subscribe to:
Post Comments (Atom)
0 Response to Interpretation of "/logs" in Stata17 output using mestreg
Post a Comment