moonBook 0.2.3
==============
(2018-July-21)

* Bug fixed


moonBook 0.2.2
==============
(2018-June-18)

* New function getMapping() added

* new argument 'mapping' added to function addLabelDf()

moonBook 0.2.1
==============
(2018-May-30)

* New argument 'catMethod' added to mytable() functions to select method for categorical variables

* New function deleteRows() added

moonBook 0.2.0
==============
(2018-May-26)

* New function compress() and addComma() added

* New vignette "moonBook_update" added

moonBook 0.1.9
==============
(2018-May-16)

* New S3 method mytable.formula and mytable.data.frame added

* mytable() functions can handle column label and value labels

moonBook 0.1.8
===============
(2018-Apr-25)

* Bug fixed


moonBook 0.1.7
==============
(2016-Nov-23)

* Bug fixed in function mytable()


moonBook 0.1.6
==============
(2016-Nov-11)

* Bug fixed

* default method for compute confidence interval for glm model changed from confint to confint.default


moonBook 0.1.4
==============
(2015-Jul-07)

* Bug fixed

* "mytable" function can show the total value when show.total parameter is TRUE.


moonBook 0.1.3
==============
(2015-Feb-14)

* Bug fixed

* "myhtml" function makes a better-looking table

moonBook 0.1.2
==============
(2014-Dec-7)

* new S3 method for class "data.frame" added to function "mylatex" and "myhtml"

* more option to function "mylatex" to adjust caption placement and position


moonBook 0.1.1
==============
(2014-Dec-5)

* new function "mycsv" makes a csv file with an object of class "cbind.mytable" or "mytable" made by function "mytable"

* new function "myhtml" makes a html table with an object of class "cbind.mytable" or "mytable" made by function "mytable"

* Bug fixed



moonBook 0.1.0
==============

* new function "ORplot" which draw odds ratio plot with an object of class glm

* new function "HRplot" which draw hazard ratio plot with an object of class coxph or a resultant data.frame of function "mycph"

* new function "mycph" which perform coxph of individual expecting variables from formula parameter

* new function "mytable" which automatically produce a table for descriptive
  analysis easily. It is most useful to make a table to describe baseline
  charateristics common in medical research papers. An object of class
  "cbind.mytable" or "mytable" will be made by this function

* new function "mylatex" makes a latex table with an object of class "cbind.mytable" or "mytable" made by function "mytable"

* new function "densityplot" which draw Kernel density plot from formula

* new function "rank2group" which rank a numeric vector and returns a new ordinal vector

* new data "radial" added

* new data "acs" added
