Learn R Programming

gpk (version 1.0)

Loops: Loops of the finger prints

Description

It is believed that finger print patterns are inherited. The mode of inheritance is not known. One can reduce the data from three-way table to two-way table by collapsing the third dimension. It is expected that patterns on father's thumb are unrelated to those on mother's thumb. On the other hand patterns in child are expected to be related to patterns of either parent. One can also prepare 4*2 contingency tables. This can be used to test independence of child pattern from parent pattern combination. Another possible exploration is conditional independence. For example, is child pattern independent of mother pattern given father's pattern? Lastly, to test complete independence of all three dimensions, one must use the original 2*2*2 table.

Usage

data(Loops)

Arguments

Format

A data frame with 8 observations on the following 4 variables.
Child
Pattern on childs thumb
Father
Pattern on fathers thumb
Mother
Pattern on mothers thumb
Frequency
The count

Source

http://ces.iisc.ernet.in/hpg/nvjoshi/statspunedatabook/databook.html

Details

MLE and chi-square test!