B00_data: Match and Team Data for B00 Youth Soccer Matches

Description Usage Format Source Examples

Description

Example data set for soccer rating and prediction. These are a set of ca 2000 select soccer matches for boys age Aug 2001 to Jul 2000 in Washington, Oregon, and British Columbia during the 2012-2013 season.

Usage

1
data(B00data)

Format

The data are supplied as a scores data frame and a teams data frame. The score data frame is the raw match data taken from multiple leagues and tournaments and teams appear under slightly different names in different tournaments. The teams data frame has the display name for a team and then a series of columns called alt.name.1, alt.name.2, etc with the alternate names used by the team. Teams in this area compete in leagues governed by different associations and only play each other during open tournaments. Teams within an association will meet teams from different leagues within the association cups.

Source

The match results were recorded from the league and tournament websites during the 2012-2013 season.

Examples

1

Example output

'data.frame':	2031 obs. of  9 variables:
 $ date      : Date, format: "2012-05-25" "2012-05-25" ...
 $ home.team : chr  "PacNW Blue B00" "WA Rush Swoosh B00" "Crossfire Premier B B00" "Normandy Park FC White B00" ...
 $ home.score: num  0 1 12 4 1 10 0 4 7 5 ...
 $ away.team : chr  "Normandy Park FC White B00" "PacNW Maroon B00" "WA Rush Swoosh B00" "WA Rush Nike B00" ...
 $ away.score: num  8 7 0 0 8 1 1 0 1 1 ...
 $ venue     : chr  "PacNW Memorial Cup 2012" "PacNW Memorial Cup 2012" "PacNW Memorial Cup 2012" "PacNW Memorial Cup 2012" ...
 $ home.adv  : chr  "neutral" "neutral" "neutral" "neutral" ...
 $ away.adv  : chr  "neutral" "neutral" "neutral" "neutral" ...
 $ surface   : chr  "Grass" "Grass" "Turf" "Grass" ...

fbRanks documentation built on May 1, 2019, 8:01 p.m.