smoothed.rate {disaggR} | R Documentation |
Extracting the rate of a threeRuleSmooth
Description
The function smoothed.rate
returns the high-frequency rate
from a threeRuleSmooth object.
Usage
smoothed.rate(object)
Arguments
object |
a threeRuleSmooth object. |
Examples
benchmark <- threeRuleSmooth(turnover,construction); smoothed.rate(benchmark)
[Package disaggR version 1.0.5.3 Index]