CAdata: Deidentified Survival Data for California

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

Examples

data(CAdata)
summary(CAdata)
plot(CAdata$X,CAdata$Y) 

MapGAM documentation built on July 26, 2023, 5:12 p.m.