kyle-messier / PEGS_Mixture

Project on analyzing environmental and climate mixtures on health outcomes with the PEGS cohort
1 stars 0 forks source link

Look at NLInteraction and trial run #8

Open sigmafelix opened 10 months ago

sigmafelix commented 10 months ago

NLInteraction--pub and NLInteraction--package is another mixture analysis method listed in PRIME publications. It relies on natural splines to fit nonlinear response functions of an exposure at certain quantiles of another exposures. The function runs in quite reasonable amount of time as it is based on less intensive matrix operations than BKMR.


Analysis side tasks

Method side tasks

sigmafelix commented 10 months ago

External exposome survey B questions comprehensively record mental health conditions in the past and the present. A methodological challenge is that the survey responses are categorical/ordinal variables. For example, the question on being nervous has six responses: missing - never - almost never - sometimes - fairly often - very often. After excluding missings (comprising 2-3% of responses), we have five ordinal categories. The motivating examples in the original NLInteraction paper were using continuous outcomes, which give limited implications for ordinal outcomes. I will find literature on treating ordinal variables in mixture models.

sigmafelix commented 10 months ago

The total number of days of all smoke intensity and rates of unemployment, bad mental health, minority, and elderly population at census tract level were considered to examine their two-way interactions in NLinteraction. Covariates such as individual traits and earthdata elements were also controlled. For the test run, I chose "in a past month, felt unable to cope with" as an outcome, which records the responses in five-point Likert scale. Even though this is a "no-brainer" fit of model just to find the model works at the real data, the result suggests that the other results from other model designs are potentially promising. The effect of smoke exposure was independent to minority rates, whereas the flipped patterns were found from unemployment and not good mental health status. One problem is that the 30-day smoke exposure is mostly zeros but the self-assessed mental health outcomes are all covering just in one month period from the date of survey completion.

image