cysts: Data for count data

Description Usage Format Source References Examples

Description

The cysts data set is a univariate sample of 110 counts of kidney cysts in mice fetuses, Para and Jan (2016).

Usage

1
data("cysts")

Format

The cysts data frame has 12 observations on the following 2 variables.

y

the counts

f

the frequancy

Source

For systs Para and Jan (2016)

References

Para B. A. and Jan T. R. (2016). On discrete three parameter Burr type XII and discrete Lomax distributions and their applications to model count data from medical science. Biometrics and Biostatistics International Journal, Vol 4, pp 1-15.

Examples

1
2
data(cysts)
barplot(cysts$f, names.arg=cysts$y)

Example output

Attaching package:gamlss.dataThe following object is masked frompackage:datasets:

    sleep

gamlss.data documentation built on Nov. 7, 2021, 9:08 a.m.