multiplier_bootstrap | R Documentation |
A function that takes in an influence function (an nxk matrix) and the number of bootstrap iterations and returns a Bxk matrix of bootstrap results. This function uses Rademechar weights.
multiplier_bootstrap(inf_func, biters)
inf_func |
nxk matrix of (e.g., these could be a matrix containing the influence function for different parameter estimates) |
biters |
the number of bootstrap iterations |
a Bxk matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.