Reputation: 1
I would like to perform a cure analysis, and when I run the code below:
pd <- smcure(Surv(FAILTIME,FAILCENS)~trt+Age1 , cureform =~trt+Age1 ,data=saba, model="ph",nboot=1000)
This error is reported:
Error in rep(1, n) : invalid 'times' argument
Upvotes: 0
Views: 196