getExtra {ib}R 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 ||\hat{\pi}-\frac{1}{H}\sum_{h=1}^H\hat{\pi}_h(\hat{\theta}^{k})||
estimate value of the estimates \hat{\theta}^{k}
test_theta value for difference of thetas: ||\hat{\theta}^k-\hat{\theta}^{k-1}||
ib_warn optional warning message
boot matrix of H bootstrap estimates: \hat{\pi}(\hat{\theta}^k)

See Also

Ib


[Package ib version 0.2.0 Index]