From 738cf922f09ad206071f6e858fb96a590e18efe9 Mon Sep 17 00:00:00 2001 From: mitchelloharawild Date: Wed, 25 Sep 2024 01:49:51 +1000 Subject: [PATCH] Doc fixes --- R/VARIMA.R | 2 +- R/vecm.R | 1 + man/VARIMA.Rd | 2 +- man/VECM.Rd | 2 ++ 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/R/VARIMA.R b/R/VARIMA.R index 2c7572ae..2cdc119c 100644 --- a/R/VARIMA.R +++ b/R/VARIMA.R @@ -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) diff --git a/R/vecm.R b/R/vecm.R index 37b258dc..dad7a84a 100644 --- a/R/vecm.R +++ b/R/vecm.R @@ -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 #' diff --git a/man/VARIMA.Rd b/man/VARIMA.Rd index 04d22476..01c779f5 100644 --- a/man/VARIMA.Rd +++ b/man/VARIMA.Rd @@ -144,5 +144,5 @@ IRF(fit, h = 10, impulse = "Beer") \dontshow{\}) # examplesIf} } \seealso{ -\code{\link[MTS:VARMA]{MTS::VARMA()}}, \code{\link[=MTS:sVARMA]{MTS:sVARMA()}}. +\code{\link[MTS:VARMA]{MTS::VARMA()}}, \code{\link[MTS:Kronfit]{MTS::Kronfit()}}. } diff --git a/man/VECM.Rd b/man/VECM.Rd index 9edc24c2..d44a1af1 100644 --- a/man/VECM.Rd +++ b/man/VECM.Rd @@ -9,6 +9,8 @@ VECM(formula, ic = c("aicc", "aic", "bic"), r = 1L, ...) \arguments{ \item{formula}{Model specification (see "Specials" section).} +\item{ic}{The information criterion used in selecting the model.} + \item{r}{The number of cointegrating relationships} \item{...}{Further arguments for arima}