diff options
Diffstat (limited to 'man/plot.impulseest.Rd')
-rw-r--r-- | man/plot.impulseest.Rd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/plot.impulseest.Rd b/man/plot.impulseest.Rd index 910f53e..d5337bf 100644 --- a/man/plot.impulseest.Rd +++ b/man/plot.impulseest.Rd @@ -4,10 +4,12 @@ \alias{plot.impulseest} \title{Impulse Response Plots} \usage{ -\method{plot}{impulseest}(model) +\method{plot}{impulseest}(model, sig = 0.975) } \arguments{ \item{model}{an object of class \code{impulseest}} + +\item{sig}{Significance Limits (Default: \code{0.975})} } \description{ Plots the estimated IR Coefficients |