ChessCountries | R Documentation |
Populations of countries with chess players rated by FIDE and grouping of the countries into regions.
data(ChessCountries)
A data frame with 188 observations on the following 8 variables.
Fed1
Abbreviation for country
Country
Name of country
Region
One of seven regional groupings of countries by the World Bank
fT
Number of country's active chess players in December 2020
Population
Population according to the World Bank
GM
Number of country's active grandmasters in December 2020
C1
Factor variable of names of countries
C1a
Factor variable of 30 countries with most players, with remaining countries grouped as "Other"
This dataset and the datasets Chess2015 and Chess2020 are used in Chapter 8, "Comparing chess players across the board".
data(ChessCountries, package="ChessGmooG")
with(ChessCountries, table(Region, useNA="always"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.