Learn R Programming

ISwR (version 2.0-9)

fake.trypsin: Trypsin by age groups

Description

The trypsin data frame has 271 rows and 3 columns. Serum levels of immunoreactive trypsin in healthy volunteers (faked!).

Usage

fake.trypsin

Arguments

Format

This data frame contains the following columns:

trypsin

a numeric vector, serum-trypsin in ng/ml.

grp

a numeric vector, age coding. See below.

grpf

a factor with levels 1: age 10--19, 2: age 20--29, 3: age 30--39, 4: age 40--49, 5: age 50--59, and 6: age 60--69.

Details

Data have been simulated to match given group means and SD.

Examples

Run this code
plot(trypsin~grp, data=fake.trypsin)

Run the code above in your browser using DataLab