chorussell.simp.fn: Checks one candidate in 'chorussell'

View source: R/chorussell.R

chorussell.simp.fnR Documentation

Checks one candidate in chorussell

Description

This function checks one candidate for the (1-α)-confidence interval to see whether it should be dropped from the list of considerations. For details, please see the description of the chorussell.simp function.

Usage

chorussell.simp.fn(x, can1, pbar, bd, progress)

Arguments

x

One candidate of the upper or lower bound.

can1

This refers to either lb.can1 or ub.can1.

pbar

The progress bar object.

bd

A string indicating which set of candidates that the function is trying to simplify.

progress

The boolean variable for whether the progress bars should be displayed. If it is set as TRUE, the progress bars will be displayed while the code is running.

Value

Returns the decision to drop or not to drop the candidate. If the decision is to drop the candidate bound, NULL is returned. Otherwise, the bound is returned back via the future_map function.


conroylau/lpinfer documentation built on Oct. 23, 2022, 9:21 a.m.