![]() |
Prev | Next |
rate
table is used to set the smoothing for each of the rates.
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.
rate_name
column:
rate_name
| Description |
pini | initial prevalence |
iota | model susceptible incidence |
rho | model remission |
chi | model excess mortality |
omega | model other cause mortality |
pini
is the model for prevalence at the initial age; i.e.,
the minimum age
corresponding in the age table;
see p_i,0(t)
.
If
rate_name
is pini
, the
parent_smooth_id
and
child_smooth_id
smoothings must have
n_age
equal to one.
This is because prevalence at the initial age
is only a function of time, and does not depend on age.
Note that, unlike the other rates, initial prevalence is not a rate in the
ordinary differential equation
.
On the other hand, and like the other rates,
initial prevalence is a necessary input to solve the ODE.
iota
is the rate at which people who
are in the susceptible state
S
transfer to the with condition state
C
;
see iota_i(a, t)
.
rho
is the rate at which people who
are in the with condition state
C
transfer to the susceptible state
S
;
see rho_i(a, t)
.
chi
is the rate at which people who
are in the with condition state
C
die from the condition;
see chi_i(a, t)
.
omega
is the rate at which people who
are in either state,
S
or
C
,
die from causes other than the condition;
see omega_i(a, t)
.
integer
and its value is a
smooth_id
in the smooth_grid
table.
It specifies the smoothing used as a prior for this rate
when fitting the parent (fixed effects);
see parent node
.
parent_smooth_id
is null
, the corresponding
parent rate is always zero and no model_variables
are
allocated for it.
integer
and its value is a
smooth_id
in the smooth_grid
table.
It specifies a single smoothing used as a prior for the
child rate effects
for this rate.
child_smooth_id
is not null
,
child_nslist_list
must be null
.
If both are null
, there are no
random effects
.
for this rate.
integer
and is a
nslist_id
.
If it is not null
, it identifies a list of
(
node_id
,
smooth_id
) pairs.
The
node_id
for each of the
children
must appear in the list.
The corresponding smoothing is used for the child rate effects
for the rate corresponding to this row of the rate table.
child_nslist_list
is not null
,
child_smooth_id
must be null
.
If both are null
, there are no
random effects
.
for this rate.
exp(u)*q
where
q
is the corresponding rate for the parent; see
r_ik
.
null
,
which gets interpreted as minus infinity (plus infinity); see
bounds
.
null
,
which gets interpreted as minus infinity (plus infinity).
rate
table.