kyle-messier / PEGS_Mixture

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

Exposure and covariate data acquisition #2

Open sigmafelix opened 10 months ago

sigmafelix commented 10 months ago

Temporal range

Intersection with climate change

List of data acquisition targets

sigmafelix commented 8 months ago
sigmafelix commented 6 months ago

Abbreviation

Two-stage

Which is first? GE or WE?

WE effect after considering GE

graph LR;
    GE-->MH;
graph LR;
    MH["MH|GE"];
    CC-->WE;
    WE-->MH;

GE effect after considering WE

graph LR;
    MH["MH|WE"];
    CC-->WE;
    WE-->MH;
graph LR;
    MH["MH|WE"];
    GE-->MH;

Alternative conceptual model