consolidate.data {TRONCO} | R Documentation |
Verify if the input data are consolidate, i.e., if there are events with 0 or 1 probability or indistinguishable in terms of observations
consolidate.data(x, print = FALSE)
x |
A TRONCO compliant dataset. |
print |
A boolean value stating whether to print of not the summary |
The list of any 0 probability, 1 probability and indistinguishable.
data(test_dataset) consolidate.data(test_dataset)