cbMV {depCensoring} | R Documentation |
Combine bounds based on majority vote.
Description
This function combines a list of individual identified intervals to a single one based on majority vote. Note that the intersection of all intervals can be viewed as a majority vote as well, so that it is included as a special case.
Usage
cbMV(results.list, threshold)
Arguments
results.list |
List object containing the individual identified intervals. |
threshold |
Threshold proportion of identified intervals a given value
should be contained in in order for it to be included in the combined
identified interval. For intersection bounds, set this value to |
Value
The combined identified interval.
[Package depCensoring version 0.1.7 Index]