bisec.print | R Documentation |
This function prints the information in
ci.bisection
and store the result for each
iteration.
bisec.print(procedure, alpha, returnlist, a, b, progress, dp, df_bis)
procedure |
The variable indicating whether the function is evaluating the end-points or first mid-point, or is iterating through the bisection procedure. |
alpha |
The significance level(s). This can be a vector. |
returnlist |
The list of information obtained from running
|
a |
The lower bound of the current interval. This is |
b |
The upper bound of the current interval. This is |
progress |
The boolean variable for whether the result messages should
be displayed in the procedure of constructing confidence interval. If
it is set as |
dp |
The number of decimal places in the output. |
df_bis |
A data frame storing the information from the bisection method. |
Return the updated data frame that stores the information for the the iteration.
df_bis |
The data frame storing the information for the bisection method in each iteration. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.