oxtemp                 package:VGAM                 R Documentation

_O_x_f_o_r_d _T_e_m_p_e_r_a_t_u_r_e _D_a_t_a

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

     Annual maximum temperatures collected at Oxford, UK.

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

     data(oxtemp)

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

     A data frame with 80 observations on the following 2 variables.

     _m_a_x_t_e_m_p Annual maximum temperatures (in degrees Fahrenheit). 

     _y_e_a_r The values 1901 to 1980. 

_D_e_t_a_i_l_s:

     The data were collected from 1901 to 1980.

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

     Unknown.

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

     data(oxtemp)
     fit = vglm(maxtemp ~ 1, egev, trace=TRUE, data=oxtemp)

