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

View source: R/backwardCompatibility.R

print.gmvarR Documentation

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 class 'gmvar'
print(x, ..., digits = 2)

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

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

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

## S3 method for class '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.


gmvarkit documentation built on Nov. 15, 2023, 1:07 a.m.