A major release mainly update the follows: * Add linear regression with missing values, see the function `miss.lm`. * The main function for logistic regression is changed to `miss.glm`. * The functions mimics the structure of widely used functions `lm` and `glm` for the case without missing values. * Update misaem tutorial. * Update README.md. * Typos fixed.