Hi all,

If I have polygon features and each point has multiple values across time. Say

Feature Day Car_Ridership Bike_Ridership

polygon1 1 40 5

polygon1 2 50 10

polygon1 3 15 7

polygon2 1 100 35

polygon2 2 150 50

How can I conduct a regression analysis while also accounting for contiguity matrix (e.g. neighboring polygons) and try various spatial model (e.g. Spatial lag model or spatial error model) ?

Similar questions and discussions