check_data: Check the data is in the correct form

View source: R/argumentChecks.R

check_dataR Documentation

Check the data is in the correct form

Description

check_data checks the data.

Usage

check_data(data, p)

Arguments

data

a matrix or class 'ts' object with d>1 columns. Each column is taken to represent a univariate time series. NA values are not supported.

p

a positive integer specifying the autoregressive order of the model.

Value

Checks the data and tries to correct it. Throws an error if something is wrong and returns the corrected data otherwise.


saviviro/gmvarkit documentation built on March 8, 2024, 4:15 a.m.