Learn R Programming

MapGAM (version 1.3)

CAdata: 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)

Arguments

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) and Unk (Unknown).

Examples

Run this code
data(CAdata)
summary(CAdata)
plot(CAdata$X,CAdata$Y) 

Run the code above in your browser using DataLab