pspp_linreg(): Use cache->n_coeffs to set the dimensions of sw, instead of
authorJason Stover <jhs@debs.(none)>
Fri, 17 Jul 2009 20:02:02 +0000 (16:02 -0400)
committerBen Pfaff <blp@gnu.org>
Sat, 18 Jul 2009 02:43:45 +0000 (19:43 -0700)
commit324b25ac025d75a164ba4506175be6d265681108
treee2ad8a3bd3d51235942f9a444db305ee89259640
parent569e7caed79685e25c6a78ae0d836945df276fd5
pspp_linreg(): Use cache->n_coeffs to set the dimensions of sw, instead of
       cache->n_indeps, which may give incorrect dimension in the case
       of categorical variables. Fixes bug referenced in bug report
       26861.
src/math/linreg.c