bisec.eval | R Documentation |
This function is used in the invertci
procedure. It checks if the p
-value for the point considered has
already been evaluated in previous iterations or provided by the user. The
function will compute the p
-value if it is not provided. Otherwise,
it will use the previous data.
bisec.eval(f, farg, pt, pvals, rngstate, para.match)
f |
The function that represents a testing procedure. |
farg |
The list of arguments to be passed to the function of testing procedure. |
pt |
The point to be evaluated in the bisection method. |
pvals |
The data frame that consists the points and the corresponding
|
rngstate |
The current RNG state obtained from |
para.match |
The list of parameters to be matched. |
Returns the p
-value of the point considered and an updated
data frame that contains the points and the p
-values.
pval |
The |
pvals |
The updated data frame that contains the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.