Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Sep 24, 2024
1 parent 8292fa0 commit c2d5b46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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
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
4 changes: 2 additions & 2 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 c2d5b46

Please sign in to comment.