Learn R Programming

PBImisc (version 1.0)

elastase: Relation between graft function and elastase

Description

Relation between graft function and elastase from nephrology study.

Usage

data(elastase)

Arguments

Format

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)

Source

Artificial dataset generated to be consistent with Malgorzata L. study

Details

Artificial dataset (real one with some random modifications). Do not use it for medical reasoning.

Examples

Run this code
data(elastase)
library(lattice)
xyplot(GFR~elastase, data=elastase, type=c("p","r","g"))

Run the code above in your browser using DataLab