Skip to content

help annotating plot.xmean.ordinaly in rms package

3 messages · Christopher DiBari, Frank E Harrell Jr, David Winsemius

#
Chris for my purposes I need the output tied to the model's variable names,
so I'm not sure I want to add new naming options to the function.  You might
just add a line after "nam <- nam[-1]" to specify your vector of names,
starting with the response variable, e.g., nam <- c('velocity
m/s','age','blood pressure').
Frank
Christopher DiBari wrote:
-----
Frank Harrell
Department of Biostatistics, Vanderbilt University
--
View this message in context: http://r.789695.n4.nabble.com/help-annotating-plot-xmean-ordinaly-in-rms-package-tp3724864p3724937.html
Sent from the R help mailing list archive at Nabble.com.
#
On Aug 7, 2011, at 8:24 AM, Christopher DiBari wrote:

            
Surely fortunes("Yoda") applies here.

  If you look at the code you see that base graphics are used. Why are  
you not using `axis` or one of its cousins?

Provide some prototype data and there would surely be a worked example  
in return. Data leads to solutions is the Tao of R-help.