Description Usage Format Source References Examples
Data includes census block groups in Florida with variables as follows:
Offcrsh (off-roadway crash frequencies)
log.VMT (log of vehicle miles traveled)
log.Pop (log of total population)
Rmale (proportion of males)
Rold (proportion of people age 65 and older)
Rhisp (proportion of Hispanics)
Runemploy (unemployed rate)
Lon (longitude of a location)
Lat (latitude of a location)
1 |
A data frame with 11,249 rows and 9 variables.
https://www.census.gov/geo/maps-data/data/tiger-data.html
https://www.arcgis.com/home/
http://www.fdot.gov/statistics/gis/
Myungjin Kim and Lily Wang (2020+), Generalized Spatially Varying Coefficient Models. Journal of Computational and Graphical Statistics.
1 2 3 4 | data(Crash_Florida)
crash <- Crash_Florida$Offcrsh
hist(crash)
summary(crash)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.