create_spscan | R Documentation |
Create spscan object
create_spscan(
tobs,
pvalue,
alpha,
noc_info,
coords,
z,
N,
N1,
x,
d,
maxd,
longlat,
nsim
)
tobs |
The vector of observed test statistics in descending order for non-overlapping windows. |
pvalue |
The pvalues associated with |
alpha |
The significance level to determine whether a cluster is signficant. Default is 0.1. |
noc_info |
An object from the
|
z |
An indicator vector indicating which observations are cases. |
N |
Number of event locations |
N1 |
Number of case events |
x |
A |
d |
A matrix of intercentroid distances for the event locations. |
maxd |
The radius of the largest possible cluster to consider. Default
is |
longlat |
A logical value indicating whether
Euclidean distance ( |
nsim |
The number of simulations from which to compute the p-value. A non-negative integer. Default is 499. |
An spscan
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.