1
2
3
4
5
#

Name:

Description:

Data from a survey from 1974 / 1975 asking both female and male responders about their opinion on the statement: Women should take care of running their homes and leave running the country up to men.

Variables:

A data frame with 42 observations on the following 5 variables.

education

years of education.

sex

a factor with levels Male and Female.

agree

number of subjects in agreement with the statement.

disagree

number of subjects in disagreement with the statement.

Details

The data are from Haberman (1973) and also given in Collett (2003). The questions here are whether the response of men and women differ.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

S. J. Haberman (1973), The analysis of residuals in cross-classificed tables. Biometrics, 29, 205–220.

D. Collett (2003), Modelling Binary Data. Chapman and Hall / CRC, London. 2nd edition.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Womens_Role_in_Society_960_32.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.