| concstats_top3 | R Documentation | 
Top 3 market share
concstats_top3(x, na.rm = TRUE)
x | 
 A non-negative numeric vector.  | 
na.rm | 
 A logical vector that indicates whether   | 
A positive numeric value, which indicates the sum of the top 3 market shares as a percentage.
# a vector of market shares
x <- c(0.4, 0.2, 0.25, 0.1, 0.05)
concstats_top3(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.