- Censoring weights WeightIt now supports the estimation of censoring weights, as part of a point or longitudinal treatment. To identify that a variable is a censoring indicator, its model formula should have the .cens() marker, e.g., .cens(C) ~ X1 + X2. M-estimation SEs are supported!

Mark a censoring indicator in a model formula — .cens.cens() marks a variable as a censoring indicator rather than a treatment, requesting inverse probability of censoring weights (IPCW). It is most often used on the left side of a formula supplied to w...ngreifer.github.io