fsst.range.bs.fn | R Documentation |
This function computes the one bootstrap estimate for the range component of the test statistic.
fsst.range.bs.fn(
beta.x.star,
n,
lpmodel,
beta.obs.hat,
x.star,
weight.mat.root,
pbar,
progress,
n.bs,
eval.count
)
beta.x.star |
A list that combines the bootstrap estimates of
|
n |
The sample size. This is only required if |
lpmodel |
The |
beta.obs.hat |
The sample estimator
|
x.star |
The optimal value from |
weight.mat.root |
The matrix square root of |
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 |
Return the following list of objects:
Ts |
The bootstrap range test statistic. |
msg |
An error message (if applicable). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.