incidAbomb: Computes A-bomb incidences

Description Usage Arguments Details Value Author(s) See Also

View source: R/incidAbomb.R

Description

Creates A-bomb survivor incidence rates and confidence intervals.

Usage

1

Arguments

d

Tibble, typically grouped, with DG column ending 1st block and py starting the last.

Details

The columns DG and py must exist in d, in that order. Person-year weighted means will be formed of any columns between them. Its OK if none exist. Sums are formed on py and anything to their right. It is assumed that cancer types begin after py, with at most upy and/or subjects intervening them.

Value

A tibble data frame, summarized by groups, with cancers after py in a new cancers column, and new columns O (observed cases), incid and incid 95% CI limits LL and UL.

Author(s)

Tom Radivoyevitch (radivot@ccf.org)

See Also

SEERaBomb-package


SEERaBomb documentation built on Dec. 16, 2019, 1:21 a.m.