concstats_top {concstats} | R Documentation |
Top market share
Description
Top market share
Usage
concstats_top(x, na.rm = TRUE)
Arguments
x |
A non-negative numeric vector. |
na.rm |
A logical vector that indicates whether |
Value
A positive numeric value, which indicates the top market share in percent.
Examples
# a vector of market shares
x <- c(0.4, 0.2, 0.25, 0.1, 0.05)
concstats_top(x)
[Package concstats version 0.1.6 Index]