Cox regression in MATLAB
I know there is COXPHFIT function in MATLAB to do Cox regression, but I have problems understanding how to apply it. 1) How to compare two groups of samples with survival data in days (survdays), censoring (cens) and some predictor value (x)? The groups defined by groups logical variable. Groups have different number of samples. 2) Wh...