Learn R Programming

plspm (version 0.2-2)

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. llll{ Num Variable Description Concept 1 GSH: Goals Scored at Home total number of goals scored at home ATTACK 2 GSA: Goals Scored Away total number of goals scored away ATTACK 3 SSH: Success to Score at Home percentage of matches with scores goals at home ATTACK 4 SSA: Success to Score Away percentage of matches with scores goals away ATTACK 5 NGCH: Goals Conceded at Home total number (negative) of goals conceded at home DEFENSE 6 NGCA: Goals Conceded Away total number (negative) of goals conceded away DEFENSE 7 CSH: Clean Sheets at Home percentage of matches with no conceded goals at home DEFENSE 8 CSH: Clean Sheets Away percentage of matches with no conceded goals away DEFENSE 9 WMH: Won Matches at Home total number of matches won at home SUCCESS 10 WMA: Won Matches Away total number of matches won away SUCCESS 11 Country: Leangue Country country of the team's league none 12 Rank: Rank Position final ranking position within its league none }

source

League Day. http://www.leagueday.com Statto. http://www.statto.com

References

Applying plspm Beginners Guide. http://www.scribd.com/plspm

Examples

Run this code
data(futbol)
  futbol

Run the code above in your browser using DataLab