kiuliani / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Regression - adding residuals and predicted values to table wipes out variables in regression dialog #108

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When specifying variable names for the residuals and predicted values in a 
regression (save to table), the model specification in the dialog is wiped out. 
If one does not check this box, then the specification remains in the dialog, 
as it should.

Somehow there seems to be a weird interaction between the table (adding new 
variables) and the regression dialog settings.

Original issue reported on code.google.com by lanse...@gmail.com on 3 Mar 2014 at 7:31

GoogleCodeExporter commented 8 years ago

Original comment by mmcc...@gmail.com on 3 Mar 2014 at 7:34

GoogleCodeExporter commented 8 years ago
This wasn't so much as bug as it was a precaution against the Regression dialog 
becoming out-of-synch with the Table.  Starting in GeoDa 1.5.29 when a variable 
is added, the Regression dialog will append it to the list of variables.  For 
any other operation (such as variable deletion) from the Table, the dialog will 
be reset, but this is not likely to happen very often.  Fixed in revision 3104

Original comment by mmcc...@gmail.com on 10 Mar 2014 at 7:58