Displaying 1 result from an estimated 1 matches for "imdepi".
Did you mean:
imdepib
2016 Apr 22
0
R - Understanding output of the Knoxtest (Package (surveillance))
...random distribution) which
are supposed to be compared to the observed value. This comparison gives a
ratio which means the chance that event occur in a specific distance in
time and space.
Here is the example of the function and it's output:
library(surveillance)
> data("imdepi")
> imdepiB <- subset(imdepi, type == "B")
>
> ## Obtain the p-value via a Monte Carlo permutation test,
> ## where the permutations can be computed in parallel
> ## (using forking on Unix-alikes and a cluster on Windows, see
> ?plapply)
>...