Learn R Programming

gmvarkit (version 2.1.4)

print.gmvar: Deprecated S3 methods for the deprecated class 'gmvar'

Description

Deprecated S3 methods for the deprecated class 'gmvar'. From the gmvarkit version 2.0.0 onwards, class 'gsmvar' is used instead.

Usage

# S3 method for gmvar
print(x, ..., digits = 2)

# S3 method for gmvar summary(object, ..., digits)

# S3 method for gmvar plot(x, ...)

# S3 method for gmvar logLik(object, ...)

# S3 method for gmvar residuals(object, ...)

Arguments

x

a class 'gmvar' object. THIS CLASS IS DEPRECATED FROM THE VERSION 2.0.0 ONWARDS.

...

See the usage from the documentation of the appropriate class 'gsmvar' S3 method.

digits

number of digits to be printed.

object

object of class 'gmvar'. THIS CLASS IS DEPRECATED FROM THE VERSION 2.0.0 ONWARDS.

Details

These methods exist so that models estimated with earlier versions of the package can be used normally.