added pointer to predicted values
[pspp-builds.git] / src / math / linreg / linreg.h
index dbdc23c02fb6efbb15cb47c2d0c78d2aed8f1c37..7723187a1e7297f99a73e3bc8aec982b24f22740 100644 (file)
@@ -164,6 +164,7 @@ struct pspp_linreg_cache_struct
                      const union value *,
                      const void *, int);
   struct variable *resid;
+  struct variable *pred;
 };
 
 typedef struct pspp_linreg_cache_struct pspp_linreg_cache;