> 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
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
2 matches
Mail list logo