bcirates: Format female breast cancer incidence rates from SEER or...

Description Usage Arguments Value Examples

Description

Format female breast cancer incidence rates from SEER or IARC/GLOBOCAN Specifies age by the midpoint of the age category

Usage

1
bcirates(incfile, source = "seer")

Arguments

incfile

Path to file

source

One of 'seer' or 'globocan'

Value

Data frame

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
IARC/Globocan data
bcirates(system.file('extdata', 
                    'incidence/CI5-Xd/18000299_uga.csv', package='bcimodel'),
        source='globocan')

IARC/Globocan data
bcirates(system.file('extdata', 
                    'incidence/SEER/bc_1975-1979_incidence.csv', 
                     package='bcimodel'),
        source='globocan')

cancerpolicy/bcimodel documentation built on June 30, 2019, 12:39 a.m.