cvd_patient: CVD risk synthetic dataset

Description Usage Format Details Examples

Description

A synthetic dataset for predicting cardiovascular risk in patient cohorts.

Usage

1

Format

a data frame with variables related to cvd risk. cvd_genodata is a smaller subset of the data with a few genetic cohorts.

Details

There is a subset of patients that include genetic covariate information called cvd_genodata.

Examples

1
2
3
4
5
6
7
8
9
#load full dataset
data(cvd_patient)

#look at summary of data
summary(cvd_patient)

#load genotype dataset
data(cvd_genodata)
summary(cvd_genodata)

laderast/cvdRiskData documentation built on May 28, 2019, 7:37 a.m.