ciTools icon indicating copy to clipboard operation
ciTools copied to clipboard

misssingness

Open antoine4ucsd opened this issue 2 years ago • 0 comments

Hello I am new with ciTools but very interested in using it for post hoc analyses for my survreg models I have a very naive question: is there a way to omit NA ?

fit<-  survreg(Surv(left, right, type="interval2") ~ drug,  dist="weibull", data=mydata)
add_quantile(mydata, fit, p = 0.75, name = c("quant", "lwr", "upr"))

error

Error in add_quantile.survreg
 Check df for missingness

thank you!

antoine4ucsd avatar Mar 27 '24 12:03 antoine4ucsd