R で cif データをプロットしようとすると、次のようになります。
plot(cif.kweet)
このエラーが表示されます:
"Error in lines.etm(x[[i]], tr.choice = tr.choice[j], col = col[j + (i - :
Argument 'tr.choice' and possible transitions must match"
、これはどういう意味ですか、どうすれば解決できますか?
追加情報:
cif.kweet <-etmCIF(Surv(entry, exit, cause !=0) ~ group, data, etype=data$cause, failcode=3)