Skip to content

Commit

Permalink
Merge pull request #50 from annasmyk/develop
Browse files Browse the repository at this point in the history
update examples
  • Loading branch information
annasmyk authored Jun 26, 2024
2 parents a65c58f + 713bad6 commit a194f94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/modellingcontext.R
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ dynamic_ts<-function(moniker, data){
#' my_context<-modelling_context(variables=vars)
#' # customize a default specification
#' # init_spec <- rjd3x13::x13_spec("RSA5c")
#' # new_spec<- add_usrdefvar(init_spec,id = "reg1.iv1", regeffect="Trend")
#' # new_spec<- add_usrdefvar(init_spec,name = "reg1.iv1", regeffect="Trend")
#' # modelling context is needed for the estimation phase
#' # sa_x13<- rjd3x13::x13(ABS$X0.2.09.10.M, new_spec, context = my_context)
#' @seealso \code{\link{add_usrdefvar}}, \code{\link{intervention_variable}}
Expand Down
2 changes: 1 addition & 1 deletion R/spec_regarima.R
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ set_transform.default <- function(x,
#' - "Seasonal": after the decomposition the effect is allocated to the seasonal component, like a Seasonal-outlier
#' - "Series": after the decomposition the effect is allocated to
#' the raw series: \eqn{yc_t=y_t+ effect}
#' - "SeasonallyAdjusted": after the decomposition the effect is allocated to
#' - "Seasonally Adjusted": after the decomposition the effect is allocated to
#' the seasonally adjusted series: \eqn{sa_t=T+I+effect}
#' @examples
#' # creating one or several external regressors (TS objects),
Expand Down
2 changes: 1 addition & 1 deletion man/add_usrdefvar.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/modelling_context.Rd

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

0 comments on commit a194f94

Please sign in to comment.