powered by
Data from the Danish Welfare Study about broken marriages or permanent relationships depending on gender and social rank.
data("BrokenMarriage")
A data frame with 20 observations and 4 variables.
frequency.
factor indicating gender (male, female).
factor indicating social rank (I, II, III, IV, V).
factor indicating whether the marriage or permanent relationship was broken (yes, no).
E. B. Andersen (1991), The Statistical Analysis of Categorical Data. 2nd edition. Springer-Verlag, Berlin.
data("BrokenMarriage") structable(~ ., data = BrokenMarriage)
Run the code above in your browser using DataLab