Skip to contents

This function is used to convert/replace the order number of ADNI study phase with the actual study phase name.

Usage

convert_adni_phase_order_num(phase_num)

Arguments

phase_num

Variable that represents the ADNI study phase order number

Value

A character vector with list of ADNI study phases.

See also

Examples

if (FALSE) { # \dontrun{
convert_adni_phase_order_num(phase_num = c(1, 3, 5))
} # }