Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 5.22 and 5.65

Usage

Puerto

Arguments

Format

A data frame with 50 observations on the following variable.

income

a numeric vector

Examples

Run this code
# NOT RUN {
str(Puerto)
attach(Puerto)
EDA(income)
t.test(income,conf.level=.90)$conf
detach(Puerto)
# }

Run the code above in your browser using DataLab