https://github.com/rjdverse/rjdemetra

R interface to JDemetra+ v 2.x

https://github.com/rjdverse/rjdemetra

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.3%) to scientific vocabulary

Keywords

java jdemetra r r-package rpackage rstats seasonal-adjustment seasonality time-series timeseries
Last synced: 6 months ago · JSON representation

Repository

R interface to JDemetra+ v 2.x

Basic Info
Statistics
  • Stars: 54
  • Watchers: 12
  • Forks: 17
  • Open Issues: 6
  • Releases: 19
Topics
java jdemetra r r-package rpackage rstats seasonal-adjustment seasonality time-series timeseries
Created almost 8 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---



```{r, echo = FALSE, include=FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  fig.align="center"
)
library("RJDemetra")
options(enable_print_style = FALSE)
```

# RJDemetra 

[![R-CMD-check](https://github.com/rjdverse/rjdemetra/workflows/R-CMD-check/badge.svg)](https://github.com/rjdverse/rjdemetra/actions)
[![R universe version](https://rjdverse.r-universe.dev/badges/RJDemetra)](https://rjdverse.r-universe.dev/RJDemetra)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/RJDemetra)](https://cran.r-project.org/package=RJDemetra)
[![CRAN last release](https://www.r-pkg.org/badges/last-release/RJDemetra)](https://cran.r-project.org/package=RJDemetra)
[![CRAN monthly downloads](https://cranlogs.r-pkg.org/badges/RJDemetra?color=lightgrey)](https://cran.r-project.org/package=RJDemetra)
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/RJDemetra?color=lightgrey)](https://cran.r-project.org/package=RJDemetra)
[![Mentioned in Awesome Official Statistics ](https://awesome.re/mentioned-badge.svg)](https://github.com/SNStatComp/awesome-official-statistics-software)

RJDemetra is an R interface to JDemetra+, the seasonal adjustment software [officially recommended](https://wayback.archive-it.org/12090/20240102173448/https://cros-legacy.ec.europa.eu/system/files/Jdemetra_%20release.pdf) to the members of the European Statistical System (ESS) and the European System of Central Banks. JDemetra+ implements the two leading seasonal adjustment methods [TRAMO/SEATS+](https://gretl.sourceforge.net/tramo/tramo-seats.html) and [X-12ARIMA/X-13ARIMA-SEATS](https://www.census.gov/data/software/x13as.html).

Besides seasonal adjustment, JDemetra+ bundles other time series models that are useful in the production or analysis of economic statistics, including for instance outlier detection, nowcasting, temporal disaggregation or benchmarking.

For more details on the JDemetra+ software see .

RJDemetra offers full access to all options and outputs of JDemetra+.

## Installation

RJDemetra relies on the [rJava](https://CRAN.R-project.org/package=rJava) package and Java SE version 8 or higher is required.


```{r, eval = FALSE}
# Install release version from CRAN
install.packages("RJDemetra")
```

To install the developpment version:

- From [r-universe](https://rjdverse.r-universe.dev/RJDemetra):

```{r, echo = TRUE, eval = FALSE}
install.packages("RJDemetra", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))
```

- From GitHub:

```{r, echo = TRUE, eval = FALSE}
# install.packages("remotes")
remotes::install_github("rjdverse/rjdemetra")
```

If you have troubles with the installation, check the [installation manual](https://github.com/rjdverse/rjdemetra/wiki/Installation-manual).

## Basic example

To seasonally adjust a time series with a pre-defined specification you can either use the `x13()` function for the X-13ARIMA method or the `tramoseats()` function for the TRAMO-SEATS method.

```{r plot-example, eval = TRUE}
library("RJDemetra")

myseries <- ipi_c_eu[, "FR"]
x13_model <- x13(myseries) # X-13ARIMA method
ts_model <- tramoseats(myseries) # TRAMO-SEATS method

# Basic plot with the original series, the trend and the SA series
plot(x13_model, type_chart = "sa-trend")
# S-I ratio
plot(x13_model$decomposition)
```

Owner

  • Name: rjdverse
  • Login: rjdverse
  • Kind: organization

GitHub Events

Total
  • Create event: 1
  • Release event: 1
  • Issues event: 8
  • Watch event: 3
  • Issue comment event: 5
  • Push event: 15
  • Pull request event: 15
  • Fork event: 1
Last Year
  • Create event: 1
  • Release event: 1
  • Issues event: 8
  • Watch event: 3
  • Issue comment event: 5
  • Push event: 15
  • Pull request event: 15
  • Fork event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 331
  • Total Committers: 12
  • Avg Commits per committer: 27.583
  • Development Distribution Score (DDS): 0.154
Past Year
  • Commits: 44
  • Committers: 2
  • Avg Commits per committer: 22.0
  • Development Distribution Score (DDS): 0.114
Top Committers
Name Email Commits
AQLT a****r@y****r 280
palatej j****e@n****e 17
michaleka a****k@g****m 16
Tanguy BARTHELEMY t****y@i****r 5
Amrit Rau a****u@g****m 4
Alice Tchang a****g@i****r 2
Christiane Hofer C****r@b****e 2
Atanaska Nikolova n****1@g****m 1
Barthelemy Tanguy U****M@a****a 1
Quartier la tente Alain Z****J@a****a 1
Smyk Anna Y****I@a****a 1
Jean Palate p****j 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 5
  • Total pull requests: 5
  • Average time to close issues: about 1 year
  • Average time to close pull requests: 5 days
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 0.4
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Issue authors: 3
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • TanguyBarthelemy (4)
  • AndrewJBrown-MMSD (1)
  • JohannesBBB (1)
  • AlessandroPiovani (1)
  • Daniel-Ollech (1)
  • ham4ssb (1)
Pull Request Authors
  • AQLT (12)
  • TanguyBarthelemy (4)
  • AdamWallach (1)
Top Labels
Issue Labels
question (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 693 last-month
  • Total docker downloads: 66,008
  • Total dependent packages: 3
  • Total dependent repositories: 6
  • Total versions: 17
  • Total maintainers: 1
cran.r-project.org: RJDemetra

Interface to 'JDemetra+' Seasonal Adjustment Software

  • Versions: 17
  • Dependent Packages: 3
  • Dependent Repositories: 6
  • Downloads: 693 Last month
  • Docker Downloads: 66,008
Rankings
Forks count: 4.8%
Stargazers count: 6.7%
Dependent packages count: 10.9%
Dependent repos count: 11.9%
Average: 12.0%
Downloads: 15.3%
Docker downloads count: 22.3%
Maintainers (1)
Last synced: 7 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/pkgdown.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
DESCRIPTION cran
  • R >= 3.1.1 depends
  • grDevices * imports
  • graphics * imports
  • methods * imports
  • rJava >= 0.9 imports
  • stats * imports
  • utils * imports
  • knitr * suggests
  • rmarkdown * suggests