ecap: Epidemiology of Allergic Disease in Poland

Description Usage Format Details Source Examples

Description

This dataset touch one particular aspect from ECAP dataset. The original dataset is much more richer.

Usage

1

Format

data.frame with 2102 obs. and 9 variables

city, district

City and district, city is a factor with nine levels, the district effect is nested in the city effect

sex

Sex

weight, height

Weight and height

house.surface

Surface of house in which the pearson live

PNIF

Peak Nasal Inspiratory Flow

age

Age of the pearson

allergenes

Number of allergens

Details

PNIF stands for Peak Nasal Inspiratory Flow

Source

Artificial dataset generated to be consistent with ECAP (Epidemiologia Chorob Alergicznych w Polsce) study http://www.ecap.pl/

Examples

1
2
3
data(ecap)
library(lattice)
xyplot(PNIF~age|city, data=ecap, type=c("p","g","smooth"))

Example output



PBImisc documentation built on May 2, 2019, 4:51 a.m.