My ggsurvplot will not work, although the plot function in Base R does... This code works
KM$SurvObj<-with(KM,Surv(time,results == 1)) km.by.clin<