![]() |
Prev | Next |
integrand
table is used to identify data integrands.
It has the following columns:
integer
and is the primary key for this table.
Its initial value is zero, and it increments by one for each row.
real
and is non-negative
and less than or equal one.
It specifies the minimum coefficient of variation for measurement values
with this integrand.
To be specific; for the data table
integrand_id
is the same,
meas_value
is the measurement value, and
meas_std
is the measurement standard,
the minimum cv measurement standard deviation is
Delta = max(meas_std, minimum_meas_cv * |meas_value| )
see Delta
in the data likelihood section.
text
.
The following is a list of the possible values for
integrand_name
.
This column is unique; i.e., each name can only appear once in this table.
All of the
integrand_id
values that appear in the
data
and
avgint
tables
need to appear in the integrand table.
Integrand Name | Description | ODE |
Sincidence | incidence rate relative to susceptible population | no |
remission | remission rate | no |
mtexcess | excess mortality rate | no |
mtother | other cause mortality rate | no |
mtwith | with condition mortality rate | no |
relrisk | relative risk | no |
susceptible | susceptible fraction of the population | yes |
withC | with condition fraction of the population | yes |
prevalence | prevalence of the condition | yes |
Tincidence | incidence rate relative to total population | yes |
mtspecific | cause specific mortality rate | yes |
mtall | all cause mortality rate | yes |
mtstandard | standardized mortality ratio | yes |
mulcov_mulcov_id
| the group covariate multiplier specified by mulcov_id | no |
integrand
table.