Major derogatory {DDPM} | R Documentation |
The data set consists of the number of major derogatory reports in the credit history
Description
The function gives the number of major derogatory reports in the credit history of individual credit card applicants.
Usage
data_derogatory
Arguments
data_derogatory |
A vector of (non-negative integer) count values. |
Details
The data set consists of the number of major derogatory reports in the credit history of individual credit card applicants. Recently, it was used by Saengthong et al. (2015) and fitted by the zero-inflated negative binomial-Crack distribution.
Value
data_derogatory gives the number of major derogatory reports in the credit history of individual credit card applicants.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Saengthong, P., Bodhisuwan, W., & Thongteeraparp, A. (2015). The zero-inflated negative binomial-Crack distribution: some properties and parameter estimation. Songklanakarin Journal of Science and Technology, 37(6), 701-711.
Examples
x<-data_derogatory
summary(x)
table (x)