concstats_all_mstruct {concstats} | R Documentation |
A wrapper for the proposed structural measures
Description
A wrapper for the proposed structural measures
Usage
concstats_all_mstruct(x, na.rm = TRUE, digits = NULL)
Arguments
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 |
Details
concstats_all_mstruct
returns all proposed group measures in a
one step procedure with default settings if not otherwise specified.
Value
A data.frame
.
See Also
concstats_all_comp()
, concstats_all_inequ()
Examples
# a vector of market shares
x <- c(0.4, 0.2, 0.25, 0.1, 0.05)
concstats_all_mstruct(x, digits = 2)
[Package concstats version 0.1.6 Index]