cholera (version 0.2.1)

summary.walking: Compute summary statistics for walking path neighborhoods.

Description

Compute summary statistics for walking path neighborhoods.

Usage

# S3 method for walking
summary(object, ...)

Arguments

object

An object of class "walking" created by neighborhoodWalking().

...

Additional arguments.

Value

A data frame with observed and expected counts, observed percentage, and the Pearson residual, (observed - expected) / sqrt(expected).

Examples

Run this code
# NOT RUN {
summary(neighborhoodWalking())
# }

Run the code above in your browser using DataLab