Usage
N(nfl, mri_atrophy, fdg_pet, .classification = c("2018", "2024"))
Arguments
- nfl
bmk for Neurofilament light chain (optional)
- mri_atrophy
bmk for MRI-derived atrophy (optional)
- fdg_pet
bmk for FDG PET (optional)
- .classification
Either "2018" (default) or eventually "2024", etc.
Value
A bmk vector representing combined N-status under selected scheme.
Examples
N(nfl = "+")
#> [1] +
#> Levels: - ~ +
N(mri_atrophy = "+")
#> [1] +
#> Levels: - ~ +
N(nfl = "+", mri_atrophy = "+")
#> [1] +
#> Levels: - ~ +