Spinal tumor {DDPM}R Documentation

The data show the tumor count frequencies from 158 NF2 patients

Description

The function gives tumor count frequencies from 158 NF2 patients.

Usage

data_tumor

Arguments

data_tumor

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

Details

The data show the tumor count frequencies from 158 NF2 patients. They were used by Joe and Zhu (2005) and fitted by the generalized Poisson distribution.

Value

data_tumor gives tumor count frequencies from 158 NF2 patients.

Author(s)

Muhammad Imran

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

References

Joe, H., & Zhu, R. (2005). Generalized Poisson distribution: the property of mixture of Poisson and comparison with negative binomial distribution. Biometrical Journal: Journal of Mathematical Methods in Biosciences, 47(2), 219-229.

See Also

data_can

Examples

x<-data_tumor
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]