| fatalities.address {cholera} | R Documentation |
"Unstacked" amended cholera data with address as unit of observation.
Description
An "unstacked" version of the fatalities dataset. It changes the unit of observation from the case (bar) to the "address", the x-y coordinates of the case at the base of a stack, and makes the number of fatalities an attribute of the "address".
Usage
fatalities.address
Format
A data frame with 4 variables for 321 addresses
anchornumerical case ID of address
xx-coordinate
yy-coordinate
case.countnumber of fatalities at address
lonlongitude
latlatitude
Note
unstackFatalities documents the code for these data. For details, see vignette("unstacking.fatalities").
See Also
[Package cholera version 0.8.0 Index]