summary_revisions | R Documentation |
Computes summary statistics on revisions, on the the overall data and around turning-points.
summary_revisions(
data,
peaks = nber_tp_m[, "Peak"],
troughs = nber_tp_m[, "Trough"],
annual_frequency_tp = 2
)
data |
the data. |
peaks, troughs |
the reference dates of peaks and troughs. |
annual_frequency_tp |
number of of observations per unit of time used
before and after the turning-points used to compute revision statistics on turning-points.
For example, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.