Skip to contents

Draw some plots

Usage

get_laspeyeres(dataset)

Arguments

dataset

The dataset for which the index needs to be computed

Value

The input dataset with added columns: p0, p0_m2, pl and pl_m2. p0 are prices at year 0 (2010), and pl are the index.

Examples

if (FALSE) {
commune_level_data_laspeyeres <- get_laspeyeres(commune_level_data)
}