![]() |
Prev | Next | var_table |
variable
table maps the
var_id
to information that specifies exactly which
model_variable
it corresponds to.
You can use this information to interpret a fit_var_table
created by the fit_command
,
or to create a truth_var_table
for use as input to the simulate_command
.
integer
and is the primary key for this table.
Its initial value is zero, and it increments by one for each row.
text
and has one of the following possible values:
smooth_id
; see
smoothing standard deviation multiplier
.
smooth_id
; see
smoothing standard deviation multiplier
.
smooth_id
; see
smoothing standard deviation multiplier
.
age_id
,
time_id
,
node_id
, and
rate_id
.
If the
node_id
is the
parent_node_id
, it is a
fixed effect
.
Otherwise, it is a
random effect
.
age_id
,
time_id
,
rate_id
, and
covariate_id
.
age_id
,
time_id
,
integrand_id
, and
covariate_id
.
age_id
,
time_id
,
integrand_id
, and
covariate_id
.
There are no subgroup covariate multipliers of this type.
var_type
is
mulstd_value
, mulstd_dage
or mulstd_dtime
,
this is the smooth_id
for the
smoothing that this variable multiplies.
Otherwise, the specified smoothing is used for the priors
for this variable.
To be specific,
the corresponding priors can be found by matching
smooth_id
,
age_id
, and
time_id
in the
smooth_grid_table
.
var_type
is
mulstd_value
, mulstd_dage
, mulstd_dtime
,
this column is null
.
Otherwise this is the age_id
that identifies
the age for the corresponding variable.
var_type
is
mulstd_value
, mulstd_dage
, mulstd_dtime
,
this column is null
.
Otherwise this is the time_id
that identifies
the time for the corresponding variable.
Otherwise, this column is null
.
var_type
is rate
,
this is the node_id
that the rate is for.
Otherwise, this column is null
.
var_type
is rate
or mulcov_rate_value
,
this is the rate_id
for the specific rate.
Otherwise, this column is null
.
var_type
is
mulcov_meas_value
or mulcov_meas_noise
,
this is the integrand_id
that this variable applies to.
Otherwise, this column is null
.
var_type
is
mulcov_rate_value
, mulcov_meas_value
or mulcov_meas_noise
,
this is the covariate_id
that this variable applies to.
Otherwise, this column is null
.
var_type
is
mulcov_rate_value
, mulcov_meas_value
or mulcov_meas_noise
,
this is the mulcov_id
that this variable applies to.
Otherwise, this column is null
.
var_type
is mulcov_meas_noise
,
group_id
is the mulcov table
group_id
that this fixed effect variable applies to.
var_type
is mulcov_rate_value
or mulcov_meas_value
.
In this case either
group_id
or
subgroup_id
(but not both) is not null.
If
group_id
is not null,
it is the mulcov table
group_id
that this fixed effect applies to.
group_id
must be null.
var_type
is mulcov_rate_value
or mulcov_meas_value
.
In this case either
group_id
or
subgroup_id
(but not both) is not null.
If
subgroup_id
is not null,
it is the subgroup_id
that this random effect applies to.
subgroup_id
must be null.