evaluate_boot {robust2sls}R Documentation

Evaluate bootstrap results

Description

Evaluate bootstrap results

Usage

evaluate_boot(r2sls_boot, iterations)

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.

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.


[Package robust2sls version 0.2.2 Index]