Skip to content
Back to formatted view

Raw Message

Message-ID: <1220458337.7876.8.camel@birksworks-desktop>
Date: 2008-09-03T16:12:17Z
From: Bob Flagg
Subject: problem with Hmisc

Dear All,

I'm reading Frank Harrell's wonderful Regression
Modeling Strategies book and ran into a problem
following the example in Chapter 8. I'm working
on 
	platform: Ubuntu 8.04 (i486-pc-linux-gnu)
	R version: 2.7.2 (2008-08-25)

and my command sequence was:

library(chron)
library(Hmisc)
load("prostate.sav")
describe(prostate)


The last command returned the error message:

Error in formatDateTime(dd, atx, !timeUsed) : 
  could not find function "format.dates"

Thanks for any help you can give.
Bob