concstats_firm | R Documentation |
Number of firms
concstats_firm(x, na.rm = TRUE)
x |
A non-negative numeric vector. |
na.rm |
Logical vector that indicates whether |
A positive numeric integer.
# a vector of market shares
x <- c(0.4, 0.2, 0.25, 0.1, 0.05)
concstats_firm(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.