Skip to contents

These methods extract and set the coefficients associated with the model represented by object.

Usage

# S3 method for GPtail
varnames(object, ...)
# S3 method for GPtail
varnames(object, ...) <- value

Arguments

object

An object inheriting from class GPtail representing the convolution of a distribution with a spline density and a GPD.

value

A vector with the replacement values for the variable names associated with object. It must be a vector with length 3. The variables are: the variable with spline density distribution, the variable with GPD and the variable with the convolution distribution.

...

Not used in this method.

Value

Character vector of variable names.

See also