PaulKAI                package:xgobi                R Documentation

_O_c_c_u_r_e_n_c_e_s _o_f ``_k_a_i'' _i_n _1_0 _E_p_i_s_t_e_l_s _o_f _A_p_o_s_t_e_l _P_a_u_l

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     data(PaulKAI)

_F_o_r_m_a_t:

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

_N_o_t_e:

     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''.

_R_e_f_e_r_e_n_c_e_s:

     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'.

_S_e_e _A_l_s_o:

     `quadplot' for which this data set was used as illustration.

_E_x_a_m_p_l_e_s:

     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)

