mymatch: Map Biomarkers Data to Diagnosis Visits

Description Usage Arguments Value Examples

View source: R/mymatch.R

Description

Map Biomarkers Data to Diagnosis Visits

Usage

1
mymatch(xid, xdate, dat, yidname, ydatename)

Arguments

xid

Id in diagnosis visit table

xdate

Date of visit

dat

Table includes biomarkers

yidname

Id in the table includes biomarkers

ydatename

Name of date in the table includes biomarkers

Value

The matched biomarker data to diagnosis visits

Examples

1
2
3
4
5
6
## Not run: 
tcog <- mymatch(xid = x[map_var("BIOCARD", "DIAG", "subject_id", var_file)],
xdate = x$date,
dat = dat_cog, yidname = COG$id, ydatename = "date")

## End(Not run)

Thewhey-Brian/adbiomarker documentation built on Oct. 14, 2020, 4:25 p.m.