Learn R Programming

DDPM (version 0.1.0)

Patent citation: The data contain the frequency distribution of patent citation fall in a category of typical count data

Description

The function gives the frequency distribution of patent citations that fall in a category of typical count data.

Usage

data_citation

Value

data_citation gives the frequency distribution of patent citations falling in a category of typical count data.

Arguments

data_citation

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

Author

Muhammad Imran

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

Details

The data contain the frequency distribution of patent citations that fall in a category of typical count data. They were used by Lee et al. (2007) and fitted by the zero-inflated models.

References

Lee, Y. G., Lee, J. D., Song, Y. I., & Lee, S. J. (2007). An in-depth empirical analysis of patent citation counts using zero-inflated count data model: The case of KIST. Scientometrics, 70(1), 27-39.

See Also

data_poem

Examples

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

Run the code above in your browser using DataLab