check_data {gmvarkit} | R 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 |
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.
[Package gmvarkit version 2.1.3 Index]