Learn R Programming

DDPM (version 0.1.0)

Carious teeth: The data show the frequency distribution of the number of carious teeth among the four deciduous molars

Description

The function gives the frequency distribution of the number of carious teeth among the four deciduous molars.

Usage

data_carious

Value

data_carious gives the frequency distribution of the number of carious teeth among the four deciduous molars.

Arguments

data_carious

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 the number of carious teeth among the four deciduous molars. Recently, They were used by Morshedy et al. (2020) and fitted by the discrete Burr-Hatke distribution.

References

El-Morshedy, M., Eliwa, M. S., & Altun, E. (2020). Discrete Burr-Hatke distribution with properties, estimation methods, and regression model. IEEE Access, 8, 74359-74370.

See Also

data_antenatal, data_anten

Examples

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

Run the code above in your browser using DataLab