+Sun Jan 9 00:57 2006 Jason Stover <jason@sakla.net>
+
+ * pspp_linreg.h: Altered the coefficient structure to include
+ variable/value pairs.
+
+ * coefficient.c: Added functions to handle the matching between
+ model coefficients and their corresponding variables and values.
+
+ * linreg.c: (pspp_linreg_cache_free) Added pspp_linreg_coeff_free ()
+ to free coefficient structures.
+
Sun Oct 23 13:46:56 2005 Ben Pfaff <blp@gnu.org>
* linreg.c: (pspp_linreg) Removed unused variable `mse'.