invertci.check | R Documentation |
invertci
This function checks and updates the input from the user in the
invertci
function. If there is any invalid input,
the function will be terminated and error messages will be printed.
invertci.check(
f,
farg,
alpha,
init.lb,
init.ub,
tol,
max.iter,
pvals,
progress
)
f |
The function that represents a testing procedure. |
farg |
The list of arguments to be passed to the function of testing procedure. |
alpha |
The significance level(s). This can be a vector. |
init.lb |
The initial brackets to search for the lower bound. This is
not required if the |
init.ub |
The initial brackets to search for the upper bound. This is
not required if the |
tol |
The tolerance level in the bisection method. |
max.iter |
The maximum number of iterations in the bisection method. |
pvals |
The data frame that consists the points and the corresponding
|
progress |
The boolean variable for whether the result messages should
be displayed in the procedure of constructing confidence interval. If
it is set as |
Returns the updated parameters back to the function
subsample
. The following information are updated:
pvals
lb0
lb1
ub0
ub1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.