pedi_soft: Pedi-SOFT Score

Description Usage Arguments Details Value Examples

View source: R/liver_scores.R

Description

A vectorised function to calculate the Pedi-SOFT score used to predict survival after liver transplantation in children.

Usage

1
pedi_soft(CTVG, Weight, Dx, LifeSupport, PrevTx)

Arguments

CTVG

numeric vector of whether cadaveric technical variant graft (1 for "yes", 0 for "no")

Weight

numeric vector of recipient weight in kg

Dx

numeric vector of whether on dialysis or creatinine clearance under 30 (1 for "yes", 0 for "no")

LifeSupport

numeric vector of whether on life support pre-transplant (1 for "yes", 0 for "no")

PrevTx

numeric vector of number of previous liver transplants

Details

Reference: Rana A, Pallister ZS, Guiteau JJ, et al. Survival Outcomes Following Pediatric Liver Transpantation (Pedi-SOFT) Score: A Novel Predictive Index. American Journal of Transplantation 2015; 15:1855-1863.

Value

numeric vector of Pedi-SOFT scores

Examples

1
pedi_soft(CTVG = 1, Weight = 10, Dx = 0, LifeSupport = 0, PrevTx = 0) # 4

transplantr documentation built on Feb. 28, 2020, 5:07 p.m.