Version 1.1.8
-----------------------------------------------------------------------------------------------------
Minor changes to plotting to reflect change in gpplot2_0.9.2.

Version 1.1.7
-----------------------------------------------------------------------------------------------------
Thanks to Felipe Carrillo I have fixed a bug in multiplot.  Previously, if multiple models with the same formula but different data.frames were inputed then they would all have the same name (even if specified with the "names" argument) and only one model would be plotted.  This now works as expected, plotting all the models regardless of identical formulas.

Version 1.1.6
-----------------------------------------------------------------------------------------------------
Made change to reshape2::melt so that variable.name and value.name behave properly with new ggplot2

Version 1.1.5
-----------------------------------------------------------------------------------------------------
Fixed glitch that didn't plot inner CI for single plots or multipane multiplots

Version 1.1.4
-----------------------------------------------------------------------------------------------------
Added functionality for rxLogit

Version 1.1.2
-----------------------------------------------------------------------------------------------------
multiplot can plot in a single pane or in facets
Changed sort argument to use match.arg

Version 1.1.1
-----------------------------------------------------------------------------------------------------
Adjusting the S3 dispatch for coefplot.rxLinMod

Version 1.1
-----------------------------------------------------------------------------------------------------
Added multiplot to plot numerous models at once
Moved a lot of code in coefplot.lm to their own functions

Version 1.0
-----------------------------------------------------------------------------------------------------
First build
Methods for plotting coefficients from lm, glm and rxLinMod