residual1: residual diagnostics for mixture models

Description Usage Format References Examples

Description

This data set is from Lindsay and Roeder (1992). It includes the number of boys in families of size 8. The number of families is 53680. The data frame has 9 rows and 2 columns.

Usage

1
2
#Load this data set for subsequent analysis:
data(residual1)

Format

This data frame contains the 2 columns,

count: number of boys in family.

freq: number of families with corresponding.

References

Lindsay, B. G. and Roeder, K. (1992). Residual diagnostics for mixture models. Journal of the American Statistical Association,87(419), 785–794.

Examples

1
2
3
#fit a 2 component binomial mixture model to this data set.
data(residual1)
pmle.binom(residual1,8,2,1)

MixtureInf documentation built on May 2, 2019, 3:32 p.m.