Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CRAN status R build status codecov Downloads

Overview

The R package disaggR is an implementation of the French Quarterly National Accounts method for temporal disaggregation of time-series. twoStepsBenchmark() bends a time-serie with another one of a lower frequency.

Installation

You can install the stable version from CRAN.

install.packages('disaggR', dependencies = TRUE)

You can install the development version from Github.

# install.packages("devtools")
install_github("arnaud-feldmann/disaggR")

Usage

library(disaggR)
library(ggplot2)

benchmark <- twoStepsBenchmark(hfserie = turnover,
                               lfserie = construction,
                               include.differenciation = TRUE)
as.ts(benchmark)
coef(benchmark)
summary(benchmark)
autoplot(benchmark)
autoplot(in_sample(benchmark))

About

disaggR: two-steps benchmarks inspired by the french Quarterly National Accounts methodology

Topics

Resources

Packages

No packages published
You can’t perform that action at this time.