Closed FBartos closed 2 weeks ago
Hi,
adding two fraily terms hard crashes R (tested on Windows 11 and Linux)
library(survival) lungA <- lung lungA$xxx <- sample(c("A", "B", "C"), nrow(lung), replace=TRUE) coxph(Surv(time, status) ~ age + frailty(inst) + frailty(xxx), lungA)
Cheers, Frantisek
The code was never designed nor intended for multiple frailty terms. I will add a check and error message.
Hi,
adding two fraily terms hard crashes R (tested on Windows 11 and Linux)
Cheers, Frantisek