Export estimated average treatment effects with their uncertainty (standard errors, confidence intervals and p-values).
# S3 method for ate
model.tables(
x,
contrasts = NULL,
times = NULL,
estimator = NULL,
type = NULL,
...
)
a data.frame.
A ate
object, i.e. output of the ate
function.
[character vector] levels of the treatment variable for which the estimates should be assessed or compared. Default is to consider all levels.
[numeric vector] The timepoints at which the estimates should be displayed. Default is to consider all timepoints.
[character] The type of estimator relative to which the estimates should be displayed.
[character] should the average risk per treatment be displayed ("meanRisk"
),
or the difference in average risk between any two pairs of treatments ("diffRisk"
),
or the ratio in average risk between any two pairs of treatments ("ratioRisk"
).
Additional arguments (meanRisk.transform, ..., method.band, ...) passed to confint.ate
.
Brice Ozenne broz@sund.ku.dk