Skip to content

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

@WesIngwersen

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions