Error in matchx, table, non match =0L when using ggsurvplot

My code is

fit <- survfit(Surv(OS, DEATH) ~ high, data=datf1)

no error

ggsurvplot(fit, pval=TRUE, conf.int=TRUE.
risk.table=TRUE, surv.median.line='hv', ylab='OS', break.x.by=5, palette=cols, 
title="P_01")

Error in match (x, table, nomatch=0L):
'match' requires vector arguments

Three days ago I ran this code no issues. Today I run this code and I am getting the above error message.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.