summaryrefslogtreecommitdiff
path: root/man/impulseplot.Rd
blob: 0e7ced3900b8ca2bfba504772c5116ece7457546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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}}
}