Number of dependent children for 50 families.

Format

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

C1

a numeric vector

number

a numeric vector

Count

a numeric vector

Percent

a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

with(data = Depend, table(C1))
#> C1 #> 0 1 2 3 4 5 6 #> 9 13 13 7 4 3 1