diff options
Diffstat (limited to 'R/impulse.R')
-rw-r--r-- | R/impulse.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/R/impulse.R b/R/impulse.R index 7ff9b34..2066c4f 100644 --- a/R/impulse.R +++ b/R/impulse.R @@ -45,8 +45,8 @@ plot.impulseest <- function(model){ #' #' @param model an object of class \code{impulseest} #' -#' @seealso \code{\link{impulseest}},\code{\link{impulse}} +#' @seealso \code{\link{impulseest}} #' @export step <- function(model){ - + } |