Methods for extracting information from fitted crch objects.
# S3 method for crch
coef(object, model = c("full", "location", "scale", "df"), ...)
# S3 method for crch
vcov(object, model = c("full", "location", "scale", "df"), ...)
# S3 method for crch
terms(x, model = c("location", "scale", "full"), ...)
# S3 method for crch
fitted(object, type = c("location", "scale"), ...)
an object of class "crch".
model for which coefficients shall be returned.
type of fitted values.
further arguments passed to or from other methods.
In addition to the methods above, a set of standard extractor functions for
"crch" objects is available, including methods to the generic
functions print, summary,
logLik, and residuals.
crch