Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Sep 24, 2024
1 parent 7cc6184 commit 738cf92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/VARIMA.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ specials_varima <- new_specials(
#' @return A model specification.
#'
#' @seealso
#' [`MTS::VARMA()`], [`MTS:sVARMA()`].
#' [`MTS::VARMA()`], [`MTS::Kronfit()`].
#'
#' @examplesIf requireNamespace("tsibbledata", quietly = TRUE)
#' library(tsibbledata)
Expand Down
1 change: 1 addition & 0 deletions R/vecm.R
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +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
#'
Expand Down
2 changes: 1 addition & 1 deletion man/VARIMA.Rd

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

2 changes: 2 additions & 0 deletions man/VECM.Rd

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

0 comments on commit 738cf92

Please sign in to comment.