summaryrefslogtreecommitdiff
path: root/man/plot.impulseest.Rd
blob: 7a0d9639d4209a092875fab645468f2df1084792 (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{plot.impulseest}
\alias{plot.impulseest}
\title{Impulse Response Plots}
\usage{
\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 along with the significance limits
at each lag.
}
\seealso{
\code{\link{impulseest}},\code{\link{step}}
}