powered by
S3 methods for extracting the results of the estimation functions.
# S3 method for PNAR summary(object, ...) # S3 method for summary.PNAR print(x, ...) # S3 method for PNAR print(x, ...)
The print.PNAR() function prints the coefficients of the model. The summary.PNAR() function prints the output in the lm() style.
An object containing the results of the estimation function lin_estimnarpq or log_lin_estimnarpq.
lin_estimnarpq
log_lin_estimnarpq
Extra arguments the user can pass.
Mirko Armillotta, Michail Tsagris and Konstantinos Fokianos.
These functions print the output of the estimation functions.
Armillotta, M., Tsagris, M. and Fokianos, K. (2024). Inference for Network Count Time Series with the R Package PNAR. The R Journal, 15/4: 255--269.
data(crime) data(crime_W) mod1 <- lin_estimnarpq(crime, crime_W, p = 2) mod1 print(mod1) summary(mod1)
Run the code above in your browser using DataLab