Learn R Programming

iai (version 1.10.2)

equal_propensity_estimator: 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.

IAI Compatibility

Requires IAI version 2.1 or higher.

Details

Julia Equivalent: IAI.EqualPropensityEstimator

Examples

Run this code
if (FALSE) lnr <- iai::equal_propensity_estimator()

Run the code above in your browser using DataLab