diff options
Diffstat (limited to 'man/plot.impulseest.Rd')
-rw-r--r-- | man/plot.impulseest.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/plot.impulseest.Rd b/man/plot.impulseest.Rd index 7a0d963..cb93f25 100644 --- a/man/plot.impulseest.Rd +++ b/man/plot.impulseest.Rd @@ -4,12 +4,12 @@ \alias{plot.impulseest} \title{Impulse Response Plots} \usage{ -\method{plot}{impulseest}(model, sig = 0.975) +\method{plot}{impulseest}(model, sig = 2) } \arguments{ \item{model}{an object of class \code{impulseest}} -\item{sig}{Significance Limits (Default: \code{0.975})} +\item{sd}{standard deviation of the confidence region (Default: \code{2})} } \description{ Plots the estimated IR coefficients along with the significance limits |