ChessCountries: Populations of countries with chess players and regional...

ChessCountriesR 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

https://data.worldbank.org

Examples

data(ChessCountries, package="ChessGmooG")
with(ChessCountries, table(Region, useNA="always"))

ChessGmooG documentation built on Sept. 11, 2024, 8:21 p.m.