R/GDPDEF.R

#' Gross Domestic Product: Implicit Price Deflator
#'
#' \code{GDPDEF} Gross Domestic Product: Implicit Price Deflator
#'
#' @section Notes:
#' BEA Account Code: A191RD
#'
#' The number of decimal places reported varies over time.
#' A Guide to the National Income and Product Accounts of the United States (NIPA)
#' - (http://www.bea.gov/national/pdf/nipaguid.pdf)
#'
#' @docType data
#'
#' @usage data(GDPDEF)
#'
#' @format An \code{\link[xts]{xts}} object containing quarterly observations of the
#' Gross Domestic Product: Implicit Price Deflator.
#' \describe{
#'   \item{**Release:**}{Gross Domestic Product}
#'   \item{**Seasonal Adjustment:**}{Seasonally Adjusted Annual Rate}
#'   \item{**Frequency:**}{Quarterly}
#'   \item{**Units:**}{Index 2017 = 100}
#'   \item{**Date Range:**}{1947-01-01 to 2025-04-01}
#' }
#'
#' @source U.S. Bureau of Economic Analysis \url{https://fred.stlouisfed.org/data/GDPDEF}
#'
#' @examples
#' data(GDPDEF)
#' head(GDPDEF)
#' tail(GDPDEF)
#' plot(GDPDEF, col = "blue")
"GDPDEF"

Try the neverhpfilter package in your browser

Any scripts or data that you put into this service are public.

neverhpfilter documentation built on Aug. 21, 2025, 5:59 p.m.