baltimore               package:spdep               R Documentation

_H_o_u_s_e _s_a_l_e_s _p_r_i_c_e_s, _B_a_l_t_i_m_o_r_e, _M_D _1_9_7_8

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

     House sales price and characteristics for a spatial hedonic
     regression, Baltimore, MD 1978. X,Y on Maryland grid, projection
     type unknown.

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

     data(baltimore)

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

     A data frame with 211 observations on the following 17 variables.

     _S_T_A_T_I_O_N a numeric vector

     _P_R_I_C_E a numeric vector

     _N_R_O_O_M a numeric vector

     _D_W_E_L_L a numeric vector

     _N_B_A_T_H a numeric vector

     _P_A_T_I_O a numeric vector

     _F_I_R_E_P_L a numeric vector

     _A_C a numeric vector

     _B_M_E_N_T a numeric vector

     _N_S_T_O_R a numeric vector

     _G_A_R a numeric vector

     _A_G_E a numeric vector

     _C_I_T_C_O_U a numeric vector

     _L_O_T_S_Z a numeric vector

     _S_Q_F_T a numeric vector

     _X a numeric vector

     _Y a numeric vector

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

     Prepared by Luc Anselin. Original data made available by Robin
     Dubin, Weatherhead School of Management, Case Western Research
     University, Cleveland, OH. <URL:
     http://sal.agecon.uiuc.edu/datasets/baltimore.zip>

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

     Dubin, Robin A. (1992). Spatial autocorrelation and neighborhood
     quality. Regional Science and Urban Economics 22(3), 433-452.

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

     data(baltimore)
     ## maybe str(baltimore) ; plot(baltimore) ...

