fsst.beta.bs.fn | R Documentation |
beta.obs
.This function carries out one bootstrap replication for
getting beta.obs
in the fsst
procedure.
This function is used in the fsst.beta.bs
function
via the future_map
function.
fsst.beta.bs.fn(x, data, lpmodel, pbar, progress, eval.count, n.bs, any.list)
x |
This is either the list of indices that represent the bootstrap
replications, or the list of bootstrap components of the |
data |
An |
lpmodel |
An |
pbar |
The progress bar object. |
progress |
The boolean variable for whether the progress bars should
be displayed. If it is set as |
eval.count |
The count for the number of times the |
n.bs |
The total number of replications to be conducted in this procedure. |
any.list |
This object contains information on whether any components
in the |
Returns a list of output that are obtained from the subsampling procedure:
beta |
A bootstrap estimator of |
msg |
An error message (if applicable). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.