ci.inout | R Documentation |
This function determines whether the bisection method is going to be updated by choosing the left segment or the right segment of the interval as the updated interval for the next iteration.
ci.inout(pval, alpha, type)
pval |
The |
alpha |
The significance level(s). This can be a vector. |
type |
The type of the confidence interval. Set |
Returns whether the part of the interval to be selected in the next iteration of the bisection method.
part |
A string indicating whether the left or right segment of the interval is chosen. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.