coef.gevreg {gevreg} | R Documentation |
Various methods for extracting information from fitted gevreg
objects.
## S3 method for class 'gevreg' coef(object, model = c("full", "location", "scale", "shape"), ...) ## S3 method for class 'gevreg' terms(x, model = c("location", "scale", "shape", "full"), ...) ## S3 method for class 'gevreg' model.frame(formula, ...) ## S3 method for class 'gevreg' model.matrix(object, model = c("location", "scale", "shape"), ...) ## S3 method for class 'gevreg' residuals(object, type = c("standardized", "pearson", "response"), ...)
object, x |
an object of class |
model |
model for which coefficients shall be returned. |
type |
type of residuals that shall be computed. |
formula |
a model linkformula formula or terms object or an R object. |
... |
further arguments passed to or from other methods. |
In addition to the methods above, a set of standard extractor functions for "gevreg" objects is available, including methods to the generic functions logLik and print.