![]() |
Prev | Next |
node_id
to the
parent node id
.
integrand_id
to the integrand
corresponding to rate
k
.
age_lower
and
age_upper
set to @(@
a
@)@.
time_lower
and
time_upper
to @(@
t
@)@.
weight_id
does not matter because we are not averaging
over age or time.
(
iota
, Sincidence
),
(
rho
, remission
),
(
chi
, mtexcess
),
(
omega
, mtother
).
node_id
to the node table
node_id
for this child.
integer
and is the primary key for the
avgint
table.
Its initial value is zero, and it increments by one for each row.
integer
and is the
integrand_id
that identifies
the integrand for this case.
integer
and is the
node_id
that identifies
the node for this case.
If the integrand_name
begins with mulcov_
,
node_id
should be null.
Otherwise
node_id
should not be null.
integer
and is the
subgroup_id
that identifies
the subgroup for this case.
The chosen subgroup affects the results through its affect on
the covariate multipliers; see mulcov_table
.
integer
and is the
weight_id
that identifies
the weighting used for this case.
weight_id
is null
,
the constant weighting is used for this data point.
real
and is the lower age limit
for this case.
It must be greater than or equal the minimum age_table
value.
real
and is the upper age limit
for this case.
It must be greater than or equal the corresponding
age_lower
and less than or equal the maximum age_table
value.
real
and is the lower time limit
for this case.
It must be greater than or equal the minimum time_table
value.
real
and is the upper time limit
for this case.
It must be greater than or equal the corresponding
time_lower
and less than or equal the maximum time_table
value.
real
and column names
that begin with the two characters x_
.
For each valid covariate_id
,
column
x_covariate_id
contains
the value, for this measurement, of the covariate specified by
covariate_id
.
The covariate value null
is interpreted as the
reference
value for
the corresponding covariate.
avgint
table.