R Dataset / Package HSAUR / womensrole

On this R-data statistics page, you will find information about the womensrole data set which pertains to Womens Role in Society . The womensrole data set is found in the HSAUR R package. You can load the womensrole data set in R by issuing the following command at the console data("womensrole"). This will load the data into a variable called womensrole. If R says the womensrole data set is not found, you can try installing the package by issuing this command install.packages("HSAUR") 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 womensrole R data set. The size of this file is about 702 bytes.

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")

Format

A data frame with 42 observations on the following 4 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.

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.

Examples

data("womensrole", package = "HSAUR")
summary(subset(womensrole, sex == "Female"))
summary(subset(womensrole, sex == "Male"))

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

Attachments: csv, json

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