Learn R Programming

SportsAnalytics (version 0.2)

BundesligaFinalStandings: Final German Bundesliga standings

Description

Final German Bundesliga standings from season 1990-1991 to 2009-2010 provided by kicker.de.

Usage

data(BundesligaFinalStandings)

Arguments

Format

A data frame with 362 observations on the following 12 variables.
League
Soccer league (here just Bundesliga)
Season
Bundesliga season (1990-1991 to 2009-2010
Position
Final position of a team
Team
Team name
GamesPlayed
Number of games played in the season
Wins
Number of wins
Draws
Number of draws
Losses
Number of losses
GoalsScored
Number of goals scored
GoalsAgainst
Number of goals conceded
PointsScored
Number of points scored
PointsAgainst
Number of points conceded

Examples

Run this code
data(BundesligaFinalStandings)

Run the code above in your browser using DataLab