-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename time variable in DID regression output #440
Comments
In DID, the two time periods are stacked. So, that's why we use "TIME_PERIOD", and can't pick just one time variable name. Am I right? |
yes, they are stacked, but somehow there has to be intelligence there that knows which time period it is. for example, with the table export function it would have to know which time period to pick. alternatively, we can call it TIME_2, which is always later than whatever the base time is. |
Users currently set Period 1 and Period 2 in the averages tool interface On 25 May 2016 at 14:55, Luc Anselin notifications@github.com wrote:
Julia Koschinsky, Ph.D. http://geodacenter.asu.edu |
I think the interface should not allow period 1 to be "after" period 2. that doesn't make sense. |
if compare e.g. 1970 with 1990, the the var name of Time Variable becomes “T1970_1990”
Verified in GeoDa 1.8.7.9 (OSX Yosemite, 10.10.5). The time label in the regression works great now. The T2 > T1 mostly works but there are some instances when you can get T2 before T1, e.g.
If this is easy to fix, let's do it. Otherwise, since the regression label then updates to T2010_1990, people at least know now what the order is. |
Verified in GeoDa 1.8.8 |
Right now, because we only name the time variable TIME_PERIOD, you can't tell which time period is 0 and 1. Instead of TIME_PERIOD, could you use the variable name from the space-time table where the time dummy = 1, e.g. T_2010?
The text was updated successfully, but these errors were encountered: