satscanR.Rd
This function performs space-time analysis with SaTScan.
satscanR(
cas_file,
geo_file,
start_date,
end_date,
spatial_window,
temporal_window,
ssbatchfilename = "SaTScanBatch",
path_satscan
)
is the case file (cas for short).
is the geographic or coordinates file (geo for short).
is the earliest date to be included in the study period. Is calculated with min(x_cas$date).
is the latest date to be included in the study period. Is calculated with max(x_cas$date).
is the spatial window. The spatial resolution is in km.
is the temporal window. The time resolution is in days.
is the name of the file containing the SaTScan executable.
is the path of directory of SatScan installation.
a list with eight object (main, col, rr, gis, llr, sci, shapeclust, prm)
the stascanR implements ths space-time analysis with [rsatscan](https://cran.r-project.org/web/packages/rsatscan/vignettes/rsatscan.html) package. The rsatscan package only does anything useful if you have installed [SaTScan](https://www.satscan.org/)
ss.options, satscan