Skip to content

Use BEA VA chain price indices for VA elements in nowcasted Intermediate Use tables #10

Description

@WesIngwersen

# There are no values in Rho for VA, so we calculate a weighted average Rho value for the VA rows for the current year
# by using the commodity output values as weights, multiplying the Rho values by the weights,
# diving by the sum of the weights, and averaging the result
Rho_year_index = which(colnames(Make_Use_2017$Rho) %in% year)
weighted_av_Rho = mean((Make_Use_2017$Rho[,Rho_year_index] * Make_Use_2017$q)/Make_Use_2017$q)

A commodity output weighted average of CPI is used for a VA CPI. Instead we could used published VA-specific CPI values provided by BEA at a summary plus level of res:

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions