print.gmvar {gmvarkit} | R 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 |
Details
These methods exist so that models estimated with earlier versions of the package can be used normally.
[Package gmvarkit version 2.1.2 Index]