roll_div {dfvad}R Documentation

Converting Level Values to Growth Values

Description

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

Usage

roll_div(x)

Arguments

x

A vector with level values.

Value

A vector of growth values.

Examples

table2 <- value_decom(c("h2","x2"), c("w2","u2"), "y2", "p2", "year", mining)[[2]]
roll_div(table2[, "TFP"])

[Package dfvad version 0.3.6 Index]