Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
marrpesce committed Dec 13, 2024
1 parent 6657cfd commit ec4392c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/dataset_definition_spec_var.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
dataset.asplen= has_prior_event(spln_cov, index_date) # asplenia or dysfunction of the Spleen
dataset.obes= has_sev_obes(index_date) #immunosuppress grouped
dataset.sev_ment= has_sev_mental(index_date) #severe mental illness
dataset.one_primis= at_least_one_primis(index_date) #at least one primis
dataset.one_primis= has_at_least_one_primis(index_date) #at least one primis

## others cx variables of interest
dataset.sol_org_trans= has_prior_event(solid_organ_transplant, index_date) # Organs transplant
Expand Down

0 comments on commit ec4392c

Please sign in to comment.