NonResponse.RdData about non-response for a Danish survey in 1965.
data("NonResponse")A data frame with 12 observations and 4 variables.
frequency.
factor indicating whether residence was in Copenhagen, in a city outside Copenhagen or at the countryside (Copenhagen, City, Country).
factor indicating whether a response was given (yes, no).
factor indicating gender (male, female).
E. B. Andersen (1991), The Statistical Analysis of Categorical Data. 2nd edition. Springer-Verlag, Berlin.
E. B. Andersen (1991), The Statistical Analysis of Categorical Data, Table 5.17.
data("NonResponse")
structable(~ ., data = NonResponse)
#> response yes no
#> residence gender
#> Copenhagen male 306 49
#> female 264 76
#> City male 609 77
#> female 627 79
#> Country male 978 103
#> female 947 114