ga_class: Calculate a single percentile class of birthweight

Usage Arguments Value Examples

Usage

1
ga_class(ga, bsex, birthweight)

Arguments

ga

An integer representing a neonate's gestational age in weeks

bsex

A character indicating sex ("M"/"F")

birthweight

An integer representing birthweight in grams

Value

A string representing the percentile class of birthweight given gestational age and sex

Examples

1
ga_class(ga = 25, bsex = "M", birthweight = 2521)

dreidpath/SGA-LGA documentation built on May 15, 2019, 1:54 p.m.