View source: R/fitted.GNARfit.R
| fitted.GNARfit | R Documentation | 
fitted.GNARfit returns the fitted values of a GNARfit object as a matrix.
## S3 method for class 'GNARfit'
fitted(object,...)
object | 
 the output of a GNARfit call  | 
... | 
 additional arguments, unused here.  | 
S3 method for class "GNARfit".
fitted.GNARfit returns a ts object of fitted values, with t-alphaOrder rows and nnodes columns.
#get the fitted values of the fiveNode GNAR fit
fitted(GNARfit())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.