cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar

Strata Statement in Proportional Hazards Regression

What inspired this wish list request? 

 

 

What is the improvement you would like to see? 

Here is the SAS code:

 

proc phreg;
by cell;
class code/param=glm;
strata package set;
model &v=code/ties=discrete;
lsmeans code/pdiff lines;
run;quit;

 

Looking to be able to do this analysis in JMP.

 

Why is this idea important?