aggregate_components: Aggregate components.

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

Aggregate components.

Usage

1
aggregate_components(tbl, g_var, w_var, ...)

Arguments

tbl

A tbl of panel data; id “'id“', year “'year“', g_var

g_var

The (quoted or unquoted) name of the growth rate variable

w_var

The (quoted or unquoted) name of the weight variable

Value

A tbl of growth components

Examples

1
asm <- fakedata::fake_panel(N = 10, T = 15) %>% select(-g)

tweed1e/idiosyncratics documentation built on May 29, 2019, 10:51 a.m.