I am trying to perform a competing risk survival analysis in SPSS on MS Windows 10 using the COMPRISK extension command.
My syntax (generated through the GUI) is
STATS COMPRISK
FAILTIME=Month_Last FAILSTATUS=Status FIXEDCOVAR=TXtype FAILCODE=2 CENSORCODE=0
/OPTIONS MISSING=OMIT PLOT=YES QUANTILES=.25 .50 .75 MAXITER=10 TOL=.000001.
... and the error message that I am receiving is
Error in names(coef) <- c(gtxt("Coefficient"), gtxt("Exp"), gtxt("Std. Error"), :
'names' attribute [7] must be the same length as the vector [6]
Calls: Run ... spsspkg.processcmd -> do.call -> docomprisk -> displayresults
In addition: Warning message:
In data.frame(ressum$coef, ci) :
row names were found from a short variable and have been discarded
Any ideas?
------------------------------
Frank Furter
------------------------------
#SPSSStatistics