fsst.beta.bs | R Documentation |
beta.obs
This function computes the bootstrap estimates of
\hat{\beta}_{{\rm obs}, n}
.
fsst.beta.bs(
n,
data,
beta.obs.hat,
lpmodel,
R,
maxR,
progress,
df.error,
iseq,
eval.count
)
n |
The sample size. This is only required if |
data |
An |
beta.obs.hat |
The sample estimator
|
lpmodel |
An |
R |
The number of bootstrap replications. |
maxR |
The maximum number of bootstrap replications to be considered in case there are some errors. |
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). |
iseq |
The list of indices or betas to iterate over. |
eval.count |
The count for the number of times the |
Returns the bootstrap estimators.
beta.obs.bs |
A list of bootstrap estimators
|
df.error |
An updated table showing the id of the bootstrap replication(s) with error(s) and the corresponding error message(s). |
R.eval |
The number of bootstrap replications that has been conducted. |
R.succ |
The number of successful bootstrap replications. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.