attach_GNRI: Geriatric Nutritional Risk Index, GNRI

Description Usage Arguments Details Value References

View source: R/attach_GNRI.R

Description

Geriatric Nutritional Risk Index, GNRI

Usage

1
attach_GNRI(data, years, cut, method = c("22", "105", "wlo"))

Arguments

data

data

years

years

cut

one or more numeric

method

methods for caculate idael body weight. 22(default), or 105 or wlo

  • 22: 22 * (height(m) - 0.1(female))^2

  • 105: height(cm) - 105

  • wlo: height(cm) - 100 - (height(cm) - 150) / (4(male), 2.5(female))

Details

GNRI consists of two parts, GNRI_1 is calculated from albumin level, and GNRI_2 is calculated from body weight. When grouping according to the cut value, first judge according to the total score of GNRI. If a subject has only one of GNRI_1 and GNRI_2, then if he has reached the highest level of grouping requirements, he will also be grouped. Otherwise, it will not be grouped.

Value

GNRI

References

Olivier B , Gilles M , Claire D , et al. Geriatric Nutritional Risk Index: a new index for evaluating at-risk elderly medical patientsJ. American Journal of Clinical Nutrition(4):777.


yikeshu0611/nhanesR documentation built on Jan. 29, 2022, 6:08 a.m.