
0.0-2

  fixed typo in Description.  Works for stimuli distributed along 2 or
  more dimensions

  added boot.mlcm and binom.diagnostics and a plot method for the
  latter

0.0-3

  data sets BumpyGlossy and GlossyBumpy given class mlcm.df and data.frame

  added plot method for objects of class mlcm.df which gives a conjoint
  proportions plot as in Fig. 4 of the Ho et al. reference

  added residual plot example to mlcm.rd

0.0-5

  Added formula method for mlcm and adjusted methods to deal with it

0.0-6

  Some errors in docs

  added formula examples to mlcm.rd

  fixed error in coef.mlcm

  added lines and points methods for class mlcm

  added SE's and AIC to summary print method for class mlcm

0.0-7

  fixed some errors in man pages

  added predict method, most useful when the formula method is used

  anova method extended to handle fits with the formula method and
  compare such fits with a glm method fit, but only one pair of such
  models at a time

0.0-8

  fixed a bug in make.wide and make.wide.full, not returning
  a matrix if the number of levels for a dimension was 2.  Needed
  to add a drop = FALSE (thanks to Frans Houweling).

  added code so that the number of levels per dimension does not
  have to be the same for all dimensions, uncovered during
  the repair of the previous bug.  In the print method, dimensions
  with fewer levels than the dimension with the maximum number
  are filled-out with NAs.

0.0-9
  removed LazyLoad in Description

0.1.0 
  rewrote code to generate model matrices using formula objects and 
  model.matrix so that mlcm now works with any number of dimensions 
  and the number of levels per dimensions does not have to be equal.  
  All 3 models, including model = "full" now work for all conditions.

0.2.0 
  minor modif to anova.mlcm method.