Skip to content

Commit 26e7378

Browse files
Simplify VARIMA example
1 parent 582a1d0 commit 26e7378

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

R/VARIMA.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ specials_varima <- new_specials(
123123
#' library(tsibbledata)
124124
#'
125125
#' aus_production %>%
126-
#' autoplot(vars(Beer, Tobacco, Bricks))
126+
#' autoplot(vars(Beer, Cement))
127127
#'
128-
#' fit <- aus_production[complete.cases(aus_production),] %>%
129-
#' model(VARIMA(vars(Beer, Bricks, Cement) ~ pdq(4,1,1), identification = "none"))
128+
#' fit <- aus_production %>%
129+
#' model(VARIMA(vars(Beer, Cement) ~ pdq(4,1,1), identification = "none"))
130130
#'
131131
#' fit
132132
#' @export

man/VARIMA.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)