Re: [R] summary.rms help

2018-01-03 Thread David Winsemius
> On Jan 3, 2018, at 11:57 AM, Andras Farkas via R-help > wrote: > > Dear All, > using the example from the help of summary.rms > > library(rms) > n <- 1000# define sample size > set.seed(17) # so can reproduce the results > age<- rnorm(n, 50, 10) > blood.pressure <- rnorm(n

[R] summary.rms help

2018-01-03 Thread Andras Farkas via R-help
Dear All, using the example from the help of summary.rms library(rms) n <- 1000# define sample size set.seed(17) # so can reproduce the results age<- rnorm(n, 50, 10) blood.pressure <- rnorm(n, 120, 15) cholesterol<- rnorm(n, 200, 25) sex<- factor(sample(c('fem