We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
H -> R
H -> D
Relevant AMR files:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 stratifiedH -> R
,H -> D
) are duplicated and that should not happenRelevant AMR files:
The text was updated successfully, but these errors were encountered: