powered by
Returns the summary of a GNARfit object, including BIC.
# S3 method for GNARfit summary(object, ...)
output of a GNARfit call.
additional arguments, unused here.
summary.GNARfit prints the model summary and the value of the BIC.
summary.GNARfit
The output is the summary of the fit using summary.lm, and BIC calculated using BIC.GNARfit.
# NOT RUN { #summary for the GNAR(2,[1,1]) model using GNARfit on fiveVTS summary(GNARfit()) # }
Run the code above in your browser using DataLab