herfindahl_hirschman_index_table: Herfindahl Hirschman Index Table

Description Usage Arguments

View source: R/herfindahl_hirschman_index.R

Description

Herfindahl Hirschman Index table

Usage

1
2
3
4
5
6
herfindahl_hirschman_index_table(
  df,
  df_column = "DATA",
  total_observations,
  simplfy = T
)

Arguments

df

Frequency tables for variables (nested tibble)

df_column

Nested tibble column name (Default is DATA)

total_observations

The column name of total observations variable. (character)

simplfy

if is TRUE, return only HHI value, otherwise detail.


toygur/tidycreditrisk documentation built on May 29, 2020, 12:50 a.m.