check.initb | R Documentation |
This function checks the initial brackets provided by the
user for the invertci
function. It can either
be NULL
or a numeric
of length 2. The initial brackets have
to be finite.
check.initb(init.b, name.var, bd)
init.b |
An initial bracket. |
name.var |
The name of the initial bracket. |
bd |
A string that indicates whether the initial bracket for the lower
bound ( |
Returns the following intervals.
lb |
The lower bound of the initial bracket. |
ub |
The upper bound of the initial bracket. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.