Data from the Danish Welfare Study about broken marriages or permanent relationships depending on gender and social rank.

data("BrokenMarriage")

Format

A data frame with 20 observations and 4 variables.

Freq

frequency.

gender

factor indicating gender (male, female).

rank

factor indicating social rank (I, II, III, IV, V).

broken

factor indicating whether the marriage or permanent relationship was broken (yes, no).

References

E. B. Andersen (1991), The Statistical Analysis of Categorical Data. 2nd edition. Springer-Verlag, Berlin.

Source

E. B. Andersen (1991), The Statistical Analysis of Categorical Data, page 177.

Examples

data("BrokenMarriage")
structable(~ ., data = BrokenMarriage)
#>               rank   I  II III  IV   V
#> gender broken                         
#> male   yes          14  39  42  79  66
#>        no          102 151 292 293 261
#> female yes          12  23  37 102  58
#>        no           25  79 151 557 321