gen_data_mapl {policytree} | R Documentation |
Example data generating process from Offline Multi-Action Policy Learning: Generalization and Optimization
Description
The DGP from section 6.4.1 in Zhou, Athey, and Wager (2023):
There are actions
which depend
on 3 regions the covariates
reside in. Observed outcomes:
Usage
gen_data_mapl(n, p = 10, sigma2 = 4)
Arguments
n |
Number of observations |
p |
Number of features (minimum 7). Default is 10. |
sigma2 |
Noise variance. Default is 4. |
Value
A list with realized action , region
,
conditional mean
, outcome
and covariates
References
Zhou, Zhengyuan, Susan Athey, and Stefan Wager. "Offline multi-action policy learning: Generalization and optimization." Operations Research 71.1 (2023).
[Package policytree version 1.2.3 Index]