PaulKAI {xgobi} | R Documentation |
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.
data(PaulKAI)
A 10 x 4 matrix with proper dimnames
,
see the examples below.
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''.
Morton, A. Q. (1965)
The authorship of Greek prose (with discussion).
Journal of the Royal Statistical Society, Series A, 128, 169233.
Posted to S-news by Jim Ramsay, see quadplot
.
quadplot
for which this data set was used as
illustration.
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)