RecurPart-package: Forward Selection Scan Statistic

Description Details Author(s) References Examples

Description

Spatio-Temporal Disease Surveillance using Forward Selection Scan Statistic

Details

The DESCRIPTION file: This package was not yet installed at build time.

Index: This package was not yet installed at build time.
~~ An overview of how to use the package, including the most important ~~ ~~ functions ~~

Author(s)

Adrien Ickowicz <Adrien.Ickowicz@csiro.au>, Ross Sparks <Ross.Sparks@csiro.au>, Thomas Lo <Thomas.Lo@csiro.au>

Maintainer: Adrien Ickowicz <Adrien.Ickowicz@csiro.au>

References

~~ Literature or other references for background information ~~

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
cellIndices = rbind(c(2,9),c(2,10),c(3,9),c(3,10),
                    c(7,5),c(7,6),c(8,6),c(8,7))

dspSlices <- 1:13   # a vector containing time slices to be displayed

# allocate the first 24 months to find monthly means of each cell, and
# assuming 30 days for a month

test.fss <- FSS(AEGISS_ixyt, num1Slice=30, num1Period=12, 
            numPeriods=2, numX=10, numY=9, plotIte=8, 
            cellIndices=cellIndices, data_poly=AEGISS_poly,
            lambda=0.9, dspSlices=dspSlices, fillThreshold=0.95,
            colPoints="cyan")

ick003/RecurPart documentation built on May 18, 2019, 2:32 a.m.