concstats_all_mstruct {concstats} | R Documentation |
A wrapper for the proposed structural measures
concstats_all_mstruct(x, na.rm = TRUE, digits = NULL)
x |
A non-negative numeric vector. |
na.rm |
A logical vector that indicates whether |
digits |
A non-null value for digits specifies the minimum number of
significant digits to be printed in values. The default is |
concstats_all_mstruct
returns all proposed group measures in a
one step procedure with default settings if not otherwise specified.
A data.frame
.
concstats_all_comp()
, concstats_all_inequ()
# a vector of market shares
x <- c(0.4, 0.2, 0.25, 0.1, 0.05)
concstats_all_mstruct(x, digits = 2)