
version 0.1-2

  made mlds generic and added default (for glm and optim) and formula
  methods.  The formula method uses optim.

version 0.1-3

  added function df2mlds.df to coerce data frame from results to
  object of class mlds.df with appropriate attributes

version 0.1-5

  modified default DisplaySize in runSampleExperiment
  
  Changed argument N to PntNum in DisplayOneTrial to avoid name
  conflicts due to partial matching

version 0.1-6

  modified LazyData yes

  added aspect argument to runSampleExperiment for controlling
  aspect ratio of graphic display

  graphic display in runSampleExperiment now opens using dev.new
  for better platform independence

  added xlim and ylim arguments to DisplayOneTrial for controlling
  size of displayed scatterplots

  fixed some unmatched braces in Rd files

version 0.1-7

  added as.mlds.df S3 generic

  changed df2mlds.df and ix.mat2df to as.mlds.df.data.frame 
  and deprecated both of the former functions.

version 0.1-8

  modified boot.mlds to use glm.fit so about 2x faster

  fixed unmatched parenthesis in mlds.Rd

  fixed bug in runSampleExperiment in which program bombs if observer
  enters a carriage return instead of a number

  made runSampleExperiment not bomb if observer enters arbitrary character

version 0.2-0

  fixed warnings in mlds.Rd

  eliminated AIC method, relying on default (suggested by Achim Zeileis)

  fixed some non ASCII text in Rd files

  added coef and vcov methods for object of class mlds

  
