an update of compute.cfa that allows one to use other other estimators such as quantile regression or nonparametric methods (not yet implemented) as the first step estimator of the conditional distribution
compute.cfa2(tvals, yvals, data, yname, tname, xnames = NULL,
method = "dr", link = "logit", tau = seq(0.1, 0.99, 0.01),
condDistobj = NULL)
the values of the "treatment" to compute parameters of interest for
the values to compute the counterfactual distribution for
the data.frame where y, t, and x are
either "dr" or "qr" for distribution regression or quantile regression
if using distribution regression, any link function that works with the binomial family (e.g. logit (the default), probit, cloglog)
if using quantile regression, which values of tau to estimate the conditional quantiles
optional conditional distribution object that has been previously computed
optional pre-estimated conditional distribution function
CFA.OBJ