Description Usage Arguments Value Examples
Map all marker data to baseline visits. For each visit, assign the closest markers within the setted window. If no marker satisfies assignment criteria, mark as missing. If two marker satisfy assignment criteria, take first one.
1 | a_match(dat_se, dat_marker, m_date, duplist)
|
dat_se |
A dataset that will be merged. |
dat_marker |
A data set including new biomarker that will be merged. |
m_date |
A string indicating the name of measure date in dat_marker. |
duplist |
A list of duplicated columns names. |
The matched (larger) dataset including newly added biomarker data.
1 2 3 4 | ## Not run:
dat_se <- a_match(dat_se, dat_dx, "date_dx", duplist)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.