Learn R Programming

evidence (version 0.8.10)

Glasses: A contingency table of 16 British youths categorized as juvenile delinquents or not, and as wearing glasses or not.

Description

Data from Heidelberger and Holland(2004) categorizing a random sample of 16 British juveniles on the basis of whether they were juvenile delinquents or not, and whether wore glasses or not.

Usage

data(Glasses)

Arguments

Format

A matrix with 16 counts cross-classified on Juvenile delinquency (rows) and the wearing of glasses (columns).

References

van Hulst, R. 2018. Evaluating Scientific Evidence. ms.

Examples

Run this code
# NOT RUN {
data(Glasses)
Bft2x2(Glasses)
# }

Run the code above in your browser using DataLab