View source: R/seq_scan_test.R
seq_scan_test | R Documentation |
Performs a series of sequential scan tests by ubpop. Only minimal information is returned for each test. This is intended for internal use by the smerc package.
seq_scan_test(
coords,
cases,
pop,
ex = sum(cases)/sum(pop) * pop,
nsim = 499,
alpha = 0.05,
ubpop_seq = seq(0.01, 0.5, len = 50),
longlat = FALSE,
cl = NULL,
type = "poisson",
min.cases = 0,
simdist = "multinomial"
)
coords |
An |
cases |
The number of cases observed in each region. |
pop |
The population size associated with each region. |
ex |
The expected number of cases for each region. The default is calculated under the constant risk hypothesis. |
nsim |
The number of simulations from which to compute the p-value. |
alpha |
The significance level to determine whether a cluster is signficant. Default is 0.10. |
ubpop_seq |
A strictly increasing numeric vector with values between
min(pop)/sum(pop) and 1. The default is |
longlat |
The default is |
cl |
A cluster object created by |
type |
The type of scan statistic to compute. The
default is |
min.cases |
The minimum number of cases required for a cluster. The default is 2. |
simdist |
Character string indicating the simulation
distribution. The default is |
Returns a list of length(ubpop_seq)
. Each element of the
list has "pruned" set of results (as a list) for a scan test. Element of
the pruned list has the elements tobs
, zones
, pvalue
.
Joshua French
scan.test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.