xgobi (version 1.2-15)

PaulKAI: Occurences of ``kai'' in 10 Epistels of Apostel Paul

Description

These are the numbers of sentences which have 0, 1, 2, or 3 and more (3+) occurrences of the greek word ``kai'' (which means ``and'' and more) in 10 epistles of Apostel Paul, see the reference.

Usage

data(PaulKAI)

Arguments

Format

A $10 x 4$ matrix with proper dimnames, see the examples below.

References

Morton, A. Q. (1965) The authorship of Greek prose (with discussion). Journal of the Royal Statistical Society, Series A, 128, 169--233.

Posted to S-news by Jim Ramsay, see quadplot.

See Also

quadplot for which this data set was used as illustration.

Examples

Run this code
data(PaulKAI)
rownames(PaulKAI) # the ten epistles researched:
##>  [1] "Rom" "Co1" "Co2" "Gal" "Phi" "Col" "Th1" "Ti1" "Ti2" "Heb"
PaulKAI # the 10 x 4 count table
mosaicplot(PaulKAI)
quadplot(PaulKAI)

Run the code above in your browser using DataCamp Workspace