pearsonResiduals {cholera} | R Documentation |
Compute Pearson Residuals (prototype)
Description
Compute Pearson Residuals (prototype)
Usage
pearsonResiduals(x)
Arguments
x |
An object created by |
Value
An R vector.
Examples
## Not run:
pearsonResiduals(neighborhoodEuclidean())
pearsonResiduals(neighborhoodVoronoi())
pearsonResiduals(neighborhoodWalking())
## End(Not run)
[Package cholera version 0.9.1 Index]