SuperLearner and LTMLE Solutions
Introduction SuperLearner and LTMLE # Install packages if (!require(“pacman”)) install.packages(“pacman”) pacman::p_load(# Tidyverse packages including dplyr and ggplot2 tidyverse, set.seed(44) SuperLearner, tidymodels, For our final lab, we will be looking at the SuperLearner library, as well as the Targeted Maximum Likelihood Estimation (TMLE) framework, with an extension to longitudinal data structures. This lab brings together a …