search for: knoxtest

Displaying 1 result from an estimated 1 matches for "knoxtest".

Did you mean: knotes
2016 Apr 22
0
R - Understanding output of the Knoxtest (Package (surveillance))
...") > 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) > knoxtest <- knox( > dt = dist(imdepiB$events$time), eps.t = 30, > ds = dist(coordinates(imdepiB$events)), eps.s = 50, > simulate.p.value = TRUE, B = 19, > .parallel = 2, .seed = 1, .verbose = FALSE > ) > knoxtest > Output: Knox test with Poisso...