control_blip: Control arguments for doubly robust blip-learning

View source: R/blip.R

control_blipR Documentation

Control arguments for doubly robust blip-learning

Description

control_blip sets the default control arguments for doubly robust blip-learning, type = "blip".

Usage

control_blip(blip_models = q_glm(~.), quantile_prob_threshold = NULL)

Arguments

blip_models

Single element or list of V-restricted blip-models created by q_glm(), q_rf(), q_sl() or similar functions.

quantile_prob_threshold

Numeric vector. Quantile probabilities for adaptively setting the threshold for the conditional average treatment effect.

Value

list of (default) control arguments.


polle documentation built on Dec. 1, 2025, 5:08 p.m.