Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

checkConsistentDimensions

Check Consistent Dimensions


Description

Check that dimensions of a model and data agree.

Usage

checkConsistentDimensions(obj1, obj2=NULL)
    ## Default S3 method:
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)

Arguments

obj1

An object containing a TSmodel, TSdata, or TSestModel, depending on the method

obj2

Another object containing TSdata corresponding to the TSmodel in obj1, or a TSmodel corresponding to the TSdata in obj1.

Details

Check that dimensions of a model and data agree. If obj1 is a TSestModel then if obj2 is NULL, TSdata is taken from obj1.

Value

logical

Examples

data("eg1.DSE.data.diff", package="dse")
    model <- estVARXls(eg1.DSE.data.diff)
    checkConsistentDimensions(model)

dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.