sp: Senior Program classification

Description Usage Arguments Value Examples

View source: R/histof.R

Description

Returns 1 when candidates' belongs to Senior Program. Prioritization for older patients for older donors, followed for young patients for younger donors, and for last the remaining patients.

Usage

1
sp(dage, cage)

Arguments

dage

A numeric value with donor's age

cage

A numeric value with candidate's age

Value

The value 1 for a candidates older than 65 with also a donor older than 65

Examples

1
sp(dage = 66, cage = 70)

balima78/histoc documentation built on Jan. 13, 2022, 4:46 a.m.