children {catdata}R Documentation

Number of Children

Description

The children data contains the information about the number of children of women.

Usage

data(children)

Format

A data frame with 3548 observations on the following 6 variables.

child

number of children

age

age of woman in years

dur

years of education

nation

nationality of the woman: 0 = German, 1 = otherwise

god

Beliving in god: 1 = Strong agreement, 2 = Agreement 3 = No definite opinion, 4 = Rather no agreement, 5= No agreement at all 6= Never thougt about it

univ

visited university: 0 = no, 1 = yes

Source

German General Social Survey Allbus

Examples

## Not run: 
##example of analysis:
if(interactive()){vignette("count-children")}
if(interactive()){vignette("semiparametric-children")}

## End(Not run)

[Package catdata version 1.2.4 Index]