Natural Increase Rates {DataSetsUni} | R Documentation |
The data set consists of natural increase rates for the period from 1951 to 2010
Description
The function allows to provide the natural increase rates for the period from 1951 to 2010. The rate of natural increase is calculated as difference of the crude birth rate and the crude death rate of a population.
Usage
data_increaserate
Arguments
data_increaserate |
A vector of (non-negative integer) values. |
Details
The data set consists of natural increase rates for the period from 1951 to 2010. The rate of natural increase is calculated as difference of the crude birth rate and the crude death rate of a population. Recently, it is used by Ristić et al. (2015) and fitted the generalized beta exponential distribution.
Value
data_increaserate gives the natural increase rates for the period from 1951 to 2010.
Author(s)
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Ristić, M. M., Popović, B. V., & Nadarajah, S. (2015). Libby and Novick's generalized beta exponential distribution. Journal of Statistical Computation and Simulation, 85(4), 740-761.
Examples
x<-data_increaserate
summary(x)