jonesor/Rcompadre

Add check for survival probability >1 to cdb_check

Closed this issue · 1 comments

Add another survival check flag to cdb_check for survival probabilities in U matrix of >1 (or should this be >=1, or maybe even a user-defined limit?)

e.g.

check_surv_1 <- sapply(matU(myData),max)>=1

This has been resolved.