Fever {CoCo} | R Documentation |
Risk of rheumatic fever recurrence after streptococcal infections, prospective study of clinical and social factors.
data(Fever)
The format is: num [1:2, 1:2, 1:2, 1:2, 1:4] 3 3 3 1 0 9 1 3 4 11 ... - attr(*, "dimnames")=List of 5 ..$ R: chr [1:2] "1" "2" ..$ N: chr [1:2] "1" "2" ..$ H: chr [1:2] "1" "2" ..$ I: chr [1:2] "1" "2" ..$ L: chr [1:4] "1" "2" "3" "4"
From Example 3.8-1: Recurrence of rheumatic fever: Adjusted degrees of freedom for empty cells. Bishop, Fienberg and Holland (1975), page 117.
Spagnuolo, M., Pasternack, B. and Taranta, A (1971) Risk of rheumatic fever recurrence after streptococcal infections, prospective study of clinical and social factors. New Eng. J. Med. 285, 641-647.
data(Fever); ftable(Fever, col.vars=3:5); CoCoObject <- makeCoCo(); enterTable(Fever, object = CoCoObject); eh(object = CoCoObject); eh(sub.class = "hierarchical", object = CoCoObject); endCoCo(object = CoCoObject);