A list containing the following values.
- response
Matrix. An argument
- dose
Matrix or NULL. An argument
- data.format
Character. An argument
- unit
Numeric. An argument.
- data.xmax
Numeric. Number of rows of response matrix.
- data.ymax
Numeric. Number of columns of response matrix.
- data.xlab
Character. Label for row index of response matrix. Derived from data.format
.
- data.ylab
Character. Label for column index of response matrix. Derived from data.format
.
- data.xlab1
Numeric. Year for smallest row index of response matrix.
- data.ylab1
Numeric. Year for smallest column index of response matrix.
- n.data
Numeric. Number of observations.
- index.data
Matrix of dimension n.data
x2. Index pairs for observations in the original coordinate system as given by data.format
. Same order as in index.trap
.
- index.trap
Matrix of dimension n.data
x2. Index pairs for observations in an age/cohort system. Hence the coordinates of a trapezoid matrix. Same order as in index.data
.
- age.max
Numeric. Number of age groups.
- per.max
Numeric. Number of period groups.
- coh.max
Numeric. Number of cohort groups.
- per.zero
Numeric. Anchor for period index, so that period starts from per.zero
+1.
- per.odd
Logic. TRUE if per.zero is odd.
- U
Numeric. Integer value of (per.zero+3)/2.
- age1
Numeric. Year for smallest age index. Derived for data.format="CP", "PC", otherwise an argument.
- per1
Numeric. Year for smallest period index. Derived for data.format="AC","CA","CL","CL.vector.by.row","trapezoid", otherwise an argument.
- coh1
Numeric. Year for smallest cohort index. Derived for data.format="AP", "PA", otherwise an argument.