|
Hello
I am using syntax like that shown below to obtain a column of values for the estimated cumulative hazard when performing a Cox regression analysis.
==============================================
COXREG
oneyeartime /STATUS=oneyearstatus(1)
/CONTRAST (factor1)=Indicator /CONTRAST (factor2)=Indicator
/CONTRAST (factor3)=Indicator /CONTRAST (factor4)=Indicator
/METHOD=ENTER factor1 factor2 factor3 factor4 factor5
factor6
/SAVE=HAZARD
/CRITERIA=PIN(.05) POUT(.10) ITERATE(20) .
==============================================
I would be most grateful to receive recommendations as to how I may edit this syntax accordingly so as to ensure that I can also generate a column of values of the actual cummulative total number of events (1) as a function of time.
Thank you in advance for your kind assistance.
Yours faithfully
Margaret
---------------------------------
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the Yahoo! Mail Championships. Plus: play games and win prizes.
|