File: children.Rd

package info (click to toggle)
r-cran-factominer 2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,008 kB
  • sloc: ansic: 192; sh: 4; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 765 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\name{children}

\alias{children}

\docType{data}

\title{Children (data)}

\description{
The data used here is a contingency table that summarizes the answers given
by different categories of people to the 
following question : according to you, 
what are the reasons that can make hesitate a woman or a couple to have 
children?
}

\usage{data(children)}

\format{
A data frame with 18 rows and 8 columns. Rows represent the different reasons mentioned,
columns represent the different categories (education, age) people belong to.
}

\source{
Traitements Statistiques des Enquetes (D. Grange, L. Lebart, eds.) Dunod, 1993
}

\examples{
data(children)
res.ca <- CA (children, row.sup = 15:18, col.sup = 6:8)
}

\keyword{datasets}