equal_propensity_estimator {iai} | R Documentation |
Learner that estimates equal propensity for all treatments.
Description
For use with data from randomized experiments where treatments are known to be randomly assigned.
Usage
equal_propensity_estimator(...)
Arguments
... |
Use keyword arguments to set parameters on the resulting learner. Refer to the Julia documentation for available parameters. |
Details
Julia Equivalent:
IAI.EqualPropensityEstimator
IAI Compatibility
Requires IAI version 2.1 or higher.
Examples
## Not run: lnr <- iai::equal_propensity_estimator()
[Package iai version 1.10.1 Index]