Learn R Programming

GLMsData (version 1.4)

dwomen: Depression and children

Description

The data give the number of women from a sample in Camberwell, South London, who developed depression in a one-year period

Usage

data(dwomen)

Arguments

Format

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

Counts

the counts in each category; a numeric vector

Depression

whether depression was observed; a factor with levels Yes and No

SLE

whether a Severe Life Event was observed; a factor with levels Yes and No

Children

whether the woman had three children under 14; a factor with levels Yes and No

Details

The data give the number of women from a sample in Camberwell, South London, who developed depression in a one-year period.

References

D. J. Hand, F. Daly, A. D. Lunn, K. J. McConway, and E. Ostrowski (1994) A Handbook of Small Data Sets, London: Chapman and Hall. Dataset 391 (second table).

Examples

Run this code
data(dwomen)
summary(dwomen)

Run the code above in your browser using DataLab