https://github.com/cran/Hmisc
Raw File
Tip revision: d14ba69e75d96fbcaed38f2d198f492da3c2ebda authored by Frank E Harrell Jr on 21 November 2013, 15:54:13 UTC
version 3.13-0
Tip revision: d14ba69
NEWS
Changes in version 3.12-3 (2013-10-24)
   * Changed n location (nloc argument) in bpplotM
   * Improved dotchart3 to better compute string widths when there is a mixture of expressions and regular strings for auxdata/auxtitle
   * Changed rlegend to not take logs if log axes are in effect.  Fixes Ecdf(..., log='x', label.curves=list(keys=1:3)).  Thanks: Bayazid Sarker <sarkarbayazid@gmail.com>
	 * Extended non-panel (regular) version of plsmo to handle matrix y
   * Likewise for summaryRc
   * Added xlim to bpplotM
   * Added latexTherm function to create LaTeX picture environments to add a series of thermometers to LaTeX text
   * Fixed deff to handle the case where R^2 = 1.  Thanks: Matthieu Stigler <matthieu.stigler@gmail.com>
   * Added new test file for wtd.mean, wtd.quantile
   * New test aregImpute3.r for glm Poisson regression
   * Improved describe.vector to format single unique values
   * Took aware warning about var, s.e., t, p in fit.mult.impute
   * Switched from subversion to github repository
   * Changed maintainer from Charles Dupont to Frank Harrell
   * Changed wtd.loess.noiter to use loess instead of stats:::simpleLoess
back to top