fsst.range.bs | R Documentation |
This function computes the bootstrap estimates of the range components.
fsst.range.bs(
n,
lpmodel,
beta.obs.hat,
beta.obs.bs,
x.star,
x.star.bs,
weight.mat.root,
R,
progress,
df.error,
eval.count
)
n |
The sample size. This is only required if |
lpmodel |
The |
beta.obs.hat |
The sample estimator
|
beta.obs.bs |
The bootstrap estimates of |
x.star |
The optimal value from |
x.star.bs |
The bootstrap estimates of |
weight.mat.root |
The matrix square root of |
R |
The number of bootstrap replications. |
progress |
The boolean variable for whether the progress bars should
be displayed. If it is set as |
df.error |
A table showing the id of the bootstrap replication(s) with error(s) and the corresponding error message(s). |
eval.count |
The count for the number of times the |
Return the following list of objects:
range.n.list |
The list of bootstrap range components. |
df.error |
A table showing the id of the bootstrap replication(s) with error(s) and the corresponding error message(s). |
new.error |
The number of new errors. |
error.id |
The indices of the bootstrap replications that give errors. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.