Hello SAS community! I'm using SAS University. I have run proc lifetest to generate Kaplan Meier curves, and I managed to use Proc template to change the format of my x-axis, y-axis, entrytitle, etc. I used viewmin, viewmax, offsetmin, and offsetmax to better control my axes. I want both the x-axis and y-axis to start at 0, so I set viewmin=0 and offsetmin=0 for both the x-axis and y-axis. However, I have realized that my at risk table is causing the x-axis to start a little before 0. I'm attaching an image that shows what my axis shows. Does anyone know what proc template language would allow me to either adjust my y-axis or at risk table so that the x-axis min is exactly set to 0? Thank you for your help!
... View more