R Dataset / Package vcd / NonResponse

On this R-data statistics page, you will find information about the NonResponse data set which pertains to Non-Response Survey Data. The NonResponse data set is found in the vcd R package. You can load the NonResponse data set in R by issuing the following command at the console data("NonResponse"). This will load the data into a variable called NonResponse. If R says the NonResponse data set is not found, you can try installing the package by issuing this command install.packages("vcd") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the NonResponse R data set. The size of this file is about 365 bytes.

Non-Response Survey Data

Description

Data about non-response for a Danish survey in 1965.

Usage

data("NonResponse")

Format

A data frame with 12 observations and 4 variables.

Freq

frequency.

residence

factor indicating whether residence was in Copenhagen, in a city outside Copenhagen or at the countryside (Copenhagen, City, Country).

response

factor indicating whether a response was given (yes, no).

gender

factor indicating gender (male, female).

Source

E. B. Andersen (1991), The Statistical Analysis of Categorical Data, Table 5.17.

References

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

Examples

data("NonResponse")
structable(~ ., data = NonResponse)

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-vcd-nonresponse.html" width="100%" height="100%" style="border:0px"></iframe>