extract_boot: Extracts bootstrap results for a specific iteration
Description
Extracts bootstrap results for a specific iteration
Usage
extract_boot(r2sls_boot, iteration)
Value
extract_boot
returns a matrix with the bootstrap results for
a specific iteration.#'
Arguments
- r2sls_boot
An object of class "r2sls_boot"
, as returned
by case_resampling.
- iteration
An integer >= 0 specifying which bootstrap results to
extract.