fit_plugin_A {tidyhte} | R Documentation |
Fits a propensity score model using the appropriate settings
Description
This function prepares data, fits the appropriate model and returns the resulting estimates in a standardized format.
Usage
fit_plugin_A(full_data, weight_col, a_col, ..., .Model_cfg)
Arguments
full_data |
The full dataset of interest for the modelling problem. |
weight_col |
The unquoted weighting variable name to use in model fitting. |
a_col |
The unquoted column name of the treatment. |
... |
The unquoted names of covariates to use in the model. |
.Model_cfg |
A |
Value
A list with one element, ps
. This element contains a Predictor
object of
the appropriate subclass corresponding to the Model_cfg
fit to the data.
[Package tidyhte version 1.0.2 Index]