Migrants from growth centre type of village {DDPM}R Documentation

The data set consists of the number of migrants from a household in a growth centre type of village

Description

The function gives the observed frequencies for the number of migrants from a household in a growth centre type of village.

Usage

data_migrant

Arguments

data_migrant

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

Details

The data set consists of the number of migrants from a household in a growth centre type of village. It was used by Pandey et al. (2015) and fitted by the inflated probability model on rural outmigration.

Value

data_migrant gives the observed frequencies for the number of migrants from a household in a growth centre type of village.

Author(s)

Muhammad Imran

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

References

Pandey, A., Pandey, H., & Shukla, V. K. (2015). An inflated probability model on rural out migration. Journal of Computer and Mathematical Sciences, 6(12), 702-711.

See Also

data_migran, data_migrants

Examples

x<-data_migrant
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]