Learn R Programming

plspm (version 0.5.1)

spainfoot: Spanish football dataset

Description

This data set contains the results of the teams in the Spanish football league 2008-2009.

Arguments

Format

A data frame with 20 observations on 14 variables. The variables may be used to construct four latent concepts: 1) ATTACK=Attack, 2) DEFENSE=Defense, 3) SUCCESS=Success, 4) INDIS=Indiscipline.

NumVariableDescriptionConcept
1GSHGoals Scored Home: total number of goals scored at homeATTACK
2GSAGoals Scored Away: total number of goals scored awayATTACK
3SSHSuccess to Score Home: Percentage of matches with scores goals at homeATTACK
4SSASuccess to Score Away: Percentage of matches with scores goals awayATTACK
5GCHGoals Conceded Home: total number of goals conceded at homeDEFENSE
6GCAGoals Conceded Away: total number of goals conceded awayDEFENSE
7CSHClean Sheets Home: percentage of matches with no conceded goals at homeDEFENSE
8CSAClean Sheets Away: percentage of matches with no conceded goals awayDEFENSE
9WMHWon Matches Home: total number of won matches at homeSUCCESS
10WMAWon matches Away: total number of won matches awaySUCCESS
11LWRLongest Winning Run: longest run of won matchesSUCCESS
12LRWRLongest Run Without Loss: longest run of matches without losingSUCCESS
13YCYellow Cards: total number of yellow cardsINDIS
14RCRed Cards: total number of red cardsINDIS

Examples

Run this code
  data(spainfoot)
  spainfoot

Run the code above in your browser using DataLab