coef.hxlr | R Documentation |
Methods for extracting information from fitted hxlr
objects.
## 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"), ...)
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. |
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
.
hxlr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.