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.
time
survival time.
event
censoring status.
X
projected X coordinate.
Y
projected Y coordinate.
AGE
patient age.
INS
insurance 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]