Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Sep 24, 2024
1 parent 8292fa0 commit 14b18bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions R/VARIMA.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ specials_varima <- new_specials(
#' @aliases report.VARIMA
#'
#' @param formula Model specification (see "Specials" section).
#' @param ic The information criterion used in selecting the model.
#' @param identification The identification technique used to estimate the model.
#' @param ... Further arguments for arima
#'
#' @section Specials:
Expand Down Expand Up @@ -500,7 +500,7 @@ mts_varma_sim <- function(model, innov) {
#' @param orthogonal If TRUE, orthogonalised impulse responses will be computed.
#'
#' @examplesIf requireNamespace("tsibbledata", quietly = TRUE)
#' IRF(fit, h = 10, impulse = "FTSE")
#' IRF(fit, h = 10, impulse = "Beer")
#'
#' @export
IRF.VARIMA <- function(x, new_data, specials, impulse = NULL, orthogonal = FALSE, ...) {
Expand Down
2 changes: 1 addition & 1 deletion R/vecm.R
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ specials_vecm <- new_specials(
#' formula.
#'
#' @param formula Model specification (see "Specials" section).
#' @param ic The information criterion used in selecting the model.
#' @param r The number of cointegrating relationships
#' @param ... Further arguments for arima
#'
#' @section Specials:
Expand Down
6 changes: 3 additions & 3 deletions man/VARIMA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/VECM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14b18bd

Please sign in to comment.