Hi everyone! I need assistance with a bizarre situation. I have experimented with Kaplan-Meier curves before, but am attempting to learn survival analysis properly by going through the UCLA tutorial: https://stats.idre.ucla.edu/sas/seminars/sas-survival/ After downloading the whas500 dataset from the UCLA tutorial, I followed the instructions and reproduced each graphic correctly until section 1.2.3. For that section, I entered the following code, as specified: proc lifetest data= survival.whas500 (where=(fstat=1)) plots=survival(atrisk); time lenfol*fstat(0); run; quit; Instead of producing the output shown in the tutorial, familiar data from back when I originally experimented with Kaplan-Meier curves (nearly one year ago) appeared. How is this data randomly showing up nearly a year later without any deliberate referencing? Thank you for helping!
... View more