Q1. Say, we are exploring the association between diabetes (exposure) and CVD (outcome) using a dataset where data were collecting using simple random sampling. Age, sex, race, income, diet, smoking, and hypertension are the confounders. The name of the analytic datset is dat.analytic. How could you fit cross-validated Super Learner to estimate the propensity scores?
Q2. How could you extract the cross-validated propensity score from Q1?
Q3. Using the propensity score calculated in Q2, we match an exposed (having diabetes) with a control (no diabetes). The name of the matched dataset is 'dat.match'. What could be the outcome model in estimating the effect of diabetes on CVD?
Q4. Reconsider Q1 where data were collected using a complex survey design, e.g., NHANES 2017-18. The name of the survey features are: psu, strata, survey.weight. How could could fit your model in Question Q1 using the DuGoff et al. (2014) approach?