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)
committerJason Stover <jhs@debs.(none)>
Fri, 17 Jul 2009 20:02:02 +0000 (16:02 -0400)
commit2f1db0c762ca29e54b29d9a28bce14c54cf090db
tree63891a91a8e622c7a5b1b1e34e2c3233899820e4
parente440df47523ce3c7189a3db3e19e742dd434291a
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