concstats_nrs_eq {concstats} | R Documentation |
Numbers equivalent
concstats_nrs_eq(x, na.rm = TRUE)
x |
A non-negative numeric vector. |
na.rm |
A logical vector that indicates whether |
A positive numeric value.
# a vector of market shares
x <- c(0.4, 0.2, 0.25, 0.1, 0.05)
concstats_nrs_eq(x)