Learn R Programming

cholera (version 0.9.1)

pearsonResiduals: Compute Pearson Residuals (prototype)

Description

Compute Pearson Residuals (prototype)

Usage

pearsonResiduals(x)

Value

An R vector.

Arguments

x

An object created by neighborhoodEuclidean(), neighborhoodVoronoi() or neighborhoodWalking().

Examples

Run this code
if (FALSE) {
pearsonResiduals(neighborhoodEuclidean())
pearsonResiduals(neighborhoodVoronoi())
pearsonResiduals(neighborhoodWalking())
}

Run the code above in your browser using DataLab