Gad Abraham wrote:
> Hi,
>
> Design isn't strictly an R base package, but maybe someone can explain
> the following.
>
> When lrm is called within a function, it can't find the dataset dd:
>
> > library(Design)
> > age <- rnorm(30, 50, 10)
> > cholesterol <- rnorm(30, 200, 25)
> > ch <- cut
Hi,
Design isn't strictly an R base package, but maybe someone can explain
the following.
When lrm is called within a function, it can't find the dataset dd:
> library(Design)
> age <- rnorm(30, 50, 10)
> cholesterol <- rnorm(30, 200, 25)
> ch <- cut2(cholesterol, g=5, levels.mean=TRUE)
>
2 matches
Mail list logo