UKSoccer                 package:vcd                 R Documentation

_U_K _S_o_c_c_e_r _S_c_o_r_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     Data from Lee (1997), on the goals scored by Home and Away teams
     in the Premier Football League, 1995/6 season.

_U_s_a_g_e:

     data(UKSoccer)

_F_o_r_m_a_t:

     A 2-dimensional array resulting from cross-tabulating the number
     of goals scored in 380 games.  The variables and their levels are
     as follows:

       No  Name  Levels
        1  Home  0, 1, ..., 4
        2  Away  0, 1, ..., 4

_S_o_u_r_c_e:

     M. Friendly (2000), Visualizing Categorical Data, page 27.

_R_e_f_e_r_e_n_c_e_s:

     A. J. Lee (1997), Modelling scores in the Premier League: Is
     Manchester United really the best?, _Chance_, *10*(1), 15-19.

     M. Friendly (2000), _Visualizing Categorical Data_. SAS Institute,
     Cary, NC.

_S_e_e _A_l_s_o:

     'Bundesliga'

_E_x_a_m_p_l_e_s:

     data(UKSoccer)
     mosaic(UKSoccer, gp = shading_max, main = "UK Soccer Scores")

