getExtra: Accessor to an extra part in class union "Ib"

getExtraR Documentation

Accessor to an extra part in class union "Ib"

Description

Method for obtaining a extra values generated by the iterative bootstrap procedure within any object of class union Ib.

Usage

getExtra(x)

## S4 method for signature 'Ib'
getExtra(x)

Arguments

x

an object of class union "Ib"

Value

a list with the following components:

iteration number of iterations (k)
of value of the objective function ||π-\frac{1}{H}∑_{h=1}^Hπ_h(θ^{k})||
estimate value of the estimates θ^{k}
test_theta value for difference of thetas: ||θ^k-θ^{k-1}||
ib_warn optional warning message
boot matrix of H bootstrap estimates: π(θ^k)

See Also

Ib


ib documentation built on April 5, 2022, 1:13 a.m.

Related to getExtra in ib...