Closed liunelson closed 6 months ago
I start with a simple compartmental model (SCRHD)
I use stratify to stratify the model by vaccination status u, v but only the variables S, C are stratified
stratify
u, v
S, C
model_vax = stratify( model, key = "vaxstatus", strata = ["u", "v"], cartesian_control = True, structure = [], concepts_to_stratify = ["S", "C"], params_to_stratify = ["a", "vaxCtoH"] ) model_vax.annotations.name = "SCRHD Vax"
Note that two templates (H -> R, H -> D) are duplicated and that should not happen
H -> R
H -> D
Relevant AMR files:
I start with a simple compartmental model (SCRHD)
I use
stratify
to stratify the model by vaccination statusu, v
but only the variablesS, C
are stratifiedNote that two templates (
H -> R
,H -> D
) are duplicated and that should not happenRelevant AMR files: