The first covariate in the specification of the competing risks regression model must be the treatment effect that is a factor. If the factor has more than two levels
then it uses the mlogit for propensity score modelling. If there are no censorings this is performing ordinary logistic regression modelling.
This is then model using a logistic regresssion using the standard binary double robust estimating equations that are
then IPCW censoring adjusted using binomial regression.
Rather than binomial regression we also consider a IPCW weighted version of standard logistic regression logitIPCWATE.
The original version of the program with only binary treatment binregATEbin take binary-numeric as input for the treatment,
and also computes the ATT and ATC, average treatment effect on the treated (ATT), E(Y(1) - Y(0) | A=1), and non-treated, respectively. Experimental version.