# NOT RUN {
## Survival response example
library(survival)
library(MASS)
mf <- ModelFrame(Surv(time, status != 2) ~ sex + age + year + thickness + ulcer,
data = Melanoma)
response(mf)
# }
Run the code above in your browser using DataLab