Eredivisie: Football players of the Dutch Eredivisie season 2013-14

EredivisieR Documentation

Football players of the Dutch Eredivisie season 2013-14

Description

Data on all football players in the Dutch Eredivisie, the highest men's football league in the Netherlands, who played at least one match in the 2013-14 season.

Usage

data("Eredivisie")

Format

A data frame with 417 observations on the following 20 variables.

Player

the player's name.

Team

the team with which the player was under contract at the end of the 2013-14 season.

MarketValue

the player's market value after the 2013-14 season.

Age

the player's age in years.

Height

the player's height in centimeters.

Foreign

a dummy variable with value 0 for Dutch players and value 1 for players without a Dutch nationality.

Position

the primary postion of the player ("Goalkeeper", "Defender", "Midfielder", or "Forward").

BothFeet

a dummy variable with value 0 if the player has one stronger foot and value 1 if the player is equally strong with both feet.

AtClub

the number of years the player is with the current team.

Contract

the number of years remaining on the player's current contract.

Matches

the number of matches played in the 2013-14 season.

Goals

the number of goals scored in the 2013-14 season.

OwnGoals

the number of own goals scored in the 2013-14 season.

Assists

the number of assists given in the 2013-14 season.

Yellow

the number of yellow cards received in the 2013-14 season.

YellowRed

the number of yellow-red cards received in the 2013-14 season.

Red

the number of red cards received in the 2013-14 season.

SubOn

the number of times the player was substituted on the field in the 2013-14 season.

SubOff

the number of times the player was substituted off the field in the 2013-14 season.

Minutes

the number of minutes played in the 2013-14 season.

Source

https://www.transfermarkt.de/

Examples

data("Eredivisie")
summary(Eredivisie)

r2spss documentation built on May 25, 2022, 5:05 p.m.