powered by
Returns the summary of a GNARfit or GNARpredict object, including BIC.
# S3 method for GNARfit summary(object, ...)
output of GNARfit or GNARpredict.
GNARfit
GNARpredict
additional arguments affecting the summary produced.
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 lmToBIC.
# NOT RUN { #summary for the GNAR(2,[1,1]) model using GNARpredict on fiveVTS data(fiveNode) summary(GNARpredict()) # }
Run the code above in your browser using DataLab