Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Convert SAS code to STATA
From 
 
"Joseph Coveney" <[email protected]> 
To 
 
<[email protected]> 
Subject 
 
Re: st: Convert SAS code to STATA 
Date 
 
Mon, 24 Sep 2012 09:33:07 +0900 
I wrote:
avg change/year between baseline and year 3 for grp 2
. lincom _b[2.ckd1#3.time] / 3
--------------------------------------------------------------------------------
That should have been
    lincom (_b[2.ckd1#3.time] - _b[2.ckd1#0.time]) / 3
Joseph Coveney
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/