Learn R Programming

PNAR (version 1.7)

summary.nonlin: S3 methods for extracting the results of the non-linear hypothesis test

Description

S3 methods for extracting the results of the non-linear hypothesis test.

Usage

# S3 method for nonlin
summary(object, ...)
# S3 method for summary.nonlin
print(x, ...)
# S3 method for nonlin
print(x, ...)

Value

The functions print the results of the function score_test_nonlinpq_h0.

Arguments

object

An object containing the results of the function score_test_nonlinpq_h0.

x

An object containing the results of the function score_test_nonlinpq_h0.

...

Extra arguments the user can pass.

Author

Mirko Armillotta, Michail Tsagris and Konstantinos Fokianos.

Details

The functions print the output of the non-linear hypothesis test.

References

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.

See Also

score_test_nonlinpq_h0

Examples

Run this code
data(crime)
data(crime_W)
mod1 <- lin_estimnarpq(crime, crime_W, p = 2)
ca <- mod1$coefs[, 1]
a <- score_test_nonlinpq_h0(ca, crime, crime_W, p = 2, d = 1)
print(a)
summary(a)

Run the code above in your browser using DataLab