Learn R Programming

MixtureInf (version 1.1)

grains: grains data

Description

The data set contains the square root of the total number of grains for each planty from Loisel et al., (1994). Loisel et al., (1994) suggested using a finite normal mixture model. The grains data frame has 150 rows and 1 column.

Usage

#Load this data set for subsequent analysis: data(grains)

Arguments

Format

This data frame contains one column: x: square root of the total number of grains for each planty.

References

Loisel, P., Goffinet, B., Monod, H., and Montes De Oca, G. (1994). Detecting a major gene in an F2 population. Biometrics, 50, 512--516.

Examples

Run this code
#fit a finite noraml mixture model of order 2 to this data set. 
data(grains)
pmle.norm(grains,2,1)

Run the code above in your browser using DataLab