Dear friends - I'm on windows 7, R 2.15.2 when I run the example for aareg in survival package I see this: plot(lfit[4], ylim=c(-4,4)) error in xy.coords(x, y, xlabel, ylabel, log) : 'x' is a list, but does not have components 'x' and 'y' Is that a matter of an old R? Best wishes Troels Ring, MD Aalborg, Denmark
survival aareg plot problem
2 messages · Troels Ring, David Winsemius
On Jun 4, 2013, at 1:36 PM, Troels Ring wrote:
Dear friends - I'm on windows 7, R 2.15.2 when I run the example for aareg in survival package I see this: plot(lfit[4], ylim=c(-4,4)) error in xy.coords(x, y, xlabel, ylabel, log) : 'x' is a list, but does not have components 'x' and 'y' Is that a matter of an old R?
Difficult to ascertain or investigate. At the moment only you are able to do so with: str( lfit[4] ) -- David Winsemius, MD Alameda, CA, USA