Learn R Programming

disaggR (version 1.0.5.4)

smoothed.part: Extracting the smoothed part of a twoStepsBenchmark

Description

The function smoothed.part returns the smoothed part of a twoStepsBenchmark. It derives from the residuals of the aggregated regression, with some differences :

  • it is eventually integrated if include.differenciation=TRUE.

  • it is extrapolated to match the domain window.

  • it is smoothed using the bflSmooth function.

Usage

smoothed.part(object)

Value

a time series

Arguments

object

a twoStepsBenchmark object.

Examples

Run this code
benchmark <- twoStepsBenchmark(turnover,construction); smoothed.part(benchmark)

Run the code above in your browser using DataLab