coef is a generic function which extracts model coefficient matrix including the 10th, 25th, 50th, 75th, 90th quantile estimates.
Usage
"coef"(object)
Arguments
object
an object with class OutlierDC.
Details
This function is a generic function coef for the S4 class OutlierDC. It can be invoked by calling print for an object of the appropriate class, or directly by calling coef regardless of the class of the object.