Changes in version BaBooN 0.2-0 (2015-06-15)
============================================

   * BBPMM.row: Implementation of Predictive Mean Matching via RcppArmadillo. stepmod replaces the old argument stepwise. Changes in code structure. Additional return values.
   * BBPMM: maxit.multi and maxit.glm replace the old argument maxit. stepmod replaces the old argument stepwise. Changes in code structure. Additional return values.
   * rowimpprep: Additional return values.
   * DESCRIPTION: Forces byte compilation.
   * NAMESPACE: exports more S3 methods, imports only for specific functions
   * dmi (new): Auxiliary function for BBPMM. Creates Data monotonicity index for missing values in order to regulate the numbers of iterations (if BBPMM argument nIter is set to "autolin").
   * impdiagnosticconversion (new): Conversion from BaBooN's BBPMM to coda's mcmc or mcmc.list object, or to mice's mids object.