Estimate the Censoring Mechanism
A numeric
vector of loss to follow-up indicators.
A numeric
vector of observed exposure values.
A numeric
matrix of observed baseline covariate values.
A numeric
vector of observation-level sampling
weights, as produced by the internal procedure to estimate the two-phase
sampling mechanism est_samp
.
A character
indicating whether to use GLMs or Super
Learner to fit the censoring mechanism. If option "glm" is selected, the
argument glm_formula
must NOT be NULL
, instead containing a
model formula (as per glm
) as a character
. If
the option "sl" is selected, the argument sl_learners
must NOT be
NULL
; instead, an instantiated sl3 Lrnr_sl
object,
specifying learners and a metalearner for the Super Learner fit, must be
provided. Consult the documentation of sl3 for details.
A character
giving a formula
for fitting a (generalized) linear model via glm
.
Object containing a set of instantiated learners from the sl3, to be used in fitting an ensemble model.
numeric
giving the lower limit of censoring mechanism
estimates to be tolerated (default = 0.02). Estimates below this value are
truncated to this or 1/n. See bound_propensity
for details.
A numeric
vector of the propensity score for censoring.
Compute the censoring mechanism for the observed data, in order to apply a joint intervention for removing censoring by re-weighting.