Re: [R] Labelling interaction axes of a nomogram using rms

2016-08-27 Thread Leonardo Guizzetti
,.05,seq(.1,.9,by=.1),.95,.99), funlabel="Risk of Death", vnames="labels") plot(nom) # end options(datadist=NULL) On Fri, Aug 26, 2016 at 10:35 PM, David Winsemius wrote: > > > On Aug 26, 2016, at 11:53 AM, Leonardo Guizzetti < > leonardo.guizze

[R] Labelling interaction axes of a nomogram using rms

2016-08-26 Thread Leonardo Guizzetti
Good afternoon, I have tried searching and have hit a wall with my own trial and error. I have been able to use "nice" labels for non-interacted variables by setting them using Newlabels(), but I am unable to do so for the interaction terms following a fit. Can you please offer a suggestion? Kin