zedtaha / nardl

nardl:An R package to estimate the nonlinear cointegrating autoregressive distributed lag model
14 stars 9 forks source link

Tests shown in summary functions cannot be done separately #10

Open JoFAM opened 6 years ago

JoFAM commented 6 years ago

Sometimes you want to just carry out the ARCH test or the Asymmetric Cointegration test or... Currently the only way to see the output is a call to summary().

JoFAM commented 6 years ago

Wrapper for ArchTest done in commit fecd7dd

JoFAM commented 6 years ago

Wrapper for LMTest (bp2) done in commit 9db8dc5 . This is not really optimal, as ArchTest and LMTest give differently structured output, but I stayed as close as possible to the original package code