I have developed a COX model using SAS proc phreg procedure. I know how to score using the covariate using the proc procedure. How do I translate the model to simple sas code?
thanks.
I have developed a COX model using SAS proc phreg procedure. I know how to score using the covariate using the proc procedure. How do I translate the model to simple sas code?
thanks.
Actually, someone gave me a solution. It was to use store statement in PHREG and then read the stored item in Proc PML and use code statement to export the model as SAS code. A bit convoluted, but it works.