diff options
-rw-r--r-- | man/etfe.Rd | 2 | ||||
-rw-r--r-- | man/plot.impulseest.Rd | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man/etfe.Rd b/man/etfe.Rd index 0990ea0..c2e31cb 100644 --- a/man/etfe.Rd +++ b/man/etfe.Rd @@ -4,7 +4,7 @@ \alias{etfe} \title{Estimate empirical transfer function} \usage{ -etfe(data) +etfe(data, n = 128) } \arguments{ \item{data}{an object of class \code{idframe}} 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 |