Learn R Programming

BayesDA (version 2012.04-1)

newyork: Population of Municipalities in New York

Description

Population in all 804 municipalities in new York state in 1960, and two independent random samples from it.

Usage

data(newyork)

Arguments

Format

A data frame with 804 observations on the following 2 variables.
population
a numeric vector Population
code
400 if in sample 1, 300 if in sample 2, 200 if in both, and 100 if in neither

Details

Discussed on page 265 of second edition.

Examples

Run this code
data(newyork)
str(newyork)

Run the code above in your browser using DataLab