
Last chance! 50% off unlimited learning
Sale ends in
checkConsistentDimensions(obj1, obj2=NULL)
## S3 method for class 'default':
checkConsistentDimensions(obj1, obj2=NULL)
## S3 method for class 'ARMA':
checkConsistentDimensions(obj1, obj2=NULL)
## S3 method for class 'SS':
checkConsistentDimensions(obj1, obj2=NULL)
## S3 method for class 'TSdata':
checkConsistentDimensions(obj1, obj2=NULL)
## S3 method for class 'TSestModel':
checkConsistentDimensions(obj1, obj2=NULL)
obj1
is a
TSestModel
then if obj2
is NULL, TSdata
is
taken from obj1
.if(is.R()) data("eg1.DSE.data.diff", package="dse1")
model <- estVARXls(eg1.DSE.data.diff)
checkConsistentDimensions(model)
Run the code above in your browser using DataLab