Fetal movements {DDPM}R Documentation

The data represent the number of movements made by a fetal lamb

Description

The function gives the number of movements made by a fetal lamb.

Usage

data_fetalm

Arguments

data_fetalm

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

Details

The data correspond to a certain order of counts in a study of fetal lambs' breathing and movement patterns to look at potential changes in the amount and pattern of fetal activity throughout the last two-thirds of gestation. Recently, they were used by Zhang et al. (2016) and fitted by the zero-and-one inflated Poisson distribution.

Value

data_fetalm gives many movements made by a fetus during the last two-thirds of gestation.

Author(s)

Muhammad Imran

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

References

Zhang, C., Tian, G. L., & Ng, K. W. (2016). Properties of the zero-and-one inflated Poisson distribution and likelihood-based inference methods. Statistics and its Interface, 9(1), 11-32.

Leroux, B. G., & Puterman, M. L. (1992). Maximum penalized likelihood estimation for independent and Markov-dependent mixture models. Biometrics, 545-558.

Examples

x<-data_fetalm
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]