Compute permutation distribution for kulldorff method
Given a matrix of permuted cases, return the likelihood ratio test statistic for each permuation
kulldorffMC(permutedCaseMatrix, expectedCases, nearestNeighbors, nZones, logLkhdType)
permutedCaseMatrix |
matrix of |
expectedCases |
expected cases for each area |
nearestNeighbors |
|
nZones |
number of single zones |
logLkhdType |
type of lkhd to use: either "poisson" or "binomial" |
Vector of length n.sim
of LRT statistics
Albert Y. Kim
SatScan: Software for the spatial, temporal, and space-time scan statistics http://www.satscan.org/ Kulldorff, M. (1997) A spatial scan statistic. Communications in Statistics: Theory and Methods, 26, 1481–1496.
Kulldorff M. and Nagarwalla N. (1995) Spatial disease clusters: Detection and Inference. Statistics in Medicine, 14, 799–810.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.