When trying to plot cif data in R :
plot(cif.kweet)
this error pops up:
"Error in lines.etm(x[[i]], tr.choice = tr.choice[j], col = col[j + (i - :
Argument 'tr.choice' and possible transitions must match"
, what does this mean, how to solve it?
Additional information:
cif.kweet <-etmCIF(Surv(entry, exit, cause !=0) ~ group, data, etype=data$cause, failcode=3)