Skip to contents

Produces inferential KPI estimates for income indicators already available in the data, especially household per-capita income.

Usage

enemdu_kpi_income(
  data,
  group_vars = NULL,
  income_var = "ingtot_pc",
  registry = enemdu_indicator_registry(),
  ...
)

Arguments

data

A data frame.

group_vars

Optional grouping variables.

income_var

Per-capita income variable. Defaults to "ingtot_pc".

registry

Indicator registry.

...

Additional arguments passed to enemdu_indicator_estimate().

Value

A tibble of income KPI estimates.