Categoricals.c Create entries for all groups.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 8 Aug 2010 07:33:19 +0000 (09:33 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 24 Aug 2010 14:37:12 +0000 (16:37 +0200)
commit43b96ca660fb4c57674f1625aad48b83c0170de0
treea71606438e8e3815317b0ba5be19a0648a7e76bd
parentf5c20c9555754967be55d063f450db23557478cc
Categoricals.c Create entries for all groups.

Although for the purposes of creating a covariance matrix, only
n - 1 entries are needed,  for other purposes (such as descriptive
statistics, contrasts, planned comparisons etc) all n entries are required.
(where n is the number of distinct values).  This change updates
categories.c so that all n categories are generated.  Covariance matrix
routines are free to ignore the ones not of interest.
src/math/categoricals.c