E1.18 {SenSrivastava} | R Documentation |
Data on Simsbury Marriages
Description
The E1.18
data frame has 8 rows and 3 columns with
data on the number of marriages (ma
) that occurred between residents of each of
8 annular zones and residents of Simsbury, Connecticut, for the period 1930–39.
The number of residents of each zone is given as pop
and the midpoint
of distance between Simsbury and the band is given as d
.
Usage
data(E1.18)
Format
This data frame contains the following columns:
- d
-
a numeric vector, distance between Simsbury and midpoint of annular zone.
- pop
-
a numeric vector, population of annular zone.
- ma
-
a numeric vector, number of marriages.
Source
Dacey (1983, ch 4) from Ellsworth (1948).
Examples
data(E1.18)
summary(E1.18)
[Package SenSrivastava version 2015.6.25.1 Index]