Skip to contents

describe your data set here

Usage

data(results)

Format

A tibble with 4027 rows and 12 variables:

round_number

Indicates the round number (numeric)

round

Indicates the round (character)

board

The first number indicates the position of the table. Table 1 is where the leading team plays its matches. The second number is the player's position in the team, for example. 1.3 indicates that the match happened in table 1, and the player was the number three.

title_white

Indicates the FIDE title of the player with white pieces. For example, GM= Grand Master, IM= International Master.

name_white

The name of the player with white pieces

elo_white

The ELO (a measure of the strength of the player) of the player with white pieces

title_black

Indicates the FIDE title of the player with black pieces. For example, GM= Grand Master, IM= International Master.

name_black

The name of the player with black pieces

elo_black

The ELO (a measure of the strength of the player) of the player with black pieces

result_white

The final result of the match from the perspective of the player with the white pieces (won, lost, or draw)

result_black

The final result of the match from the perspective of the player with the black pieces (won, lost, or draw)

elo_difference

The result of subtracting the ELO of the two players. ELO player 1 - ELO player 2. A positive difference indicates that player 1 was stronger