Skip to contents

This function is used to identify the original ADNI study phase of subject (i.e. when subject enrolled in ADNI study as new-enrollee) based on their RID.

Usage

original_study_protocol(RID)

Arguments

RID

Subject RID

Value

A character vector with the same size as RID with original study protocol (i.e. ADNI study phases).

Examples

if (FALSE) { # \dontrun{
RID <- c(0001, 1250, 7015, 10002)
origprot <- original_study_protocol(RID = RID)
origprot
} # }