View source: R/BoundingCovariateEffects.R
cbMV | R Documentation |
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.
cbMV(results.list, threshold)
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 |
The combined identified interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.