hello:
c <- mice(datad1)
fitc <- with(data = c,expr = cph(Surv(time,Y)~SC))
pool(fitc)
#> pool(fitc)
Error in summary.rms(x) :
adjustment values not defined here or with datadist for SC
此外: Warning message:
In get.dfcom(object, dfcom) : Infinite sample size assumed.
need you help