Learn R Programming

ib (version 0.2.0)

getEst: Accessor to the object in class union "Ib"

Description

Method for obtaining estimates from fitted model within any object of class union '>Ib.

Usage

getEst(x)

# S4 method for Ib getEst(x)

Arguments

x

an object of class union "Ib"

Value

an estimate (as in getExtra).

Details

This methods allow to access extra parameter estimates. If extra_param=TRUE, it becomes equivalent to coef.

See Also

'>Ib