Description Usage Arguments Value
Given the data, some function of the data, and some error function, runs the Subsampled Double bootstrap algorithm.
1 |
dta |
The data you want to bootstrap. |
statistic |
The statistic of interest (theta_hat). |
T |
The "root" or error function of interest. Note that the first argument should be the theta of the sample, and the senond arguent should be the "true" theta. |
subset_size |
How large should the initial subset be. |
... |
Extra parameters to pass into T.star or FUN. |
time_lim |
How long should the function run. Default is 5 minutes. |
List of the theta_hat of dta, a vector containing all the T.star and the number of iterations completed in the time limit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.