pass only the variables in the model to pspp_linreg_predict()
[pspp-builds.git] / src / language / stats / ChangeLog
index 497e5de9c9891e2422860e820ef1f041837a060c..6f7c271f141832fc12d5447a157ebe2f7bc11dfa 100644 (file)
@@ -1,3 +1,11 @@
+2006-04-28  Jason Stover  <jhs@math.gcsu.edu>
+
+       * regression.q (regression_trns_resid_proc): Pass only the
+       variables used in the model to (*model->residual)().
+
+       * regression.q (regression_trns_pred_proc): Pass only the
+       variables used in the model to (*model->pred)().
+
 2006-04-26  Jason Stover  <jhs@math.gcsu.edu>
 
        * regression.q: Added support for multiple transformations.