fsst.beta.star.bs.fn | R Documentation |
beta.star
and x.star
This function computes one bootstrap estimate for
beta.star
and x.star
. This function is used
in the fsst.beta.star.bs
function via the
future_map
command.
fsst.beta.star.bs.fn(
beta.obs.bs,
data,
lpmodel,
beta.tgt,
weight.mat,
sigma.beta.obs,
solver,
pbar,
progress,
n.bs,
eval.count
)
beta.obs.bs |
The bootstrap estimates of |
data |
An |
lpmodel |
The |
beta.tgt |
The value to be tested. |
weight.mat |
The weighting matrix for the |
sigma.beta.obs |
An estimator of the asymptotic variance for
|
solver |
The name of the linear and quadratic programming solver that
is used to obtain the solution to linear and quadratic programs.
The solvers supported by this package are |
pbar |
The progress bar object. |
progress |
The boolean variable for whether the progress bars should
be displayed. If it is set as |
n.bs |
The total number of replications to be conducted in this procedure. |
eval.count |
The count for the number of times the |
Returns a list of output that are obtained from the subsampling procedure:
beta.star |
The bootstrap estimates of |
x.star |
The bootstrap estimates 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.