chorussell.simp.fn | R Documentation |
chorussell
This function checks one candidate for the
(1-\alpha)
-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.
chorussell.simp.fn(x, can1, pbar, bd, progress)
x |
One candidate of the upper or lower bound. |
can1 |
This refers to either |
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.