pass only the variables in the model to pspp_linreg_predict()
[pspp-builds.git] / src / language / stats / ChangeLog
index fce036c1aa214df65d633217db59ba03343d29ba..6f7c271f141832fc12d5447a157ebe2f7bc11dfa 100644 (file)
@@ -3,6 +3,9 @@
        * 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.