beta.bs | R Documentation |
This function computes the bootstrap estimates of
\beta_{\rm obs}
.
beta.bs(data, lpmodel, seed.list, df.error)
data |
An |
lpmodel |
An |
seed.list |
The list of RNG states and the corresponding iterations. |
df.error |
A table showing the id of the bootstrap replication(s) with error(s) and the corresponding error message(s). |
Returns the following objects:
beta.obs.bs |
The bootstrap estimates of |
df.error |
A table showing the id of the bootstrap replication(s) with error(s) and the corresponding error message(s). |
error.id |
The list of problematic IDs. |
R.eval |
The number of bootstrap replications that have 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.