Learn R Programming

DDPM (version 0.1.0)

Teeth of children aged 12: The data show the frequency distribution of decayed, missing, and filled teeth of children aged 12 years old

Description

The function gives the frequency distribution of decayed, missing, and filled teeth of children aged 12 years old.

Usage

data_teeth

Value

data_teeth gives the frequency distribution of decayed, missing, and filled teeth of children aged 12 years old.

Arguments

data_teeth

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

Author

Muhammad Imran

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

Details

The data show the frequency distribution of decayed, missing, and filled teeth of children aged 12 years old. They were used by Moghimbeigi et al. (2008) and fitted by the zero-inflated negative binomial regression modeling for over-dispersed count data with extra zeros.

References

Moghimbeigi, A., Eshraghian, M. R., Mohammad, K., & Mcardle, B. (2008). Multilevel zero-inflated negative binomial regression modeling for over-dispersed count data with extra zeros. Journal of Applied Statistics, 35(10), 1193-1202.

See Also

data_anten

Examples

Run this code
x<-data_teeth
summary(x)
table (x)

Run the code above in your browser using DataLab