Scrotal94 {CoCo}R Documentation

Scrotal Swelling Data

Description

Scrotal Swelling Data

Usage

data(Scrotal94)

Format

The format is: num [1:2, 1:2, 1:2, 1:2, 1:2, 1:2, 1:2, 1:2] 0 0 16 0 0 0 38 0 0 0 ... - attr(*, "dimnames")=List of 8 ..$ H: chr [1:2] "1" "2" ..$ A: chr [1:2] "1" "2" ..$ B: chr [1:2] "1" "2" ..$ C: chr [1:2] "1" "2" ..$ D: chr [1:2] "1" "2" ..$ E: chr [1:2] "1" "2" ..$ F: chr [1:2] "1" "2" ..$ G: chr [1:2] "1" "2"

Details

Source

David Madigan and Adrian E. Raftery (1994): Model Selection and Accounting for Model Uncertainty in Graphical Models Using Occam's Window. J. Am. Statist. Assoc. 428, 1535-1546.

Examples

library(CoCo);
data(Scrotal94);
ftable(Scrotal94, col.vars=5:8);

CoCoObject <- makeCoCo();
enterTable(Scrotal94, object = CoCoObject);
eh(object = CoCoObject);
eh(sub.class = "hierarchical", object = CoCoObject);
endCoCo(object = CoCoObject);

[Package CoCo version 0.1.7.4 Index]