plspm (version 0.5.1)

futbol: Futbol dataset from Spain-England-Italy

Description

This data set contains the results of the teams in the Spanish, English, and Italian football leagues 2009-2010 season.

Usage

data(futbol)

Arguments

Format

A data frame with 60 observations on the following 12 variables. The variables may be used to construct three latent concepts: 1) ATTACK=Attack, 2) DEFENSE=Defense, 3) SUCCESS=Success.

NumVariableDescriptionConcept
1GSH: Goals Scored at Hometotal number of goals scored at homeATTACK
2GSA: Goals Scored Awaytotal number of goals scored awayATTACK
3SSH: Success to Score at Homepercentage of matches with scores goals at homeATTACK
4SSA: Success to Score Awaypercentage of matches with scores goals awayATTACK
5NGCH: Goals Conceded at Hometotal number (negative) of goals conceded at homeDEFENSE
6NGCA: Goals Conceded Awaytotal number (negative) of goals conceded awayDEFENSE
7CSH: Clean Sheets at Homepercentage of matches with no conceded goals at homeDEFENSE
8CSA: Clean Sheets Awaypercentage of matches with no conceded goals awayDEFENSE
9WMH: Won Matches at Hometotal number of matches won at homeSUCCESS
10WMA: Won Matches Awaytotal number of matches won awaySUCCESS
11Country: Leangue Countrycountry of the team's leaguenone
12Rank: Rank Positionfinal ranking position within its leaguenone

Examples

Run this code
  data(futbol)
  futbol

Run the code above in your browser using DataLab