HSAUR2 (version 1.1-17)

womensrole: Womens Role in Society

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.

Usage

data("womensrole")

Arguments

Format

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

education

years of education.

gender

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.

Examples

Run this code
# NOT RUN {
  data("womensrole", package = "HSAUR2")
  summary(subset(womensrole, gender == "Female"))
  summary(subset(womensrole, gender == "Male"))

# }

Run the code above in your browser using DataLab