London underground station {DDPM}R Documentation

The data show the observed number of females in 100 queues of length 10 in a London underground station

Description

The function gives the observed number of females in 100 queues.

Usage

data_queue

Arguments

data_queue

A vector of (non-negative integer) count values.

Details

The data show the observed number of females in 100 queues of length 10 in a London underground station. They were used by Conigliani et al. (2000) and fitted by the zero-inflated models.

Value

data_queue gives the observed number of females in 100 queues.

Author(s)

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

References

Conigliani, C., Castro, J. I., & O'Hagan, A. (2000). Bayesian assessment of goodness of fit against nonparametric alternatives. Canadian Journal of Statistics, 28(2), 327-342.

See Also

data_hurricanes

Examples

x<-data_queue
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]