bootstrap_parametric_linear | R Documentation |
This is a workhorse function which performs a parametric bootstrap without assuming constant variance. This is not meant to be called by the user directly.
bootstrap_parametric_linear(fit, reps)
fit |
|
reps |
scalar; number of bootstrap replications to perform. |
matrix with the same number of rows as coefficients in fit
and
reps
columns. Each row contains the bootstrap estimates of the
corresponding parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.