Description Usage Arguments Details Value See Also
View source: R/read.seerstat.R
A function to read data and dictionary information from SEER*Stat export files. 
It should be called to read in group survival data 
before running function recurrisk.group.
| 1 | read.seerstat(file.dic, file.txt)
 | 
| file.dic | The dictionary file exported from SEER*Stat software with .dic extension which contains the information describing the layout of the export data file. | 
| file.txt | The cause-specific or relative survival data generated from SEER*Stat in .txt format.Note that, if the .txt file is not exported from SEER*Stat but manually converted, the user should make sure the delimiter used in the txt file is the same as the one specified in the dic file - field delimiter option. | 
This function makes use of function read.SeerStat in R package SEER2R.
A data frame containing SEER*Stat survival data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.