Dear Statlists,
I am working spregress. I was able to build the spatial weighting matrix by using the following command:
however, when I try to run the code for the regression I get an error message:
Any suggestions about this? Is there an intermediate step that I am not doing?
Thank you and best regards,
I am working spregress. I was able to build the spatial weighting matrix by using the following command:
Code:
spmat contiguity W using regions_shp.dta, id(_ID) warning: spatial-weighting matrix contains 12 islands
Code:
spregress SI_nuovo log_gdp_2008_percap log_tertiary_2008 patent_app_pc_2008 agri_2008 indu_2008 EQI_2010, gs2sls dvarlag(W) weighting matrix W not found
Thank you and best regards,
Comment