Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
annasmyk committed Dec 1, 2023
1 parent 45b022e commit 2968929
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# rjd3toolkit
Basic package around JDemetra+ 3.x

Utility package in JDemetra+ 3.x R ecosystem. Contains utility functions used in other `rjd3` packages and has to be systematically installed before using any other rjd3 package.

## Main Functions

- customize specifications in rjd3x13 and rjdtramoseats

- generate user-defined regressors for calendar correction

- generate auxiliary variables (outliers, ramps..)

- run arima model estimations

- perform tests (seasonality, normality, white noise)

- access general functions such as auto-correlations, distributions


## Installation

Expand All @@ -16,3 +32,5 @@ To get the current development version from GitHub:
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3toolkit")
```


0 comments on commit 2968929

Please sign in to comment.