| CAdata {MapGAM} | R Documentation |
Deidentified Survival Data for California
Description
Survival time, censoring status, and geolocations (jittered to preserve anonymity) for 5000 ovarian cancer patients in California, using a Lambert projection (in meters). CAmap is a map of California using the same projection.
Usage
data(CAdata)
Format
A data frame with 5000 observations on the following 6 variables.
timesurvival time.
eventcensoring status.
Xprojected X coordinate.
Yprojected Y coordinate.
AGEpatient age.
INSinsurance type:
Mng(Managed Care: managed care, HMO, PPO and other private insurance),Mcr(Medicare),Mcd(Medicaid),Oth: (Other Insurance: military, county-funded),Uni(Not Insured, self-pay) andUnk(Unknown).
Examples
data(CAdata)
summary(CAdata)
plot(CAdata$X,CAdata$Y)
[Package MapGAM version 1.3 Index]