Depend {BSDA}R Documentation

Number of dependent children for 50 families

Description

Data for Exercise 1.26

Usage

Depend

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

str(Depend)
attach(Depend)
table(C1)
barplot(table(C1),col="lightblue",main="Problem 1.26",
xlab="Number of Dependent Children",ylab="Frequency")
detach(Depend)

[Package BSDA version 0.1 Index]