Prev Next

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\W}[1]{ \; #1 \; }@)@This is dismod_at-20221105 documentation: Here is a link to its current documentation .
The Age Table

age_id
age
     age_min
     age_max
Example

age_id
This column has type integer and is the primary key for the this table. Its initial value is zero, and it increments by one for each row.

age
This column has type real and is a set of age values. The values in the age column must be unique; i.e., none of the values may repeated. The values can be in any specific order; e.g., they do not need to be increasing or decreasing.

age_min
The maximum age in this table is called age_min and is used to define the age average grid .

age_max
The maximum age in this table is called age_max and is used to define the age average grid .

Example
The file age_table.py contains an example age table.
Input File: omh/table/age_table.omh