censor_event: string. Name of column containing censoring indicator.
numerator: A RHS formula to specify the logistic models for estimating the numerator terms of the inverse probability of censoring weights.
denominator: A RHS formula to specify the logistic models for estimating the denominator terms of the inverse probability of censoring weights.
pool_models: Fit pooled or separate censoring models for those treated and those untreated at the immediately previous visit. Pooling can be specified for the models for the numerator and denominator terms of the inverse probability of censoring weights. One of "none", "numerator", or "both" (default is "none" except when estimand = "ITT" then default is "numerator").
model_fitter: An object of class te_model_fitter which determines the method used for fitting the weight models. For logistic regression use stats_glm_logit().