coef.gevreg {gevreg}R Documentation

Methods for gevreg objects

Description

Various methods for extracting information from fitted gevreg objects.

Usage

## 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"), ...)

Arguments

object, x

an object of class gevreg.

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.

Details

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.

See Also

gevreg print.gevreg


[Package gevreg version 0.1-7 Index]