ChessCountries {ChessGmooG} | R Documentation |
Populations of countries with chess players and regional groupings of countries
Description
Populations of countries with chess players rated by FIDE and grouping of the countries into regions.
Usage
data(ChessCountries)
Format
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"
Details
This dataset and the datasets Chess2015 and Chess2020 are used in Chapter 8, "Comparing chess players across the board".
Source
Examples
data(ChessCountries, package="ChessGmooG")
with(ChessCountries, table(Region, useNA="always"))
[Package ChessGmooG version 0.1.0 Index]