Learn R Programming

dfvad (version 0.3.6)

roll_prod: Converting Growth Values to Level Values

Description

roll_prod() converts growth values to level values for a vector.

Usage

roll_prod(x)

Arguments

x

A vector with growth values.

Value

A vector of level values.

Examples

Run this code
# NOT RUN {
table1 <- value_decom(c("h2","x2"), c("w2","u2"), "y2", "p2", "year", mining)[[1]]
roll_prod(table1[, "TFPG"])
# }

Run the code above in your browser using DataLab