multimode (version 1.4)

enzyme: Blood enzymatic activity

Description

This dataset concerns the distribution of enzymatic activity in the blood, for an enzyme involved in the metabolism of carcinogenic substances.

Usage

data(enzyme)

Arguments

Format

enzyme includes the values of the urinary metabolic ratio of 5--acetylamino--6--formylamino--3--methyluracil to 1--methylxanthine (AFMU/1X) after oral administration of caffeine.

Details

This is a classic example for determining the number of modes.

References

Bechtel, Y. C., Bonaiti--Pellie, C., Poisson, N., Magnette, J. and Bechtel, P. R. (1993). A population and family study N--acetyltransferase using caffeine urinary metabolites. Clinical Pharmacology and Therapeutics, 54, 134--141.

Richardson, S. and Green, P. J. (1997). On Bayesian analysis of mixtures with unknown number of components (with discussion). Journal of the Royal Statistical Society, Series B, 59, 731--792.

Examples

Run this code
# NOT RUN {
data("enzyme")
# It can be seen that there are two groups in this dataset
# Via exploratory tools
sizer(enzyme,bws=c(0.03,1))
modetree(enzyme,bws=c(0.02,1),logbw=TRUE,addplot=TRUE,col.lines="white")
#Via mode testing
modetest(enzyme)
# }
# NOT RUN {
modetest(enzyme,mod0=2)
# }

Run the code above in your browser using DataCamp Workspace