Learn R Programming

dfped (version 1.1)

albAge: Concentration of albumin according to age.

Description

Compute the value of albumin (alb) concentration (g/L) according to age (year) for children - Truncated at 10000 days, i.e. 27 y.o.

Usage

albAge(age)

Arguments

age

The age of child.

References

Petit, C., et al, (2016) Unified approach for extrapolation and bridging of adult information in early phase dose-finding paediatric studies, Statistical Methods in Medical Research, <doi:10.1177/0962280216671348>.

Johnson T., Rostami-Hodjegan A. and Tucker G. (2006) Prediction of clearance of eleven drugs and associated variability in neonates, infants and children, Clin. Pharmacokinet., 45:931-956.

See Also

concCh, alpha1AGage

Examples

Run this code
# NOT RUN {
age <- 8
albAge(age)
# }

Run the code above in your browser using DataLab