powered by
nobs returns the number of obervations (T) of the input multivariate time series in the GNARfit function.
nobs
GNARfit
# S3 method for GNARfit nobs(object,...)
An integer specifying the number of rows in the input vts to the GNARfit function.
vts
the output of a GNARfit or GNARpredict call
additional arguments, unused here.
S3 method for class "GNARfit".
#observations of example fiveVTS nobs(GNARfit()) #check this is the same as number of rows in fiveVTS all.equal(nobs(GNARfit()), nrow(fiveVTS))
Run the code above in your browser using DataLab