diff options
Diffstat (limited to 'man/impulseplot.Rd')
-rw-r--r-- | man/impulseplot.Rd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/impulseplot.Rd b/man/impulseplot.Rd new file mode 100644 index 0000000..0e7ced3 --- /dev/null +++ b/man/impulseplot.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/nonparam.R +\name{impulseplot} +\alias{impulseplot} +\title{Impulse Response Plots} +\usage{ +impulseplot(model, sd = 2) +} +\arguments{ +\item{model}{an object of class \code{impulseest}} + +\item{sd}{standard deviation of the confidence region (Default: \code{2})} +} +\description{ +Plots the estimated IR coefficients along with the significance limits +at each lag. +} +\seealso{ +\code{\link{impulseest}},\code{\link{step}} +} + |