parzen: The Parzen Data File for GAMLSS

Description Usage Format Details References Examples

Description

Parzen: Parzen (1979) and also contained in Hand et al. (1994), data set 278. The data give the annual snowfall in Buffalo, NY (inches) for the 63 years, from 1910 to 1972 inclusive.

Usage

1

Format

Data frames each with the following variable.

snowfall

the annual snowfall in Buffalo, NY (inches) for the 63 years, from 1910 to 1972 inclusive, 63 observations

Details

Data sets usefull for the GAMLSS booklet

References

Hand et al. (1994) A handbook of small data sets. Chapman and Hall, London.

Parzen E. (1984) Nonparamemetric statistical daya modelling. JASA, 74, 105-131.

Examples

1
2
data(parzen)
with(parzen, hist(snowfall))

gamlss.data documentation built on Nov. 7, 2021, 9:08 a.m.