powered by
fitted.GNARfit returns the fitted values of a GNARfit object as a matrix.
fitted.GNARfit
# S3 method for GNARfit fitted(object,...)
the output of a GNARfit call
additional arguments, unused here.
fitted.GNARfit returns a ts object of fitted values, with t-alphaOrder rows and nnodes columns.
t-alphaOrder
nnodes
S3 method for class "GNARfit".
# NOT RUN { #get the fitted values of the fiveNode GNAR fit fitted(GNARfit()) # }
Run the code above in your browser using DataLab