Learn R Programming

robust2sls (version 0.2.2)

evaluate_boot: Evaluate bootstrap results

Description

Evaluate bootstrap results

Usage

evaluate_boot(r2sls_boot, iterations)

Value

evaluate_boot returns a data frame with the bootstrap and the theoretical standard errors. Each row corresponds to a different iteration step while each column refers to the parameters whose standard errors are produced.

Arguments

r2sls_boot

An object of class "r2sls_boot", as returned by case_resampling.

iterations

An integer or numeric vector with values >= 0 specifying which bootstrap results to evaluate.