ggsurvplot Kaplan Meier gives me a straight line instead of a curve - works in Base R

前端 未结 0 1648
情深已故
情深已故 2020-12-16 10:34

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<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题