bs.index | R Documentation |
This function is used to return the starting and ending indices for bootstrap replications.
bs.index(R, R.eval, R.succ, maxR)
R |
The number of bootstrap replications. |
R.eval |
The number of bootstrap replications that has been evaluated. |
R.succ |
The number of successful bootstrap replications. |
maxR |
The maximum number of bootstrap replications. |
Returns the following three objects.
i0 |
The starting index to be evaluated. |
i1 |
The last index to be evaluated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.