Skip to contents

This function is generic; method functions can be written to handle specific classes of objects. Classes which already have methods for this function include GPtail.

Usage

varnames(object, ...) <-  value

Arguments

object

An object representing a structure with variables, e.g. a multivariate model or a model involving several variables.

...

Some methods for this generic function may require additional arguments.

value

Value to be assigned to the variables associated with object. It must be a character vector with the same length as varnames(object).

Value

Depends on the method function; see the appropriate documentation.

See also