select_rules | R Documentation |
Given a set of rules, selects the minimal set linearly decomposing the Conditional Average Treatment Effect (CATE) by LASSO (optionally with Stability Selection).
select_rules(rules_matrix, rules, ite, stability_selection, cutoff, pfer, B)
rules_matrix |
The rules matrix. |
rules |
A list of rules. |
ite |
The estimated ITE. |
stability_selection |
Stability selection method. |
cutoff |
Threshold (percentage) defining the minimum cutoff value for the stability scores. Only for stability selection. |
pfer |
Upper bound for the per-family error rate (tolerated amount of falsely selected rules). Only for stability selection. |
B |
Number of bootstrap samples. |
A minimal set of rules linearly decomposing the CATE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.