segreg                 package:alr3                 R Documentation

_E_n_e_r_g_y _c_o_n_s_u_m_p_t_i_o_n

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

     Data on electricity consumption (KWH) and mean temperature
     (degrees F) for one building on the University of Minnesota's Twin
     Cities campus. for 39 months in 1988-92.  The goal is to model
     consumption as a function of temperature.  Higher temperature
     causes the use of air conditioning, so high temperatures should
     mean high consumption. This building is steam heated, so
     electricity is not used for heating.

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

     This data frame contains the following columns:

     _T_e_m_p Monthly mean temperature, degrees F.

     _C Electricty consumption in KWH/day

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

     Charles Ng

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

     Weisberg, S. (2005). _Applied Linear Regression_, 3rd edition. New
     York: Wiley, Section 11.3.

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

     data(segreg)

