write.ha {rsatscan} | R Documentation |
Write a SaTScan ha (alternative hypothesis) file
Description
Write a SaTScan ha (alternatove hypothesis) file
Usage
write.ha(x, location, filename, userownames = FALSE)
Arguments
x |
Your data frame. |
location |
Directory location where the file should be written |
filename |
Name for the output file in the OS; .ha will be added. |
userownames |
If TRUE, will write the row names into the file. |
Details
Writes the input data frame to the OS, using the .ha extension. Contents of the data frame should be only what you want SaTScan to see. This is a simple function that calls write.table, since SaTScan just needs ASCII files.
[Package rsatscan version 1.0.8 Index]