coeff_init: Do not use coeff[0] as the intercept.
authorJason H Stover <jhs@math.gcsu.edu>
Wed, 17 Sep 2008 15:36:41 +0000 (11:36 -0400)
committerJason H Stover <jhs@math.gcsu.edu>
Wed, 17 Sep 2008 15:36:41 +0000 (11:36 -0400)
commit6c1c66790acdd2c12cf2cca4555f70f20a4d21d7
treeacaee4e39a70f95638c8cbfc6fa13c403621071f
parentb4fdd51a0bf62800c53c8a805f31ea735d931029
coeff_init: Do not use coeff[0] as the intercept.
rearrange_covariance_matrix: Fix permutation of rows/columns.
run_glm: Account for categorical values.
cmd_glm: Drop double-allocation of model
linreg.h: Declare pspp_linreg_with_cov().
src/language/stats/glm.q
src/math/linreg.c
src/math/linreg.h