Description Usage Value Author(s) Source References See Also Examples
Function that organises mortality data from Riebler and Held (2010) in apc.data.list
format.
The data set is taken from the supplementary data of Riebler and Held (2010). Mortality data for women in Denmark and Norway
The original source was Jacobsen et al. (2004).
The data set is in "AP"-format.
1 2 |
The value is a list in apc.data.list
format.
response |
matrix of cases |
dose |
matrix of cases/rates |
data.format |
logical equal to "AP". Data organised with age-groups in rows and period-groups in columns. |
age1 |
numeric equal to 0. |
per1 |
numeric equal to 1960. |
coh1 |
NULL. Not needed when data.format="AP" |
unit |
numeric equal to 5. This is the width of the age and period groups. |
per.zero |
NULL. Not needed when data.format="AP" |
per.max |
NULL. Not needed when data.format="AP" |
time.adjust |
0. Thus age=0 in period=1960 corresponds to cohort=1960-0+0=1960, and indeed the centers of the age and period groups, that is age=2 and period=1962 translate into cohort=1962-2+0=1960. |
label |
character. "RH mortality Denmark" or "RH mortality Norway". |
Bent Nielsen <bent.nielsen@nuffield.ox.ac.uk> 17 Sep 2016
Riebler and Held (2010), supplementary material.
Jacobsen, R, von Euler, M, Osler, M, Lynge, E and Keiding, N (2004) Women's death in Scandinavia - what makes Denmark different? European Journal of Epidemiology 19, 117-121.
Riebler, A and Held, L. (2010) The analysis of heterogeneous time trends in multivariate age-period-cohort models. Biostatistics 11, 57–59. Download: Open access, Supplementary material.
General description of apc.data.list
format.
1 2 3 4 5 6 7 8 | #########################
## It is convient to construct a data variable
data <- data.US.prostate.cancer()
## To see the content of the data
data
|
$response
1935-1939 1940-1944 1945-1949 1950-1954 1955-1959 1960-1964 1965-1969
50-54 177 271 312 382 321 305 308
55-59 262 350 552 620 714 649 738
60-64 360 479 644 949 932 1292 1327
65-69 409 544 812 1150 1668 1958 2153
70-74 328 509 763 1097 1593 2039 2433
75-79 222 359 584 845 1192 1638 2068
80-84 108 178 285 475 742 992 1374
$dose
1935-1939 1940-1944 1945-1949 1950-1954 1955-1959 1960-1964 1965-1969
50-54 301 317 353 395 426 473 498
55-59 212 248 279 301 358 411 443
60-64 159 194 222 222 258 304 341
65-69 132 144 169 210 230 264 297
70-74 76 94 110 125 149 180 197
75-79 37 47 59 71 91 108 118
80-84 19 22 32 39 44 56 66
$data.format
[1] "AP"
$age1
[1] 50
$per1
[1] 1935
$coh1
[1] 5
$unit
[1] 5
$per.zero
NULL
$per.max
NULL
$time.adjust
[1] 0
$label
[1] "US prostate cancer"
$n.decimal
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.