bs.assign | R Documentation |
This function is used in the bootstrap replications of the
procedures. It returns the indices to be considered in the
bootstrap replications and the list to be passed to the
lpmodel.anylist
function.
bs.assign(
R,
R.eval,
R.succ,
maxR,
any.list,
lpmodel,
data = NULL,
m = NULL,
replace = TRUE
)
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. |
any.list |
An object returned from the
|
lpmodel |
An |
data |
An |
m |
The size of each subsample. |
replace |
A boolean variable to indicate whether the function samples the data with or without replacement. |
Returns the following three objects.
i0 |
The starting index to be evaluated. |
i1 |
The last index to be evaluated. |
bs.list |
The list of bootstrap replications in the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.