Increase version.
Refactors DESCRIPTION and NAMESPACE.
Separates out the data preparation and the actual plotting for coefplot. This means that the actual plotting function can be applied to different datasets, including as created by the R2jags/R2OpenBUGS models, but also simple dataframes (with at least the mean and low/upp extremes of the interval estimates).
plot.R to use linewidth instead of the deprecated size in ggplot2 graphs.Adds a function change_of_variable() to manipulate densities using the "change of variable" rule.
Update the function logit() and adds code to run r/q/dlogitnorm().