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
Error using xtreg - r(2000) "No observations"Hello, I am trying to perform a lagged regression on a panel dataset, using xtreg. I get the error …
Performing cross tabulations using "asdoc" commandI would like to import cross tabulation results using asdoc command. The code im currently using is,…
How to use rangestat in combination with date constraintsHi, attached you find a .dta file with the three columns ticker, date and an index value (gsv_scale…
How to get to a balanced panel from weakly balanced panel?Hi, I working with individual data for two rounds- 2005 and 2012. I have accounted for attrition an…
creating variables in forval numeric forloopHi all, I wanr to create variables in a forval numeric forloop forval i = -7(1)7{ gen dummy_`i' =…
Subscribe to:
Post Comments (Atom)
0 Response to Interpretation of "/logs" in Stata17 output using mestreg
Post a Comment