Learn R Programming

catdata (version 1.2.4)

children: Number of Children

Description

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

Usage

data(children)

Arguments

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

Examples

Run this code
if (FALSE) {
##example of analysis:
if(interactive()){vignette("count-children")}
if(interactive()){vignette("semiparametric-children")}
}

Run the code above in your browser using DataLab