| boot.sqr | R Documentation |
This function generates bootstrap samples for the SQR coefficients and their derivatives
boot.sqr(
fit,
nsim = 1000,
blocklength = 1,
n.cores = 1,
mthreads = FALSE,
seed = 1234567
)
fit |
output from |
nsim |
number of bootstrap samples (default = 1000) |
blocklength |
blocklength for block sampling scheme (default = 1) |
n.cores |
number of cores for parallel computing (default = 1) |
mthreads |
if |
seed |
seed of random number generator (default = 1234567) |
A list with the following elements:
coefficients |
array of bootstrap regression coefficients |
derivatives |
array of boostrap derivatives of regression coefficient |
info |
sequence convergence status |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.