| elastase {PBImisc} | R Documentation |
Relation between graft function and elastase
Description
Relation between graft function and elastase from nephrology study.
Usage
data(elastase)
Format
data.frame with 54 obs. and 5 variables
sex,age,weightPatient's sex, age and weight
elastaseElastase concentration
GFRPatient's GFR (glomerular filtration rate)
Details
Artificial dataset (real one with some random modifications). Do not use it for medical reasoning.
Source
Artificial dataset generated to be consistent with Malgorzata L. study
Examples
data(elastase)
library(lattice)
xyplot(GFR~elastase, data=elastase, type=c("p","r","g"))
[Package PBImisc version 1.0 Index]