Puerto {BSDA}R Documentation

Weekly incomes of a random sample of 50 Puerto Rican families in Miami

Description

Data for Exercise 5.22 and 5.65

Usage

Puerto

Format

A data frame with 50 observations on the following variable.

income
a numeric vector

Source

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

Examples

str(Puerto)
attach(Puerto)
EDA(income)
t.test(income,conf.level=.90)$conf
detach(Puerto)

[Package BSDA version 0.1 Index]