* DEFINE OUTCOMES * Define what absorbing state health conditions there are. These will be automatically included as prevelance rates in summary stats global condlist "cancre diabe hibpe hearte lunge stroke" * Define what variables represent absorbing states. These will be global bin_hzd "$condlist dbclaim ssclaim" * Define binary transition states global bin_trst "nhmliv diclaim ssiclaim anyhi" * Define the categorical states global ordered "wtstate smkstat funcstat" * For categorical states, what are the dummy variables associated with each state global wtstate_cat overwt obese global smkstat_cat smokev smoken global funcstat_cat iadl1 adl12 adl3 * Define what are all the ordered categories. These will be automatically included as prevelance rates in summary stats global all_ordered_cats "$wtstate_cat $smkstat_cat $funcstat_cat" * Define Censoring binary outcomes global cenbin "work wlth_nonzero" * Define Censored continuous outcomes (cannot be updated until censoring binary outcomes updated) global cencont "iearnx hatotax" * Variables related to AIME global aimevars "logaime logq" * Variables representing death global mortvar "died" * A list of all the dependent variables global depvars $bin_hzd $bin_trst $ordered $cenbin $cencont $mortvar $addvars * MEDICAL UTILIZATION AND SPENDING OUTCOMES global medvars rtot roop rcaid rcare rdoctim rhsptim rhspnit mtot moop mcaid mcare mhsptim mhspnit mdoctim