cbMV: Combine bounds based on majority vote.

View source: R/BoundingCovariateEffects.R

cbMVR 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 1.

Value

The combined identified interval.


depCensoring documentation built on April 4, 2025, 1:52 a.m.