| Test_Data_US {PracTools} | R Documentation |
Accounting data for some US cities with latitude and longitude of the city centroids
Description
A list of US cities with their latitude and longitude centroids and other data
Usage
data(Test_Data_US)
Format
A data frame with 381 cities with the following variables:
IDSequential ID field
StateState name
CityCity name
CountNumber of records in city
AmountTotal dollar amount of records
latlatitude of the city center
longlongitude of the city center
YArtificial analysis variable
Details
This population has 381 US cities with the latitude and longitude of the city center. It is used to illustrate the use of the GeoDistPSU and GeoDistMOS functions.
See Also
Examples
data(Test_Data_US)
str(Test_Data_US)
[Package PracTools version 1.5 Index]