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 ( ) |
of | value of the objective function
|
estimate | value of the estimates
|
test_theta | value for difference of thetas:
|
ib_warn | optional warning message |
boot | matrix of bootstrap estimates:
|
See Also
[Package ib version 0.2.0 Index]