Learn R Programming

JPSurv (version 1.0.1)

read.seerstat: Reading a SEER*Stat dataset

Description

Read the SEER*Stat source files

Usage

read.seerstat(fileName, keep.missing=TRUE)

Arguments

fileName
The input SEER*Stat file name, no missing values allowed.
keep.missing
Whether to delete the missing values.

Value

Examples

Run this code
#X = read.seerstat("allstages.bysiteage.sex.year.yearly");

Run the code above in your browser using DataLab