| ecap {PBImisc} | R Documentation |
Epidemiology of Allergic Disease in Poland
Description
This dataset touch one particular aspect from ECAP dataset. The original dataset is much more richer.
Usage
data(ecap)
Format
data.frame with 2102 obs. and 9 variables
city,districtCity and district, city is a factor with nine levels, the district effect is nested in the city effect
sexSex
weight,heightWeight and height
house.surfaceSurface of house in which the pearson live
PNIFPeak Nasal Inspiratory Flow
ageAge of the pearson
allergenesNumber 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
data(ecap)
library(lattice)
xyplot(PNIF~age|city, data=ecap, type=c("p","g","smooth"))
[Package PBImisc version 1.0 Index]