coef.hxlr {crch} | R Documentation |
Methods for HXLR Objects
Description
Methods for extracting information from fitted hxlr
objects.
Usage
## S3 method for class 'hxlr'
coef(object, model = c("full", "intercept", "location", "scale"),
type = c("CLM", "latent"), ...)
## S3 method for class 'hxlr'
vcov(object, model = c("full", "intercept", "location", "scale"),
type = c("CLM", "latent"), ...)
## S3 method for class 'hxlr'
terms(x, model = c("full", "location", "scale"), ...)
Arguments
object , x |
an object of class |
model |
model for which coefficients shall be returned. |
type |
type of coefficients. Default are CLM type coefficients. For
type |
... |
further arguments passed to or from other methods. |
Details
In addition to the methods above, a set of standard extractor functions for
"hxlr"
objects is available, including methods to the generic
functions print
, summary
, and
logLik
.
See Also
[Package crch version 1.1-2 Index]