PaulKAI {xgobi}R Documentation

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)

Format

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

Note

One theological question is about the authorship of ``Hebrews'' (the last epistle in our matrix), so one might be interested in its ``kai pattern'' compared to, e.g. ``Romans''.

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

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)

[Package xgobi version 1.2-12 Index]