Method for fitting outcome models
fit_outcome_model(object, data, formula, weights = NULL)
object
: A te_outcome_fitter
objectdata
: data.frame
containing outcomes and covariates as defined in formula
.formula
: formula
describing the model.weights
: numeric
vector of weights.An object of class te_outcome_fitted
Useful links