elastase {PBImisc} | R Documentation |
Relation between graft function and elastase from nephrology study.
data(elastase)
data.frame with 54 obs. and 5 variables
sex
, age
, weight
Patient's sex, age and weight
elastase
Elastase concentration
GFR
Patient's GFR (glomerular filtration rate)
Artificial dataset (real one with some random modifications). Do not use it for medical reasoning.
Artificial dataset generated to be consistent with Malgorzata L. study
data(elastase)
library(lattice)
xyplot(GFR~elastase, data=elastase, type=c("p","r","g"))