Re: [R] plot.Design

2007-10-20 Thread Frank E Harrell Jr
John Smith wrote: > Dear R-users: > > I am trying to use the following code to reproduce the figures on page 140 > of Prof. Frank Harrell's book 'Regression Modeling Strategies': > > rm(list=ls()) > options(width=128) > library(Hmisc) > library(Design) > > getHdata(counties) > counties$older <-

[R] plot.Design

2007-10-19 Thread John Smith
Dear R-users: I am trying to use the following code to reproduce the figures on page 140 of Prof. Frank Harrell's book 'Regression Modeling Strategies': rm(list=ls()) options(width=128) library(Hmisc) library(Design) getHdata(counties) counties$older <- counties$age6574 + counties$age75 label(co