Skip to contents

Revision analysis

Functions for analyzing revisions of time series.

diagnose()
Diagnose Revision Quality
diagnose(<revision_summary>)
Diagnose Method for Revision Summary
get_first_efficient_release()
Identify the First Efficient Release in Vintage Data
get_revision_analysis()
Revision Analysis Summary Statistics
print(<lst_efficient>)
Print Method for Efficient Release Results
print(<revision_summary>)
Print Method for Revision Summary
summary(<lst_efficient>)
Summary of Efficient Release Models
summary(<revision_summary>)
Summary Method for Revision Summary

Revision utilities

Utility functions for working with revisions of time series.

get_days_to_release()
Calculate the Number of Days Between Period End and First Release
get_first_release()
Extract the First Data Release (Vintage)
get_fixed_release()
Extract Vintage Values from a Data Frame
get_latest_release()
Extract the Latest Data Release (Vintage)
get_nth_release()
Extract the Nth Data Release (Vintage)
get_releases_by_date()
Get Data Releases for a Specific Date
get_revisions()
Calculate Revisions in Vintage Data

Revision nowcasting

Functions for nowcasting revisions of time series.

coef(<revision_model>)
Extract Parameter Estimates from a Revision Model
fitted(<revision_model>)
Fitted Latent Values from a Revision Model
jvn_nowcast()
Jacobs-Van Norden Model for Data Revisions
kk_nowcast()
Generalized Kishor-Koenig Model for Nowcasting
logLik(<revision_model>)
Extract the Log-Likelihood of a Revision Model
nobs(<revision_model>)
Number of Observations Used to Fit a Revision Model
plot(<revision_model>)
Plot Revision Model Results
predict(<revision_model>)
Forecasts from a Revision Model
print(<revision_model>)
Print Method for Revision Models
residuals(<revision_model>)
Residuals of a Revision Model
revision_model
Fitted Revision Models
states()
Extract the Latent State Estimates of a Revision Model
summary(<revision_model>)
Summary Method for Revision Models
vcov(<revision_model>)
Extract the Parameter Covariance Matrix of a Revision Model

Revision graphs

Functions for plotting revisions of time series.

plot(<tbl_vintage>)
Plot Method for Vintages Data
plot_vintages()
Plot Vintages Data
theme_reviser() colors_reviser() scale_color_reviser() scale_fill_reviser()
Custom Visualization Theme and Color Scales for reviser

Helpers

Helper functions to convert revisions to a tidy format.

print(<tbl_vintage>)
Print Method for Vintages Data
summary(<tbl_vintage>)
Summary Method for Vintages Data
tbl_sum(<tbl_vintage>)
Tibble Summary for Vintages Data
tbl_vintage
Vintages Data Objects
validate_vintages()
Vintages Data Classes and Their Validation
vintages_long()
Convert Vintages Data to Long Format
vintages_wide()
Convert Vintages Data to Wide Format

Data

GDP data used in the package.

gdp
Vintages Data

Package overview

Package-level documentation.