livmet {locfit} | R Documentation |
liver Metastases dataset
Description
Survival times for 622 patients diagnosed with Liver Metastases.
Beware, the censoring variable
is coded as 1 = uncensored, so use cens=1-z
in
locfit()
calls.
Usage
data(livmet)
Format
Data frame with survival times (t
), censoring indicator
(z
) and a number of covariates.
Source
Haupt and Mansmann (1995)
References
Haupt, G. and Mansmann, U. (1995) CART for Survival Data. Statlib Archive.
[Package locfit version 1.5-9.10 Index]