Learn R Programming

SIS (version 0.6)

lung.data: Dataset for SIS

Description

Lung cancer dataset used to test SIS algorithm

Usage

data(lung.data)

Arguments

References

Kalbfleisch, J. and Prentice, R. (2002) The Statistical Analysis of Failure Time Data J. Wiley, Hoboken, N.J.

Examples

Run this code
data(lung.data)
attach(lung.data)
fit <- SIS(lung.data, model='cox')
detach(lung.data)

Run the code above in your browser using DataLab